[pcp] Remove glob from empty %{_localstatedir}/lib/pcp/config/pmie dir

lukas berk lberk at fedoraproject.org
Mon Nov 24 17:11:04 UTC 2014


commit 542454d60e0e452b2a9dfe0fc3b0ec4d96dc2682
Author: Lukas Berk <lberk at redhat.com>
Date:   Mon Nov 24 12:09:34 2014 -0500

    Remove glob from empty %{_localstatedir}/lib/pcp/config/pmie dir
    
    This was breaking the build

 pcp.spec |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/pcp.spec b/pcp.spec
index 939d1a1..717ec0f 100644
--- a/pcp.spec
+++ b/pcp.spec
@@ -872,7 +872,7 @@ chmod 644 "$PCP_PMNS_DIR/.NeedRebuild"
 
 %{_localstatedir}/lib/pcp/config/pmafm
 %dir %attr(0775,pcp,pcp) %{_localstatedir}/lib/pcp/config/pmie
-%{_localstatedir}/lib/pcp/config/pmie/*
+%{_localstatedir}/lib/pcp/config/pmie
 %{_localstatedir}/lib/pcp/config/pmieconf
 %dir %attr(0775,pcp,pcp) %{_localstatedir}/lib/pcp/config/pmlogger
 %{_localstatedir}/lib/pcp/config/pmlogger/*
@@ -1051,12 +1051,6 @@ chmod 644 "$PCP_PMNS_DIR/.NeedRebuild"
 %changelog
 * Mon Nov 24 2014 Lukas Berk <lberk at redhat.com> - 3.10.1-0.759.gf6d6a93
 - Automated weekly rawhide release
-
-* Mon Nov 24 2014 Lukas Berk <lberk at redhat.com> - 3.10.1-0.759.gf6d6a93
-- Automated weekly rawhide release
-
-* Mon Nov 24 2014 Lukas Berk <lberk at redhat.com> - 3.10.1-0.759.gf6d6a93
-- Automated weekly rawhide release
 - Applied spec changes from upstream git
 
 * Tue Nov 18 2014 Dave Brolley <brolley at redhat.com> - 3.10.0-2


More information about the scm-commits mailing list