[xulrunner/f19] package ppc patch in srpm even if srpm is built on other archs, otherwise koji will complain with '

Karsten Hopp karsten at fedoraproject.org
Thu Mar 14 13:02:34 UTC 2013


commit d35150669e571de42d4fcc991df4c54b47517626
Author: Karsten Hopp <karsten at redhat.com>
Date:   Thu Mar 14 14:01:07 2013 +0100

    package ppc patch in srpm even if srpm is built on other archs,
     otherwise koji will complain with 'file not found'

 xulrunner.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index 1055d4a..6c5c75c 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -76,7 +76,7 @@
 Summary:        XUL Runtime for Gecko Applications
 Name:           xulrunner
 Version:        19.0.2
-Release:        1%{?pre_tag}%{?dist}
+Release:        2%{?pre_tag}%{?dist}
 URL:            http://developer.mozilla.org/En/XULRunner
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 Group:          Applications/Internet
@@ -97,9 +97,7 @@ Patch19:        rhbz-304121.patch
 
 # Fedora specific patches
 Patch20:        mozilla-193-pkgconfig.patch
-%ifarch ppc ppc64
 Patch21:        rhbz-911314.patch
-%endif
 
 # Upstream patches
 Patch101:       mozilla-791626.patch
@@ -518,6 +516,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Wed Mar 13 2013 Karsten Hopp <karsten at redhat.com> 19.0.2-2
+- package ppc specific patch file in srpm 
+
 * Mon Mar 11 2013 Martin Stransky <stransky at redhat.com> - 19.0.2-1
 - Update to 19.0.2
 


More information about the scm-commits mailing list