Hello community,

here is the log from the commit of package usbguard for openSUSE:Factory 
checked in at 2018-11-09 07:54:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/usbguard (Old)
 and      /work/SRC/openSUSE:Factory/.usbguard.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "usbguard"

Fri Nov  9 07:54:33 2018 rev:4 rq:647226 version:0.7.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/usbguard/usbguard.changes        2018-10-12 
13:12:07.311178084 +0200
+++ /work/SRC/openSUSE:Factory/.usbguard.new/usbguard.changes   2018-11-09 
07:54:43.335690329 +0100
@@ -1,0 +2,5 @@
+Wed Nov  7 17:38:38 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Fix RPM groups. Avoid pointless shelling out to /bin/rm.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ usbguard.spec ++++++
--- /var/tmp/diff_new_pack.2wc287/_old  2018-11-09 07:54:44.243689290 +0100
+++ /var/tmp/diff_new_pack.2wc287/_new  2018-11-09 07:54:44.247689286 +0100
@@ -70,7 +70,7 @@
 
 %package -n %lname
 Summary:        Library for implementing USB device usage policy
-Group:          System/Daemons
+Group:          System/Libraries
 
 %description -n %lname
 The USBGuard software framework helps to protect your computer against rogue 
USB
@@ -134,8 +134,7 @@
 # make check
 
 %install
-make install INSTALL='install -p' DESTDIR=%{buildroot}
-
+%make_install INSTALL="install -p"
 ln -sf %{_sbindir}/service %{buildroot}/%{_sbindir}/rcusbguard
 
 # Install configuration
@@ -151,7 +150,7 @@
 install -p -m 644 scripts/usbguard-zsh-completion 
%{buildroot}%{_datadir}/zsh/site-functions/_usbguard
 
 # Cleanup
-find %{buildroot} \( -name '*.la' -o -name '*.a' \) -exec rm -f {} ';'
+find %{buildroot} \( -name '*.la' -o -name '*.a' \) -delete
 
 %preun
 %service_del_preun usbguard.service




Reply via email to