Accepting request 1174480 from home:rfrohl:branches:network:utilities

remove '%license COPYING' from the %post(un) ui-qt sections

OBS-URL: https://build.opensuse.org/request/show/1174480
OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=435
This commit is contained in:
Robert Frohl 2024-05-16 12:20:46 +00:00 committed by Git OBS Bridge
parent 6c13d9a67f
commit f26cdc9bd9

View File

@ -233,6 +233,14 @@ getent group wireshark >/dev/null || groupadd -r wireshark
%set_permissions %{_bindir}/dumpcap
exit 0
%post ui-qt
%desktop_database_post
%icon_theme_cache_post
%postun ui-qt
%desktop_database_postun
%icon_theme_cache_postun
%ldconfig_scriptlets -n %{libutil}
%ldconfig_scriptlets -n %{libwire}
%ldconfig_scriptlets -n %{libtap}
@ -287,14 +295,4 @@ exit 0
%{_datadir}/mime/packages/%{org_name}.xml
%{_datadir}/metainfo/%{org_name}.metainfo.xml
%post ui-qt
%license COPYING
%desktop_database_post
%icon_theme_cache_post
%postun ui-qt
%license COPYING
%desktop_database_postun
%icon_theme_cache_postun
%changelog