summaryrefslogtreecommitdiffstats
path: root/openlmi-scripts.spec
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2014-01-13 09:20:22 +0100
committerMichal Minar <miminar@redhat.com>2014-01-13 09:22:14 +0100
commit9713f93c58ca3e6d985185270ea1b81fa9d7bd81 (patch)
tree97df462d00c9c30895becb36b6a48c2d12631dac /openlmi-scripts.spec
parent97fc31be422e833232679cfb27fbcfd4ae3fde5b (diff)
downloadopenlmi-scripts-9713f93c58ca3e6d985185270ea1b81fa9d7bd81.tar.gz
openlmi-scripts-9713f93c58ca3e6d985185270ea1b81fa9d7bd81.tar.xz
openlmi-scripts-9713f93c58ca3e6d985185270ea1b81fa9d7bd81.zip
spec: added hardware subcommand library
Diffstat (limited to 'openlmi-scripts.spec')
-rw-r--r--openlmi-scripts.spec20
1 files changed, 16 insertions, 4 deletions
diff --git a/openlmi-scripts.spec b/openlmi-scripts.spec
index e8a93bc..1d19022 100644
--- a/openlmi-scripts.spec
+++ b/openlmi-scripts.spec
@@ -1,6 +1,6 @@
%global commit bd21016ba88ba9f856e3e4bbb9b02b72fd96af3b
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global openlmi_scripts_version 0.2.4
+%global openlmi_scripts_version 0.2.4a
%global commands logicalfile service software storage hardware
Name: openlmi-scripts
@@ -71,6 +71,15 @@ Requires: %{name} = %{openlmi_scripts_version}-%{release}
This packages contains client side python library for OpenLMI Storage
provider and command line wrapper.
+%package hardware
+Summary: Client scripts for OpenLMI Hardware provider
+Version: 0.0.2
+Requires: %{name} = %{openlmi_scripts_version}-%{release}
+
+%description hardware
+This packages contains client side python library for OpenLMI Hardware
+provider and command line wrapper.
+
%prep
%setup -qn %{name}-%{commit}
@@ -160,11 +169,14 @@ install -m 644 README.md COPYING Changelog $RPM_BUILD_ROOT/%{_docdir}/%{name}
%{python_sitelib}/openlmi_scripts_storage-*
%files hardware
-%doc commands/storage/README.md COPYING
-%{python_sitelib}/lmi/scripts/storage/
-%{python_sitelib}/openlmi_scripts_storage-*
+%doc commands/hardware/README.md COPYING
+%{python_sitelib}/lmi/scripts/hardware/
+%{python_sitelib}/openlmi_scripts_hardware-*
%changelog
+* Mon Jan 13 2014 Michal Minar <miminar@redhat.com> 0.2.4a-1
+- Added hardware library.
+
* Wed Nov 06 2013 Michal Minar <miminar@redhat.com> 0.2.4-1
- New upstream version.
- Require openlmi-tools 0.9.