summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-23 13:59:55 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-08-23 14:02:12 -0400
commita8fac8a5a42ac59551279c08b0e1c50d6610906d (patch)
treed8a070d213e12df7dc0feaf6106294079e49ab09
parent6815d3c595d1a0890474b61b71353532b9202fb1 (diff)
downloadbcfg2-a8fac8a5a42ac59551279c08b0e1c50d6610906d.tar.gz
bcfg2-a8fac8a5a42ac59551279c08b0e1c50d6610906d.tar.bz2
bcfg2-a8fac8a5a42ac59551279c08b0e1c50d6610906d.zip
make bcfg2-server RPM require the identical version of bcfg2 (client)
[ci skip]
-rw-r--r--misc/bcfg2.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec
index edf5c3b6a..53ec70bf9 100644
--- a/misc/bcfg2.spec
+++ b/misc/bcfg2.spec
@@ -98,7 +98,7 @@ Group: System/Management
%else
Group: System Tools
%endif
-Requires: bcfg2
+Requires: bcfg2 = %{version}
%if "%{py_ver}" < "2.6"
Requires: python-ssl
%endif