Accepting request 1146245 from home:dirkmueller:Factory

- handle one more mismatch in docdir handling

OBS-URL: https://build.opensuse.org/request/show/1146245
OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=428
This commit is contained in:
Robert Frohl 2024-02-13 08:42:58 +00:00 committed by Git OBS Bridge
parent c2009f1404
commit ce0a65cf4e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 12 17:05:49 UTC 2024 - Dirk Müller <dmueller@suse.com>
- handle one more mismatch in docdir handling
-------------------------------------------------------------------
Mon Jan 29 10:02:28 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -220,7 +220,7 @@ sed -i -e 's|Exec=wireshark %f|Exec=xdg-su -c wireshark %f|g' %{buildroot}%{_dat
%suse_update_desktop_file %{org_name}
%suse_update_desktop_file %{org_name}-su
rm -f %{buildroot}%{_datadir}/doc/wireshark/*.html
rm -f %{buildroot}${cmakedocdir}/*.html
%pre
getent group wireshark >/dev/null || groupadd -r wireshark