[gnome-color-manager/f18] Only require argyllcms on Fedora, not RHEL

Richard Hughes rhughes at fedoraproject.org
Fri Nov 16 14:48:34 UTC 2012


commit fa5ed323b24746a16c21695d2f316531105fda42
Author: Richard Hughes <richard at hughsie.com>
Date:   Fri Nov 16 14:50:32 2012 +0000

    Only require argyllcms on Fedora, not RHEL

 gnome-color-manager.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gnome-color-manager.spec b/gnome-color-manager.spec
index e7d6080..3ca4505 100644
--- a/gnome-color-manager.spec
+++ b/gnome-color-manager.spec
@@ -15,7 +15,9 @@ Requires:  dconf
 
 # Not actually a hard requirement; it just sucks to have to install the
 # package using PackageKit before the user can calibrate
+%if 0%{?rhel} == 0
 Requires:  argyllcms
+%endif
 
 BuildRequires: gtk3-devel >= 3.0.0
 BuildRequires: scrollkeeper


More information about the scm-commits mailing list