[openlmi-tools/f19] fix install dependency

Peter Hatina phatina at fedoraproject.org
Mon Nov 4 15:52:27 UTC 2013


commit 01c798347c0e8ca53cc7e7bffdfc1de74e794235
Author: Peter Hatina <phatina at redhat.com>
Date:   Mon Nov 4 16:33:38 2013 +0100

    fix install dependency

 openlmi-tools.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/openlmi-tools.spec b/openlmi-tools.spec
index 99e0d40..45033ca 100644
--- a/openlmi-tools.spec
+++ b/openlmi-tools.spec
@@ -1,11 +1,12 @@
 Name:           openlmi-tools
 Version:        0.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Set of CLI tools for Openlmi providers
 
 License:        GPLv2+
 URL:            http://fedorahosted.org/openlmi
 Source0:        http://fedorahosted.org/released/openlmi-tools/%{name}-%{version}.tar.gz
+Patch0:         openlmi-tools-01-python-base-dep.patch
 BuildArch:      noarch
 
 BuildRequires:  automake
@@ -15,7 +16,6 @@ BuildRequires:  pywbem
 BuildRequires:  pyOpenSSL
 BuildRequires:  python-sphinx
 Requires:       pywbem
-Requires:       openlmi-python-base
 Requires:       pyOpenSSL
 
 Provides:       cura-tools = %{version}-%{release}
@@ -26,6 +26,7 @@ Obsoletes:      cura-tools < 0.1-4
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 pushd cli
@@ -69,6 +70,9 @@ install -m 644 cli/completion/_lmishell $zsh_comp_dir
 %{python_sitelib}/openlmi_tools-*
 
 %changelog
+* Mon Nov  4 2013 Peter Hatina <phatina at redhat.com> - 0.8-2
+- dropped openlmi-python-base dependency
+
 * Wed Oct 23 2013 Peter Hatina <phatina at redhat.com> - 0.8-1
 - upgrade to v0.8
 


More information about the scm-commits mailing list