- Do not force start avahi daemon on update (bnc#588367).

- Added support for translation-update-upstream (FATE#301344).

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/avahi?expand=0&rev=30
This commit is contained in:
Stanislav Brabec 2010-03-15 17:31:14 +00:00 committed by Git OBS Bridge
parent 32274ad87c
commit 60a0e6ad07
8 changed files with 42 additions and 17 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 15 17:10:10 CET 2010 - sbrabec@suse.cz
- Added support for translation-update-upstream (FATE#301344).
-------------------------------------------------------------------
Sun Aug 9 12:43:26 CEST 2009 - coolo@novell.com

View File

@ -73,7 +73,7 @@ Patch10: avahi-unicastdomains.patch
# PATCH-FIX-UPSTREAM avahi-init_unused-not-dead.patch bnc#329708 dimstar@opensuse.org -- Report unused instead of dead
Patch11: avahi-init_unused-not-dead.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: dbus-1-python fdupes gcc-c++ gdbm-devel intltool libdaemon-devel libexpat-devel pkg-config
BuildRequires: dbus-1-python fdupes gcc-c++ gdbm-devel intltool libdaemon-devel libexpat-devel pkg-config translation-update-upstream
# Even if we are not building python bindings, we need python to build service types database:
BuildRequires: python-devel python-gdbm
%if %suse_version <= 1110
@ -272,7 +272,7 @@ addition, it supports some nifty things that have never been seen
elsewhere, like correct mDNS reflection across LAN segments.
%package utils
License: LGPL v2.1 or later
License: LGPLv2.1+
Summary: Command Line Utilities for D-BUS Service for Zeroconf and Bonjour
Requires: %{_name} >= %{version}
Group: Productivity/Networking/Other
@ -314,7 +314,7 @@ supports some nifty things that have never been seen elsewhere like
correct mDNS reflection accross LAN segments.
%package compat-mDNSResponder-devel
License: LGPL v2.1 or later
License: LGPLv2.1+
Summary: mDNSResponder Compatibility Package for D-BUS Service for Zeroconf/Bonjour
Requires: libavahi-devel = %{version} libdns_sd = %{version}
Group: Development/Libraries/C and C++
@ -337,7 +337,7 @@ supports some nifty things that have never been seen elsewhere like
correct mDNS reflection accross LAN segments.
%package compat-howl-devel
License: LGPL v2.1 or later
License: LGPLv2.1+
Summary: howl Compatibility Package for D-BUS Service for Zeroconf/Bonjour
Requires: libavahi-devel = %{version} libhowl0 = %{version}
Group: Development/Libraries/C and C++
@ -637,6 +637,7 @@ things, like correct mDNS reflection across LAN segments.
%prep
%setup -q -n %{_name}-%{version}
translation-update-upstream
%patch0
%patch1 -p1
%patch2
@ -831,7 +832,7 @@ rm -rf $RPM_BUILD_ROOT
%post
/sbin/ldconfig
%{fillup_and_insserv -f -Y avahi-daemon}
%{fillup_and_insserv -f -y avahi-daemon}
%{fillup_and_insserv -f avahi-dnsconfd}
%preun

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 15 17:10:10 CET 2010 - sbrabec@suse.cz
- Added support for translation-update-upstream (FATE#301344).
-------------------------------------------------------------------
Sun Aug 9 12:43:26 CEST 2009 - coolo@novell.com

View File

@ -73,7 +73,7 @@ Patch10: avahi-unicastdomains.patch
# PATCH-FIX-UPSTREAM avahi-init_unused-not-dead.patch bnc#329708 dimstar@opensuse.org -- Report unused instead of dead
Patch11: avahi-init_unused-not-dead.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: dbus-1-python fdupes gcc-c++ gdbm-devel intltool libdaemon-devel libexpat-devel pkg-config
BuildRequires: dbus-1-python fdupes gcc-c++ gdbm-devel intltool libdaemon-devel libexpat-devel pkg-config translation-update-upstream
# Even if we are not building python bindings, we need python to build service types database:
BuildRequires: python-devel python-gdbm
%if %suse_version <= 1110
@ -271,7 +271,7 @@ addition, it supports some nifty things that have never been seen
elsewhere, like correct mDNS reflection across LAN segments.
%package utils
License: LGPL v2.1 or later
License: LGPLv2.1+
Summary: Command Line Utilities for D-BUS Service for Zeroconf and Bonjour
Requires: %{_name} >= %{version}
Group: Productivity/Networking/Other
@ -313,7 +313,7 @@ supports some nifty things that have never been seen elsewhere like
correct mDNS reflection accross LAN segments.
%package compat-mDNSResponder-devel
License: LGPL v2.1 or later
License: LGPLv2.1+
Summary: mDNSResponder Compatibility Package for D-BUS Service for Zeroconf/Bonjour
Requires: libavahi-devel = %{version} libdns_sd = %{version}
Group: Development/Libraries/C and C++
@ -336,7 +336,7 @@ supports some nifty things that have never been seen elsewhere like
correct mDNS reflection accross LAN segments.
%package compat-howl-devel
License: LGPL v2.1 or later
License: LGPLv2.1+
Summary: howl Compatibility Package for D-BUS Service for Zeroconf/Bonjour
Requires: libavahi-devel = %{version} libhowl0 = %{version}
Group: Development/Libraries/C and C++
@ -636,6 +636,7 @@ things, like correct mDNS reflection across LAN segments.
%prep
%setup -q -n %{_name}-%{version}
translation-update-upstream
%patch0
%patch1 -p1
%patch2
@ -830,7 +831,7 @@ rm -rf $RPM_BUILD_ROOT
%post
/sbin/ldconfig
%{fillup_and_insserv -f -Y avahi-daemon}
%{fillup_and_insserv -f -y avahi-daemon}
%{fillup_and_insserv -f avahi-dnsconfd}
%preun

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 15 17:10:10 CET 2010 - sbrabec@suse.cz
- Added support for translation-update-upstream (FATE#301344).
-------------------------------------------------------------------
Sun Aug 9 12:43:26 CEST 2009 - coolo@novell.com

View File

@ -73,7 +73,7 @@ Patch10: avahi-unicastdomains.patch
# PATCH-FIX-UPSTREAM avahi-init_unused-not-dead.patch bnc#329708 dimstar@opensuse.org -- Report unused instead of dead
Patch11: avahi-init_unused-not-dead.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: dbus-1-python fdupes gcc-c++ gdbm-devel intltool libdaemon-devel libexpat-devel pkg-config
BuildRequires: dbus-1-python fdupes gcc-c++ gdbm-devel intltool libdaemon-devel libexpat-devel pkg-config translation-update-upstream
# Even if we are not building python bindings, we need python to build service types database:
BuildRequires: python-devel python-gdbm
%if %suse_version <= 1110
@ -274,7 +274,7 @@ addition, it supports some nifty things that have never been seen
elsewhere, like correct mDNS reflection across LAN segments.
%package utils
License: LGPL v2.1 or later
License: LGPLv2.1+
Summary: Command Line Utilities for D-BUS Service for Zeroconf and Bonjour
Requires: %{_name} >= %{version}
Group: Productivity/Networking/Other
@ -316,7 +316,7 @@ supports some nifty things that have never been seen elsewhere like
correct mDNS reflection accross LAN segments.
%package compat-mDNSResponder-devel
License: LGPL v2.1 or later
License: LGPLv2.1+
Summary: mDNSResponder Compatibility Package for D-BUS Service for Zeroconf/Bonjour
Requires: libavahi-devel = %{version} libdns_sd = %{version}
Group: Development/Libraries/C and C++
@ -339,7 +339,7 @@ supports some nifty things that have never been seen elsewhere like
correct mDNS reflection accross LAN segments.
%package compat-howl-devel
License: LGPL v2.1 or later
License: LGPLv2.1+
Summary: howl Compatibility Package for D-BUS Service for Zeroconf/Bonjour
Requires: libavahi-devel = %{version} libhowl0 = %{version}
Group: Development/Libraries/C and C++
@ -639,6 +639,7 @@ things, like correct mDNS reflection across LAN segments.
%prep
%setup -q -n %{_name}-%{version}
translation-update-upstream
%patch0
%patch1 -p1
%patch2
@ -833,7 +834,7 @@ rm -rf $RPM_BUILD_ROOT
%post
/sbin/ldconfig
%{fillup_and_insserv -f -Y avahi-daemon}
%{fillup_and_insserv -f -y avahi-daemon}
%{fillup_and_insserv -f avahi-dnsconfd}
%preun

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 15 17:10:10 CET 2010 - sbrabec@suse.cz
- Do not force start avahi daemon on update (bnc#588367).
- Added support for translation-update-upstream (FATE#301344).
-------------------------------------------------------------------
Tue Dec 15 22:09:00 CET 2009 - jengelh@medozas.de

View File

@ -75,7 +75,7 @@ Patch10: avahi-unicastdomains.patch
# PATCH-FIX-UPSTREAM avahi-init_unused-not-dead.patch bnc#329708 dimstar@opensuse.org -- Report unused instead of dead
Patch11: avahi-init_unused-not-dead.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: dbus-1-python fdupes gcc-c++ gdbm-devel intltool libdaemon-devel libexpat-devel pkg-config
BuildRequires: dbus-1-python fdupes gcc-c++ gdbm-devel intltool libdaemon-devel libexpat-devel pkg-config translation-update-upstream
# Even if we are not building python bindings, we need python to build service types database:
BuildRequires: python-devel python-gdbm
%if %suse_version <= 1110
@ -639,6 +639,7 @@ things, like correct mDNS reflection across LAN segments.
%prep
%setup -q -n %{_name}-%{version}
translation-update-upstream
%patch0
%patch1 -p1
%patch2
@ -833,7 +834,7 @@ rm -rf $RPM_BUILD_ROOT
%post
/sbin/ldconfig
%{fillup_and_insserv -f -Y avahi-daemon}
%{fillup_and_insserv -f -y avahi-daemon}
%{fillup_and_insserv -f avahi-dnsconfd}
%preun