From 15f3ed97eecd5f80b846be82e56759d80cc71d28 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sun, 19 Oct 2025 13:07:09 +0800 Subject: [PATCH] do not pull requirement on setuptools like any other distros --- meson.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meson.spec b/meson.spec index 20e46ca..76def88 100644 --- a/meson.spec +++ b/meson.spec @@ -1,6 +1,6 @@ Name: meson Version: 1.9.1 -Release: 1 +Release: 2 Summary: An open source high quality build system License: Apache-2.0 URL: https://mesonbuild.com/ @@ -10,7 +10,7 @@ BuildArch: noarch Obsoletes: %{name}-gui < 0.31.0-3 BuildRequires: python3-devel python3-setuptools -Requires: python3-setuptools ninja-build +Requires: ninja-build %description Meson is an open source build system meant to be both extremely fast, and, even more importantly, @@ -52,6 +52,9 @@ install -Dpm0644 -t %{buildroot}%{zsh_completions_dir}/ data/shell-completions/z %{_mandir}/man1/%{name}.1* %changelog +* Sun Oct 19 2025 Funda Wang - 1.9.1-2 +- do not pull requirement on setuptools like any other distros + * Tue Oct 14 2025 xiejing - 1.9.1-1 - update to 1.9.1 -- Gitee