Accepting request 1109793 from GNOME:Next

Pushing GNOME 45.rc packages

OBS-URL: https://build.opensuse.org/request/show/1109793
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/avahi?expand=0&rev=219
This commit is contained in:
Luciano Santos 2023-09-12 01:54:17 +00:00 committed by Git OBS Bridge
parent 4cdd0a8959
commit 15ea1f32a3
2 changed files with 21 additions and 34 deletions

View File

@ -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> Tue Apr 11 21:00:12 UTC 2023 - Michael Gorse <mgorse@suse.com>

View File

@ -410,17 +410,8 @@ Obsoletes: avahi-glib2-utils-gtk < %{version}
Avahi is an implementation of the DNS Service Discovery and Multicast Avahi is an implementation of the DNS Service Discovery and Multicast
DNS specifications for Zeroconf Computing. DNS specifications for Zeroconf Computing.
# This is the avahi-discover command, only provided for the primary python3 flavor # This is the avahi-discover command, only provided for the primary python3 flavor
%package -n python3-avahi-gtk %package -n python3-avahi-gtk
Summary: A set of Avahi utilities written in Python Using python-gtk Summary: A set of Avahi utilities written in Python Using python-gtk
Group: Development/Languages/Python 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. # 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 {} + find %{_localstatedir}/lib/avahi-autoipd -user avahi -exec chown avahi-autoipd:avahi-autoipd {} +
%post -n libavahi-client%{avahi_client_sover} -p /sbin/ldconfig %ldconfig_scriptlets -n libavahi-client%{avahi_client_sover}
%postun -n libavahi-client%{avahi_client_sover} -p /sbin/ldconfig %ldconfig_scriptlets -n libavahi-common%{avahi_common_sover}
%post -n libavahi-common%{avahi_common_sover} -p /sbin/ldconfig %ldconfig_scriptlets -n libavahi-core%{avahi_core_sover}
%postun -n libavahi-common%{avahi_common_sover} -p /sbin/ldconfig %ldconfig_scriptlets -n libavahi-libevent%{avahi_libevent_sover}
%post -n libavahi-core%{avahi_core_sover} -p /sbin/ldconfig %ldconfig_scriptlets -n libdns_sd
%postun -n libavahi-core%{avahi_core_sover} -p /sbin/ldconfig %ldconfig_scriptlets -n libhowl%{avahi_libhowl_sover}
%post -n libavahi-libevent%{avahi_libevent_sover} -p /sbin/ldconfig %ldconfig_scriptlets -n libavahi-ui-gtk3-%{avahi_gtk3_sover}
%postun -n libavahi-libevent%{avahi_libevent_sover} -p /sbin/ldconfig %ldconfig_scriptlets -n libavahi-gobject%{avahi_gobject_sover}
%post -n libdns_sd -p /sbin/ldconfig %ldconfig_scriptlets -n libavahi-glib%{avahi_glib_sover}
%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
%if %{build_qt5} %if %{build_qt5}
%post -n libavahi-qt5-%{avahi_qt5_sover} -p /sbin/ldconfig %ldconfig_scriptlets -n libavahi-qt5-%{avahi_qt5_sover}
%postun -n libavahi-qt5-%{avahi_qt5_sover} -p /sbin/ldconfig
%endif %endif
%post -n python3-avahi-gtk %post -n python3-avahi-gtk