diff --git a/libqb.changes b/libqb.changes index bb9a5c1..1847e4a 100644 --- a/libqb.changes +++ b/libqb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 22 13:08:00 UTC 2017 - jengelh@inai.de + +- RPM group fix; use find -delete over rm. + ------------------------------------------------------------------- Mon Feb 20 16:50:39 UTC 2017 - ygao@suse.com diff --git a/libqb.spec b/libqb.spec index b6edf74..2fecdc6 100644 --- a/libqb.spec +++ b/libqb.spec @@ -23,7 +23,7 @@ Version: 1.0.1+git20170131.afdff97 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 @@ fi %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