summaryrefslogtreecommitdiffstats
path: root/openlmi-scripts.spec
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2014-01-15 07:19:51 +0100
committerMichal Minar <miminar@redhat.com>2014-01-15 07:26:27 +0100
commit02cdc2cac3d8bc9c471e451cc6657a11026fbb82 (patch)
treece803091832584887a6bc81ed9243cf32a92e113 /openlmi-scripts.spec
parent7ae2a9a04e3fdd1565deb3af3a06a8eeeacb21a9 (diff)
downloadopenlmi-scripts-02cdc2cac3d8bc9c471e451cc6657a11026fbb82.tar.gz
openlmi-scripts-02cdc2cac3d8bc9c471e451cc6657a11026fbb82.tar.xz
openlmi-scripts-02cdc2cac3d8bc9c471e451cc6657a11026fbb82.zip
welcome networking in openlmi-scripts
Added networking library to spec. Bumped openlmi-scripts version due to a change needed for networking to work.
Diffstat (limited to 'openlmi-scripts.spec')
-rw-r--r--openlmi-scripts.spec23
1 files changed, 20 insertions, 3 deletions
diff --git a/openlmi-scripts.spec b/openlmi-scripts.spec
index df2154a..43cc4d9 100644
--- a/openlmi-scripts.spec
+++ b/openlmi-scripts.spec
@@ -1,11 +1,11 @@
%global commit bd21016ba88ba9f856e3e4bbb9b02b72fd96af3b
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global openlmi_scripts_version 0.2.5
-%global commands logicalfile service software storage hardware
+%global openlmi_scripts_version 0.2.6
+%global commands logicalfile service software storage hardware networking
Name: openlmi-scripts
Version: %{openlmi_scripts_version}
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Client-side python modules and command line utilities
License: BSD
@@ -80,6 +80,15 @@ Requires: %{name} = %{openlmi_scripts_version}-%{release}
This packages contains client side python library for OpenLMI Hardware
provider and command line wrapper.
+%package networking
+Summary: Client scripts for OpenLMI Networking provider
+Version: 0.0.1
+Requires: %{name} = %{openlmi_scripts_version}-%{release}
+
+%description networking
+This packages contains client side python library for OpenLMI Networking
+provider and command line wrapper.
+
%prep
%setup -qn %{name}-%{commit}
@@ -173,7 +182,15 @@ install -m 644 README.md COPYING Changelog $RPM_BUILD_ROOT/%{_docdir}/%{name}
%{python_sitelib}/lmi/scripts/hardware/
%{python_sitelib}/openlmi_scripts_hardware-*
+%files networking
+%doc commands/networking/README.md COPYING
+%{python_sitelib}/lmi/scripts/networking/
+%{python_sitelib}/openlmi_scripts_networking-*
+
%changelog
+* Wed Jan 15 2014 Michal Minar <miminar@redhat.com> 0.2.6-3
+- Added networking library.
+
* Mon Jan 13 2014 Michal Minar <miminar@redhat.com> 0.2.5-2
- Added hardware library.
- New upstream version.