SHA256
1
0
forked from pool/usbview

- explicitly remove unneeded polkit pkexec file (bsc#1194300).

OBS-URL: https://build.opensuse.org/package/show/Base:System/usbview?expand=0&rev=11
This commit is contained in:
Marcus Meissner 2022-01-24 10:49:15 +00:00 committed by Git OBS Bridge
parent 8ee3f2bfd5
commit b20a2f3a73
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 24 10:48:34 UTC 2022 - Marcus Meissner <meissner@suse.com>
- explicitly remove unneeded polkit pkexec file (bsc#1194300).
-------------------------------------------------------------------
Sat Jan 22 19:49:27 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -47,6 +47,9 @@ sh autogen.sh
%install
%make_install
# not needed anymore
rm %buildroot/%{_datadir}/polkit-1/actions/org.freedesktop.pkexec.usbview.policy
%suse_update_desktop_file -i %{name} System Monitor
%files
@ -55,7 +58,6 @@ sh autogen.sh
%{_bindir}/usbview
%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/usbview.*
%{_datadir}/polkit-1/actions/org.freedesktop.pkexec.usbview.policy
%{_mandir}/man?/*.*
%changelog