[openlmi-tools/f20] fix BuildRequires, Requires pywbem versions

Peter Hatina phatina at fedoraproject.org
Thu Dec 19 09:43:28 UTC 2013


commit 1dafdefcb45bae7069a91dc0ee9b4c56d109b0b7
Author: Peter Hatina <phatina at redhat.com>
Date:   Thu Dec 19 10:23:43 2013 +0100

    fix BuildRequires, Requires pywbem versions

 openlmi-tools.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/openlmi-tools.spec b/openlmi-tools.spec
index 22d0bcc..4904a73 100644
--- a/openlmi-tools.spec
+++ b/openlmi-tools.spec
@@ -1,6 +1,6 @@
 Name:           openlmi-tools
 Version:        0.9
-Release:        15%{?dist}
+Release:        16%{?dist}
 Summary:        Set of CLI tools for Openlmi providers
 
 License:        GPLv2+
@@ -24,11 +24,11 @@ BuildArch:      noarch
 BuildRequires:  automake
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
-BuildRequires:  pywbem
+BuildRequires:  pywbem >= 0.7.0-20.20131121svn626
 BuildRequires:  pyOpenSSL
 BuildRequires:  python-sphinx
 BuildRequires:  python-sphinx-theme-openlmi
-Requires:       pywbem
+Requires:       pywbem >= 0.7.0-20.20131121svn626
 Requires:       openlmi-python-base
 Requires:       pyOpenSSL
 
@@ -110,6 +110,9 @@ install -m 644 cli/completion/_lmishell $zsh_comp_dir
 %{_docdir}/%{name}-%{version}/html
 
 %changelog
+* Thu Dec 19 2013 Peter Hatina <phatina at redhat.com> - 0.9-16
+- fix BuildRequires, Requires pywbem versions
+
 * Wed Dec 18 2013 Peter Hatina <phatina at redhat.com> - 0.9-15
 - drop certificate verification callback; all the checks are
   done in pywbem


More information about the scm-commits mailing list