[openlmi-tools/f21] upgrade to 0.10.1

Peter Hatina phatina at fedoraproject.org
Mon Sep 1 13:47:35 UTC 2014


commit d3a448b92d088dd9eb42ea76e6a1f2c0df4215e8
Author: Peter Hatina <phatina at redhat.com>
Date:   Mon Sep 1 15:21:49 2014 +0200

    upgrade to 0.10.1

 .gitignore                     |    1 +
 openlmi-tools-01-logging.patch |  262 ----------------------------------------
 openlmi-tools.spec             |   15 ++-
 sources                        |    2 +-
 4 files changed, 11 insertions(+), 269 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 63a2395..88693ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /openlmi-tools-0.9.1.tar.gz
 /openlmi-tools-0.9.2.tar.gz
+/openlmi-tools-0.10.1.tar.gz
diff --git a/openlmi-tools.spec b/openlmi-tools.spec
index 5a9fc4a..d2ebc20 100644
--- a/openlmi-tools.spec
+++ b/openlmi-tools.spec
@@ -1,29 +1,30 @@
 Name:           openlmi-tools
-Version:        0.9.2
-Release:        2%{?dist}
+Version:        0.10.1
+Release:        1%{?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-logging.patch
 BuildArch:      noarch
 
 BuildRequires:  automake
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
-BuildRequires:  pywbem >= 0.7.0-20.20131121svn626
+BuildRequires:  lmiwbem >= 0.3.1
 BuildRequires:  pyOpenSSL
 BuildRequires:  python-sphinx
 BuildRequires:  python-sphinx-theme-openlmi
 BuildRequires:  openlmi-python-base
+BuildRequires:  openwsman-python
 # meta command
 BuildRequires:  ImageMagick
 BuildRequires:  pyparsing
 BuildRequires:  python-docopt
-Requires:       pywbem >= 0.7.0-20.20131121svn626
+Requires:       lmiwbem >= 0.3.1
 Requires:       openlmi-python-base
 Requires:       pyOpenSSL
+Requires:       openwsman-python
 # meta command
 Requires:       python-docopt >= 0.6.1
 Requires:       pyparsing
@@ -43,7 +44,6 @@ Group:          Documentation
 
 %prep
 %setup -q
-%patch0 -p1 -b .logging
 
 %build
 make
@@ -116,6 +116,9 @@ install -m 644 cli/completion/_lmishell $zsh_comp_dir
 %{_docdir}/%{name}-%{version}/html
 
 %changelog
+* Mon Sep  1 2014 Peter Hatina <phatina at redhat.com> - 0.10.1-1
+- upgrate to 0.10.1
+
 * Wed Jul 16 2014 Peter Hatina <phatina at redhat.com> - 0.9.2-2
 - fix unset logging handlers
 
diff --git a/sources b/sources
index 66e33f5..680a747 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-62aff0563338f0646a25ef4655e605a5  openlmi-tools-0.9.2.tar.gz
+493a224b5d3b4c8b6121fd867b1d6c05  openlmi-tools-0.10.1.tar.gz


More information about the scm-commits mailing list