[openlmi-scripts] version bump to 0.3.0

Michal Minar miminar at fedoraproject.org
Tue Apr 29 20:10:10 UTC 2014


commit c28380de895ecbd943aad0cdc7069a1a1a76ccde
Author: Michal Minar <miminar at redhat.com>
Date:   Tue Apr 29 14:04:15 2014 +0200

    version bump to 0.3.0
    
    fixed requirements for system command
    
    system scripts new depends on service scripts

 .gitignore           |    2 +-
 openlmi-scripts.spec |   34 ++++++++++++++++++++--------------
 sources              |    2 +-
 3 files changed, 22 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fd99281..82ddf13 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/openlmi-scripts-0.2.8-ab96a6c.tar.gz
+/openlmi-scripts-0.3.0-7d0c443.tar.gz
diff --git a/openlmi-scripts.spec b/openlmi-scripts.spec
index a19d09e..d323d6b 100644
--- a/openlmi-scripts.spec
+++ b/openlmi-scripts.spec
@@ -1,11 +1,12 @@
-%global         commit ab96a6cf650ef72b10f356da09da05d8fd89f7e8
+%global         commit 7d0c44309714e5cef6a40f0f9a085d860b69ce0f
 %global         shortcommit %(c=%{commit}; echo ${c:0:7})
 %global         commands account hardware journald logicalfile networking
 %global         commands %{commands} powermanagement service software storage
 %global         commands %{commands} system
+%global         tools_version 0.9.1
 
 Name:           openlmi-scripts
-Version:        0.2.8
+Version:        0.3.0
 Release:        1%{?dist}
 Summary:        Client-side python modules and command line utilities
 
@@ -19,7 +20,7 @@ BuildRequires:  python2-devel
 BuildRequires:  python-docopt
 BuildRequires:  python-sphinx
 BuildRequires:  python-sphinx-theme-openlmi
-BuildRequires:  openlmi-tools >= 0.9.1
+BuildRequires:  openlmi-tools >= %{tools_version}
 BuildRequires:  python-IPy
 
 Requires:       %{name}-account         = %{version}-%{release}
@@ -38,7 +39,7 @@ Client-side python modules and command line utilities for OpenLMI providers.
 
 %package        account
 Summary:        Client scripts for OpenLMI Account provider
-Requires:       openlmi-tools >= 0.9.1
+Requires:       openlmi-tools >= %{tools_version}
 
 %description    account
 This packages contains client side python library for OpenLMI Account
@@ -46,7 +47,7 @@ provider and command line wrapper.
 
 %package        hardware
 Summary:        Client scripts for OpenLMI Hardware provider
-Requires:       openlmi-tools >= 0.9.1
+Requires:       openlmi-tools >= %{tools_version}
 
 %description    hardware
 This packages contains client side python library for OpenLMI Hardware
@@ -54,7 +55,7 @@ provider and command line wrapper.
 
 %package        journald
 Summary:        Client scripts for OpenLMI Journald provider
-Requires:       openlmi-tools >= 0.9.1
+Requires:       openlmi-tools >= %{tools_version}
 
 %description    journald
 This packages contains client side python library for OpenLMI Journald
@@ -62,7 +63,7 @@ provider and command line wrapper.
 
 %package        logicalfile
 Summary:        Client scripts for OpenLMI Logical File provider
-Requires:       openlmi-tools >= 0.9.1
+Requires:       openlmi-tools >= %{tools_version}
 
 %description    logicalfile
 This packages contains client side python library for OpenLMI Logical File
@@ -70,7 +71,7 @@ provider and command line wrapper.
 
 %package        networking
 Summary:        Client scripts for OpenLMI Networking provider
-Requires:       openlmi-tools >= 0.9.1
+Requires:       openlmi-tools >= %{tools_version}
 Requires:       python-IPy
 
 %description    networking
@@ -79,7 +80,7 @@ provider and command line wrapper.
 
 %package        powermanagement
 Summary:        Client scripts for OpenLMI Power provider
-Requires:       openlmi-tools >= 0.9.1
+Requires:       openlmi-tools >= %{tools_version}
 
 %description    powermanagement
 This packages contains client side python library for OpenLMI PowerManagement
@@ -87,7 +88,7 @@ provider and command line wrapper.
 
 %package        service
 Summary:        Client scripts for OpenLMI Service provider
-Requires:       openlmi-tools >= 0.9.1
+Requires:       openlmi-tools >= %{tools_version}
 
 %description    service
 This packages contains client side python library for OpenLMI Service
@@ -95,7 +96,7 @@ provider and command line wrapper.
 
 %package        software
 Summary:        Client scripts for OpenLMI Software provider
-Requires:       openlmi-tools >= 0.9.1
+Requires:       openlmi-tools >= %{tools_version}
 
 %description    software
 This packages contains client side python library for OpenLMI Software
@@ -103,15 +104,16 @@ provider and command line wrapper.
 
 %package        storage
 Summary:        Client scripts for OpenLMI Storage provider
-Requires:       openlmi-tools >= 0.9.1
+Requires:       openlmi-tools >= %{tools_version}
 
 %description    storage
 This packages contains client side python library for OpenLMI Storage
 provider and command line wrapper.
 
 %package        system
-Summary:        Client scripts providing general system informations
-Requires:       openlmi-tools >= 0.9.1
+Summary:        Client scripts providing general system information
+Requires:       openlmi-tools >= %{tools_version}
+Requires:       %{name}-service >= %{version}
 
 %description    system
 This package contains client side python library for few OpenLMI providers and
@@ -203,6 +205,10 @@ install -m 644 README.md COPYING $RPM_BUILD_ROOT/%{_docdir}/%{name}
 %{python_sitelib}/openlmi_scripts_system-*
 
 %changelog
+* Tue Apr 29 2014 Michal Minar <miminar at redhat.com> 0.3.0-1
+- Requirement fixes.
+- Small bugfixes and logging improvements.
+
 * Thu Apr 24 2014 Michal Minar <miminar at redhat.com> 0.2.8-1
 - Meta-command is not shipped any more (moved to openlmi-tools).
 - Base package now just groups script subpackages.
diff --git a/sources b/sources
index 3bb8b40..87cf7d3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7ac94d78e17e15b2400742dd43b9be1f  openlmi-scripts-0.2.8-ab96a6c.tar.gz
+921ae7a773483c4c66109a787e32869b  openlmi-scripts-0.3.0-7d0c443.tar.gz


More information about the scm-commits mailing list