From 43aeb5f196825f2950e2cb9aaebc3a79c991ae03 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sat, 8 Feb 2025 11:12:18 +0800 Subject: [PATCH] disabel avahi feature from configure makes it really disabled --- ostree.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ostree.spec b/ostree.spec index 2fefcd1..83f4168 100644 --- a/ostree.spec +++ b/ostree.spec @@ -1,7 +1,7 @@ #needsrootforbuild Name: ostree Version: 2025.1 -Release: 2 +Release: 3 Summary: A tool like git for operating system binaries License: LGPL-2.0-or-later URL: https://ostreedev.github.io/ostree/ @@ -64,6 +64,7 @@ The %{name}-devel package includes the header files for the %{name} library. %configure --with-selinux --with-curl --with-openssl \ --enable-gtk-doc \ --without-soup \ + --without-avahi \ --with-dracut=yesbutnoconf %make_build @@ -106,7 +107,10 @@ The %{name}-devel package includes the header files for the %{name} library. %{_datadir}/gtk-doc/html/%{name} %changelog -* Sat Feb 08 2025 zhangyao 2025.1-2 +* Sat Feb 08 2025 Funda Wang - 2025.1-3 +- disabel avahi feature from configure makes it really disabled + +* Sat Feb 08 2025 zhangyao - 2025.1-2 - disable avahi feature * Fri Jan 17 2025 Funda Wang - 2025.1-1 -- Gitee