From cf006513693876c6b995be3f54e69f5f4a1d17adb8be064793913b1fafa70efc Mon Sep 17 00:00:00 2001 From: Yan Gao Date: Tue, 28 Feb 2017 14:43:26 +0000 Subject: [PATCH] Accepting request 459696 from home:jengelh:branches:network:ha-clustering:Factory - RPM group fix; use find -delete over rm. OBS-URL: https://build.opensuse.org/request/show/459696 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=75 --- libqb.changes | 5 +++++ libqb.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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