Accepting request 1110397 from GNOME:Factory
Forwarded request #1109793 from iznogood Pushing GNOME 45.rc packages OBS-URL: https://build.opensuse.org/request/show/1110397 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/avahi?expand=0&rev=158
This commit is contained in:
commit
6d7a17304e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 11 21:33:48 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Use ldconfig_scriptlets macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 11 21:00:12 UTC 2023 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
|
42
avahi.spec
42
avahi.spec
@ -410,17 +410,8 @@ Obsoletes: avahi-glib2-utils-gtk < %{version}
|
||||
Avahi is an implementation of the DNS Service Discovery and Multicast
|
||||
DNS specifications for Zeroconf Computing.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# This is the avahi-discover command, only provided for the primary python3 flavor
|
||||
|
||||
%package -n python3-avahi-gtk
|
||||
Summary: A set of Avahi utilities written in Python Using python-gtk
|
||||
Group: Development/Languages/Python
|
||||
@ -720,27 +711,18 @@ fi
|
||||
# Change ownership of /var/lib/avahi-autoipd after upgrade from openSUSE <= 12.3 and SLE <= 11.
|
||||
find %{_localstatedir}/lib/avahi-autoipd -user avahi -exec chown avahi-autoipd:avahi-autoipd {} +
|
||||
|
||||
%post -n libavahi-client%{avahi_client_sover} -p /sbin/ldconfig
|
||||
%postun -n libavahi-client%{avahi_client_sover} -p /sbin/ldconfig
|
||||
%post -n libavahi-common%{avahi_common_sover} -p /sbin/ldconfig
|
||||
%postun -n libavahi-common%{avahi_common_sover} -p /sbin/ldconfig
|
||||
%post -n libavahi-core%{avahi_core_sover} -p /sbin/ldconfig
|
||||
%postun -n libavahi-core%{avahi_core_sover} -p /sbin/ldconfig
|
||||
%post -n libavahi-libevent%{avahi_libevent_sover} -p /sbin/ldconfig
|
||||
%postun -n libavahi-libevent%{avahi_libevent_sover} -p /sbin/ldconfig
|
||||
%post -n libdns_sd -p /sbin/ldconfig
|
||||
%postun -n libdns_sd -p /sbin/ldconfig
|
||||
%post -n libhowl%{avahi_libhowl_sover} -p /sbin/ldconfig
|
||||
%postun -n libhowl%{avahi_libhowl_sover} -p /sbin/ldconfig
|
||||
%post -n libavahi-ui-gtk3-%{avahi_gtk3_sover} -p /sbin/ldconfig
|
||||
%postun -n libavahi-ui-gtk3-%{avahi_gtk3_sover} -p /sbin/ldconfig
|
||||
%post -n libavahi-gobject%{avahi_gobject_sover} -p /sbin/ldconfig
|
||||
%postun -n libavahi-gobject%{avahi_gobject_sover} -p /sbin/ldconfig
|
||||
%post -n libavahi-glib%{avahi_glib_sover} -p /sbin/ldconfig
|
||||
%postun -n libavahi-glib%{avahi_glib_sover} -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n libavahi-client%{avahi_client_sover}
|
||||
%ldconfig_scriptlets -n libavahi-common%{avahi_common_sover}
|
||||
%ldconfig_scriptlets -n libavahi-core%{avahi_core_sover}
|
||||
%ldconfig_scriptlets -n libavahi-libevent%{avahi_libevent_sover}
|
||||
%ldconfig_scriptlets -n libdns_sd
|
||||
%ldconfig_scriptlets -n libhowl%{avahi_libhowl_sover}
|
||||
%ldconfig_scriptlets -n libavahi-ui-gtk3-%{avahi_gtk3_sover}
|
||||
%ldconfig_scriptlets -n libavahi-gobject%{avahi_gobject_sover}
|
||||
%ldconfig_scriptlets -n libavahi-glib%{avahi_glib_sover}
|
||||
|
||||
%if %{build_qt5}
|
||||
%post -n libavahi-qt5-%{avahi_qt5_sover} -p /sbin/ldconfig
|
||||
%postun -n libavahi-qt5-%{avahi_qt5_sover} -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n libavahi-qt5-%{avahi_qt5_sover}
|
||||
%endif
|
||||
|
||||
%post -n python3-avahi-gtk
|
||||
|
Loading…
Reference in New Issue
Block a user