Hello community,

here is the log from the commit of package libqb for openSUSE:Factory checked 
in at 2017-03-03 14:36:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqb (Old)
 and      /work/SRC/openSUSE:Factory/.libqb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqb"

Fri Mar  3 14:36:41 2017 rev:22 rq:460897 version:1.0.1+git20170131.afdff97

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqb/libqb.changes      2017-02-22 
13:47:09.530769481 +0100
+++ /work/SRC/openSUSE:Factory/.libqb.new/libqb.changes 2017-03-03 
14:36:42.340020479 +0100
@@ -1,0 +2,5 @@
+Wed Feb 22 13:08:00 UTC 2017 - [email protected]
+
+- RPM group fix; use find -delete over rm.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libqb.spec ++++++
--- /var/tmp/diff_new_pack.bhdU9I/_old  2017-03-03 14:36:42.955933285 +0100
+++ /var/tmp/diff_new_pack.bhdU9I/_new  2017-03-03 14:36:42.959932719 +0100
@@ -23,7 +23,7 @@
 Release:        0
 Summary:        An IPC library for high performance servers
 License:        LGPL-2.1+
-Group:          System/Libraries
+Group:          Development/Libraries/C and C++
 Url:            https://github.com/ClusterLabs/libqb
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        baselibs.conf
@@ -89,7 +89,7 @@
 
 %install
 %make_install
-find %{buildroot} -name '*.la' -exec rm -f {} ';'
+find %{buildroot} -name '*.la' -delete
 rm -rf %{buildroot}%{_datadir}/doc
 
 %post -n libqb0 -p /sbin/ldconfig


Reply via email to