summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-04-13 14:00:15 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-04-13 14:00:15 -0400
commitf991b422804f7ffaf9f6a88bdfbcec02498c2fcc (patch)
treed70643ec9b528a93d48b80b5946c66fa93253112 /misc
parent0106905765ae0305aab5697a170c4609b6a23fa3 (diff)
downloadbcfg2-f991b422804f7ffaf9f6a88bdfbcec02498c2fcc.tar.gz
bcfg2-f991b422804f7ffaf9f6a88bdfbcec02498c2fcc.tar.bz2
bcfg2-f991b422804f7ffaf9f6a88bdfbcec02498c2fcc.zip
rhel doesn't recognize Recommends tag either
Diffstat (limited to 'misc')
-rw-r--r--misc/bcfg2.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec
index 9530af6d4..866f2f6ba 100644
--- a/misc/bcfg2.spec
+++ b/misc/bcfg2.spec
@@ -58,8 +58,8 @@ Requires: python-lxml >= 0.9
# iff we switch to the redhat one, this might not be needed anymore.
Requires: redhat-lsb
%endif
-%if 0%{?fedora} == 0
-# fedora 15 and 16 (and possibly other distros) do not know this tag.
+%if "%{_vendor}" != "redhat"
+# fedora and rhel (and possibly other distros) do not know this tag.
Recommends: cron
%endif