diff --git a/avahi.changes b/avahi.changes index bc324a4..d8bd7e3 100644 --- a/avahi.changes +++ b/avahi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 24 01:29:15 CEST 2007 - ro@suse.de + +- fix some rpmlint errors (call ldconfig in post scripts) + ------------------------------------------------------------------- Tue Mar 27 17:25:07 CEST 2007 - crivera@suse.de diff --git a/avahi.spec b/avahi.spec index 7466f99..5b3b25e 100644 --- a/avahi.spec +++ b/avahi.spec @@ -18,7 +18,7 @@ BuildRequires: libqt4-devel python-gtk-devel BuildRequires: python-gtk qt-devel %endif Version: 0.6.17 -Release: 12 +Release: 28 URL: http://www.avahi.org/ Group: System/Daemons License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) @@ -425,8 +425,7 @@ rm -rf $RPM_BUILD_ROOT %{stop_on_removal avahi-daemon} %{stop_on_removal avahi-dnsconfd} -%post -%{run_ldconfig} +%post -p /sbin/ldconfig %postun %{restart_on_update avahi-daemon} @@ -434,6 +433,26 @@ rm -rf $RPM_BUILD_ROOT %{run_ldconfig} %insserv_cleanup +%post qt3 -p /sbin/ldconfig + +%postun qt3 -p /sbin/ldconfig + +%post qt4 -p /sbin/ldconfig + +%postun qt4 -p /sbin/ldconfig + +%post glib -p /sbin/ldconfig + +%postun glib -p /sbin/ldconfig + +%post compat-mDNSResponder -p /sbin/ldconfig + +%postun compat-mDNSResponder -p /sbin/ldconfig + +%post compat-howl -p /sbin/ldconfig + +%postun compat-howl -p /sbin/ldconfig + %files %defattr(-,root,root) %doc LICENSE docs/* @@ -555,6 +574,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/avahi-qt4.pc %changelog +* Thu May 24 2007 - ro@suse.de +- fix some rpmlint errors (call ldconfig in post scripts) * Tue Mar 27 2007 - crivera@suse.de - Improve libdns_sd compat support. This helps fix 214887. * Mon Mar 26 2007 - rguenther@suse.de