[rpm] - fix duplicate directory ownership between rpm and rpm-build (#894201)

Panu Matilainen pmatilai at fedoraproject.org
Mon Jan 28 12:08:53 UTC 2013


commit 3b3e1577871ce9530ae42db438b9c1633845a947
Author: Panu Matilainen <pmatilai at redhat.com>
Date:   Mon Jan 28 14:02:47 2013 +0200

    - fix duplicate directory ownership between rpm and rpm-build (#894201)

 rpm.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/rpm.spec b/rpm.spec
index 11689cc..44fc48c 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -421,7 +421,7 @@ exit 0
 %{rpmhome}/*.req
 %{rpmhome}/config.*
 %{rpmhome}/mkinstalldirs
-%{rpmhome}/macros.*
+%{rpmhome}/macros.p*
 %{rpmhome}/fileattrs
 
 %files sign
@@ -453,6 +453,7 @@ exit 0
 %changelog
 * Mon Jan 28 2013 Panu Matilainen <pmatilai at redhat.com> - 4.11.0-0.beta1.2
 - armv7hl and armv7hnl should not have -mthumb (#901901)
+- fix duplicate directory ownership between rpm and rpm-build (#894201)
 
 * Mon Dec 10 2012 Panu Matilainen <pmatilai at redhat.com> - 4.11.0-0.beta1.1
 - update to 4.11 beta


More information about the scm-commits mailing list