From 19fa0a82d37a04284a29a8070d8b27e8ffa52098 Mon Sep 17 00:00:00 2001 From: Vitezslav Crhonek Date: Thu, 17 Feb 2011 15:28:22 +0100 Subject: [PATCH] Remove dubuginfo files from -libs subpackage --- tog-pegasus.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tog-pegasus.spec b/tog-pegasus.spec index edc6f56..cbbec34 100644 --- a/tog-pegasus.spec +++ b/tog-pegasus.spec @@ -8,7 +8,7 @@ Name: tog-pegasus Version: %{major_ver}.0 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 2 Summary: OpenPegasus WBEM Services for Linux @@ -302,7 +302,8 @@ rm -rf $RPM_BUILD_ROOT %files libs %defattr(0755, root, pegasus, 0750) -/usr/%{_lib}/* +%{_libdir}/* +%exclude /usr/lib/debug %if %{PEGASUS_BUILD_TEST_RPM} %files test @@ -399,6 +400,9 @@ fi %changelog +* Thu Feb 17 2011 Vitezslav Crhonek - 2:2.10.1-2 +- Remove dubuginfo files from -libs subpackage + * Wed Feb 16 2011 Vitezslav Crhonek - 2:2.10.1-1 - Update to upstream version 2.10.1 - Move creating of the 'pegasus' user and group to the 'libs' %%pre