[xorg-x11-drivers] More %rhel conditionals

Adam Jackson ajax at fedoraproject.org
Wed Mar 21 15:19:10 UTC 2012


commit d16a9d31f50ee3d1ca8ae57e0d07b2b30b7ddf88
Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Mar 21 11:19:07 2012 -0400

    More %rhel conditionals

 xorg-x11-drivers.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/xorg-x11-drivers.spec b/xorg-x11-drivers.spec
index 9a29e69..42f4ee5 100644
--- a/xorg-x11-drivers.spec
+++ b/xorg-x11-drivers.spec
@@ -1,13 +1,13 @@
 Summary: X.Org X11 driver installation package
 Name: xorg-x11-drivers
 Version: 7.4
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: MIT
 Group: User Interface/X Hardware Support
 
 # Xorg is not (yet) buildable for s390.  When it is, we'll probably only
 # want dummy and void anyway.  Maybe evdev for uinput stuff?
-ExcludeArch: s390 s390x
+ExcludeArch: s390 s390x %{?rhel:ppc ppc64}
 
 # Notable things missing:
 # - imstt, not packaged yet, probably ppc only
@@ -120,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 
 %changelog
+* Wed Mar 21 2012 Adam Jackson <ajax at redhat.com> 7.4-7
+- More %%rhel conditionals
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 7.4-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list