[openlmi-scripts] new upstream version 0.2.7

Michal Minar miminar at fedoraproject.org
Mon Feb 24 16:40:14 UTC 2014


commit 74f01b1a124d52e083dae3ae07f4b75362c77742
Author: Michal Minar <miminar at redhat.com>
Date:   Mon Feb 24 17:08:54 2014 +0100

    new upstream version 0.2.7

 .gitignore           |    2 +-
 openlmi-scripts.spec |   41 +++++++++++++++++++++++++++++++----------
 sources              |    2 +-
 3 files changed, 33 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0c0f9c2..d438013 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/openlmi-scripts-0.2.6-02cdc2c.tar.gz
+/openlmi-scripts-0.2.7-8563d29.tar.gz
diff --git a/openlmi-scripts.spec b/openlmi-scripts.spec
index 41608ac..8f37ff5 100644
--- a/openlmi-scripts.spec
+++ b/openlmi-scripts.spec
@@ -1,11 +1,11 @@
-%global         commit 02cdc2cac3d8bc9c471e451cc6657a11026fbb82
+%global         commit 8563d295e503cab96c3b1651fa55413a7f589641
 %global         shortcommit %(c=%{commit}; echo ${c:0:7})
-%global         openlmi_scripts_version 0.2.6
-%global         commands logicalfile service software storage hardware networking
+%global         openlmi_scripts_version 0.2.7
+%global         commands logicalfile service software storage hardware networking system
 
 Name:           openlmi-scripts
 Version:        %{openlmi_scripts_version}
-Release:        5%{?dist}
+Release:        0%{?dist}
 Summary:        Client-side python modules and command line utilities
 
 License:        BSD
@@ -19,6 +19,7 @@ BuildRequires:  python-docopt
 BuildRequires:  python-sphinx
 BuildRequires:  python-sphinx-theme-openlmi
 BuildRequires:  openlmi-tools >= 0.9
+BuildRequires:  python-IPy
 Requires:       python2
 Requires:       openlmi-providers >= 0.4.0
 Requires:       openlmi-python-base >= 0.3.0
@@ -37,7 +38,7 @@ This package contains the documents for OpenLMI Scripts.
 
 %package        logicalfile
 Summary:        Client scripts for OpenLMI Logical File provider
-Version:        0.0.2
+Version:        0.0.3
 Requires:       %{name} = %{openlmi_scripts_version}-%{release}
 
 %description    logicalfile
@@ -46,7 +47,7 @@ provider and command line wrapper.
 
 %package        service
 Summary:        Client scripts for OpenLMI Service provider
-Version:        0.1.1
+Version:        0.1.2
 Requires:       %{name} = %{openlmi_scripts_version}-%{release}
 
 %description    service
@@ -55,7 +56,7 @@ provider and command line wrapper.
 
 %package        software
 Summary:        Client scripts for OpenLMI Software provider
-Version:        0.2.4
+Version:        0.2.5
 Requires:       %{name} = %{openlmi_scripts_version}-%{release}
 
 %description    software
@@ -64,7 +65,7 @@ provider and command line wrapper.
 
 %package        storage
 Summary:        Client scripts for OpenLMI Storage provider
-Version:        0.0.3
+Version:        0.0.4
 Requires:       %{name} = %{openlmi_scripts_version}-%{release}
 
 %description    storage
@@ -73,7 +74,7 @@ provider and command line wrapper.
 
 %package        hardware
 Summary:        Client scripts for OpenLMI Hardware provider
-Version:        0.0.2
+Version:        0.0.3
 Requires:       %{name} = %{openlmi_scripts_version}-%{release}
 
 %description    hardware
@@ -82,13 +83,24 @@ provider and command line wrapper.
 
 %package        networking
 Summary:        Client scripts for OpenLMI Networking provider
-Version:        0.0.1
+Version:        0.0.2
 Requires:       %{name} = %{openlmi_scripts_version}-%{release}
+Requires:       python-IPy
 
 %description    networking
 This packages contains client side python library for OpenLMI Networking
 provider and command line wrapper.
 
+%package        system
+Summary:        Client scripts providing general system informations
+Version:        0.0.1
+Requires:       %{name} = %{openlmi_scripts_version}-%{release}
+
+%description    system
+This package contains client side python library for few OpenLMI providers and
+command line wrapper. It's aimed to provide some general informations about
+system.
+
 %prep
 %setup -qn %{name}-%{commit}
 
@@ -187,7 +199,16 @@ install -m 644 README.md COPYING Changelog $RPM_BUILD_ROOT/%{_docdir}/%{name}
 %{python_sitelib}/lmi/scripts/networking/
 %{python_sitelib}/openlmi_scripts_networking-*
 
+%files system
+%doc commands/system/README.md COPYING
+%{python_sitelib}/lmi/scripts/system/
+%{python_sitelib}/openlmi_scripts_system-*
+
 %changelog
+* Mon Feb 24 2014 Michal Minar <miminar at redhat.com> 0.2.7-0
+- New upstream version.
+- Added system library.
+
 * Wed Jan 15 2014 Michal Minar <miminar at redhat.com> 0.2.6-5
 - Added networking library.
 
diff --git a/sources b/sources
index 9205544..f1c0318 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-55616d673d3be52359280f004ab3a61f  openlmi-scripts-0.2.6-02cdc2c.tar.gz
+ef23e3836c2ea02998d9a88e6376f5fc  openlmi-scripts-0.2.7-8563d29.tar.gz


More information about the scm-commits mailing list