diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2012-08-23 13:59:55 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2012-08-23 14:01:22 -0400 |
commit | 66bab0e8be70c2cdb537f5f46d3480ba036cc6de (patch) | |
tree | e77b298ffe7932c082ce0d382c09448cb8592f75 /misc | |
parent | 500db91b88111aaceeaaaf7a1e05a049c2d4aa2c (diff) | |
download | bcfg2-66bab0e8be70c2cdb537f5f46d3480ba036cc6de.tar.gz bcfg2-66bab0e8be70c2cdb537f5f46d3480ba036cc6de.tar.bz2 bcfg2-66bab0e8be70c2cdb537f5f46d3480ba036cc6de.zip |
make bcfg2-server RPM require the identical version of bcfg2 (client)
[ci skip]
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bcfg2.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index cbd1e3269..62b94f827 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -105,7 +105,7 @@ Group: System/Management %else Group: System Tools %endif -Requires: bcfg2 +Requires: bcfg2 = %{version} %if "%{py_ver}" < "2.6" Requires: python-ssl %endif |