[openlmi-providers] Add openlmi metapackage

Radek Novacek rnovacek at fedoraproject.org
Tue Oct 15 08:42:51 UTC 2013


commit e5bbbf28fcb5b55451ae1cf73abc82e2525e7486
Author: Radek Novacek <rnovacek at redhat.com>
Date:   Tue Oct 15 10:42:48 2013 +0200

    Add openlmi metapackage

 openlmi-providers.spec |   26 +++++++++++++++++++++++++-
 1 files changed, 25 insertions(+), 1 deletions(-)
---
diff --git a/openlmi-providers.spec b/openlmi-providers.spec
index ff70813..2f095cf 100644
--- a/openlmi-providers.spec
+++ b/openlmi-providers.spec
@@ -3,7 +3,7 @@
 
 Name:           openlmi-providers
 Version:        0.3.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Set of basic CIM providers
 
 License:        LGPLv2+
@@ -232,6 +232,24 @@ BuildArch:      noarch
 python-sphinx-theme-openlmi contains Sphinx theme for OpenLMI provider
 documentation.
 
+%package -n openlmi
+Summary:        OpenLMI managed system software components
+Requires:       %{name} = %{version}-%{release}
+BuildArch:      noarch
+Requires:       tog-pegasus
+Requires:       openlmi-storage
+Requires:       openlmi-networking
+Requires:       openlmi-hardware
+Requires:       openlmi-software
+Requires:       openlmi-power
+Requires:       openlmi-account
+Requires:       openlmi-service
+
+%description -n openlmi
+OpenLMI provides a common infrastructure for the management of Linux systems.
+This package installs a core set of OpenLMI providers and necessary
+infrastructure packages enabling the system to be managed remotely.
+
 %prep
 %setup -q
 %patch1 -p1
@@ -447,6 +465,9 @@ cp -pr tools/openlmitheme/* $RPM_BUILD_ROOT/%{python_sitelib}/sphinx/themes/open
 %files -n python-sphinx-theme-openlmi
 %{python_sitelib}/sphinx/themes/openlmitheme/
 
+%files -n openlmi
+%doc COPYING README
+
 %pre
 # If upgrading, deregister old version
 if [ "$1" -gt 1 ]; then
@@ -738,6 +759,9 @@ if [ "$1" -eq 0 ]; then
 fi >> %logfile 2>&1
 
 %changelog
+* Tue Oct 15 2013 Radek Novacek <rnovacek at redhat.com> 0.3.0-3
+- Add openlmi metapackage
+
 * Wed Oct  2 2013 Jan Safranek <jsafrane at redhat.com> - 0.3.0-2
 - Added python-sphinx-theme-openlmi subpackage so we can build
   nightly builds on Rawhide.


More information about the scm-commits mailing list