summaryrefslogtreecommitdiffstats
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-05-04 11:11:44 -0400
commit9e08467eba7f15af0d7b38adea014600ce34ad6b (patch)
treebba400c6341fad01b858da5e1fb13d47c7516056
parent87c333f8417a967a82e3eab437a1b73c998680ea (diff)
downloadbcfg2-9e08467eba7f15af0d7b38adea014600ce34ad6b.tar.gz
bcfg2-9e08467eba7f15af0d7b38adea014600ce34ad6b.tar.bz2
bcfg2-9e08467eba7f15af0d7b38adea014600ce34ad6b.zip
rhel doesn't recognize Recommends tag either
-rw-r--r--misc/bcfg2.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec
index 9a2f6f879..f85169eec 100644
--- a/misc/bcfg2.spec
+++ b/misc/bcfg2.spec
@@ -57,8 +57,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