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:
parent
8ee3f2bfd5
commit
b20a2f3a73
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user