From b3a0b2ddd828621fdeef9c8624518e1f10f99e66 Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:02:48 +0800 Subject: [PATCH] update code --- avahi.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/avahi.spec b/avahi.spec index 37038dc..e19b224 100644 --- a/avahi.spec +++ b/avahi.spec @@ -1,6 +1,6 @@ Name: avahi Version: 0.7 -Release: 17 +Release: 18 Summary: Avahi is a local network service discovery License: LGPLv2+ URL: http://avahi.org @@ -182,7 +182,8 @@ NOCONFIGURE=1 ./autogen.sh --with-systemdsystemunitdir=%{_unitdir} --enable-introspection=no \ --enable-shared=yes --enable-static=no --disable-silent-rules \ --enable-compat-libdns_sd --enable-compat-howl --disable-qt3 \ - --disable-qt4 --disable-mono + --disable-qt4 --disable-mono \ + --with-distro=none %make_build -k V=1 || make V=1 @@ -442,5 +443,11 @@ fi %changelog +* Wed Oct 30 2019 openEuler Buildteam - 0.7-18 +- Type:NA +- ID:NA +- SUG:NA +- DESC:Solve the problem of compilation failures + * Mon Sep 23 2019 hufeng - 0.7-17 -Create spec