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
This commit is contained in:
Yan Gao 2017-02-28 14:43:26 +00:00 committed by Git OBS Bridge
parent 3684a612fe
commit cf00651369
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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