From 3ded5bb893b747941390ae581d2e385626c41a4c Mon Sep 17 00:00:00 2001 From: zhangyao Date: Sat, 8 Feb 2025 10:08:06 +0800 Subject: [PATCH] disable avahi feature --- ostree.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ostree.spec b/ostree.spec index 4bf15f8..2fefcd1 100644 --- a/ostree.spec +++ b/ostree.spec @@ -1,15 +1,13 @@ #needsrootforbuild Name: ostree Version: 2025.1 -Release: 1 +Release: 2 Summary: A tool like git for operating system binaries License: LGPL-2.0-or-later URL: https://ostreedev.github.io/ostree/ Source0: https://github.com/ostreedev/%{name}/releases/download/v%{version}/libostree-%{version}.tar.xz BuildRequires: gcc make -BuildRequires: pkgconfig(avahi-client) >= 0.6.31 -BuildRequires: pkgconfig(avahi-glib) >= 0.6.31 BuildRequires: pkgconfig(bash-completion) BuildRequires: pkgconfig(e2p) BuildRequires: pkgconfig(fuse3) >= 3.1.1 @@ -108,6 +106,9 @@ 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 +- disable avahi feature + * Fri Jan 17 2025 Funda Wang - 2025.1-1 - update to 2025.1 -- Gitee