[tog-pegasus] Exclude accidentaly packed tmpfiles dir from -libs subpackage on i686

vcrhonek vcrhonek at fedoraproject.org
Mon Jan 26 13:17:31 UTC 2015


commit 5d8ddfe2aac22f32e958a8f108b615115f06e95a
Author: Vitezslav Crhonek <vcrhonek at redhat.com>
Date:   Mon Jan 26 14:17:18 2015 +0100

    Exclude accidentaly packed tmpfiles dir from -libs subpackage on i686

 tog-pegasus.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/tog-pegasus.spec b/tog-pegasus.spec
index 17359c3..8e0bab9 100644
--- a/tog-pegasus.spec
+++ b/tog-pegasus.spec
@@ -8,7 +8,7 @@
 
 Name:           tog-pegasus
 Version:        %{major_ver}.0
-Release:        20%{?dist}
+Release:        21%{?dist}
 Epoch:          2
 Summary:        OpenPegasus WBEM Services for Linux
 
@@ -388,6 +388,7 @@ make prestarttests
 %{_libdir}/*
 %exclude /usr/lib/debug
 %exclude /usr/lib/systemd
+%exclude %{_tmpfilesdir}
 
 %if %{PEGASUS_BUILD_TEST_RPM}
 %files test
@@ -508,6 +509,10 @@ fi
 
 
 %changelog
+* Mon Jan 26 2015 Vitezslav Crhonek <vcrhonek at redhat.com> - 2:2.13.0-21
+- Exclude accidentaly packed tmpfiles dir from -libs subpackage on i686
+  Resolves: #1185133
+
 * Mon Jan 19 2015 Vitezslav Crhonek <vcrhonek at redhat.com> - 2:2.13.0-20
 - Fix packaging of tmpfiles
 


More information about the scm-commits mailing list