[openlmi-providers] Release 0.0.16

Roman Rakus rrakus at fedoraproject.org
Wed Jan 16 11:10:04 UTC 2013


commit 10cc60e441b8403b4e991e7b0c5c94ff1419ef22
Author: Roman Rakus <rrakus at redhat.com>
Date:   Wed Jan 16 12:09:30 2013 +0100

    Release 0.0.16
    
    Signed-off-by: Roman Rakus <rrakus at redhat.com>

 .gitignore                                         |    1 +
 ...mi-providers-0.0.15-allow-number-in-class.patch |   19 -----------
 ...mi-providers-0.0.15-implemented-qualifier.patch |   16 ---------
 openlmi-providers.spec                             |   33 +++++++++++++------
 sources                                            |    2 +-
 5 files changed, 24 insertions(+), 47 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8697802..97e2da4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /openlmi-providers-0.0.15.tar.gz
+/openlmi-providers-0.0.16.tar.gz
diff --git a/openlmi-providers.spec b/openlmi-providers.spec
index b872d99..705a514 100644
--- a/openlmi-providers.spec
+++ b/openlmi-providers.spec
@@ -1,6 +1,6 @@
 Name:           openlmi-providers
-Version:        0.0.15
-Release:        4%{?dist}
+Version:        0.0.16
+Release:        1%{?dist}
 Summary:        Set of basic CIM providers
 
 License:        LGPLv2+
@@ -22,7 +22,8 @@ BuildRequires:  lm_sensors-devel
 # For openlmi-account
 BuildRequires:  libuser-devel
 BuildRequires:  python2-devel
-
+# For openlmi-hardware
+BuildRequires:  pciutils-devel
 # For openlmi-register-pegasus script
 Requires:       python2
 # sblim-sfcb or tog-pegasus
@@ -33,11 +34,6 @@ Requires:       cim-server
 # Remove in future
 BuildRequires:  python-setuptools
 
-# Add mof file with definition of 'Implemented' qualifier
-Patch0:         openlmi-providers-0.0.15-implemented-qualifier.patch
-# Allow number in class name in OpenLMIMacros.cmake
-Patch1:         openlmi-providers-0.0.15-allow-number-in-class.patch
-
 %description
 %{name} is set of (usually) small CMPI providers (agents) for basic
 monitoring and management of host system using Common Information
@@ -95,6 +91,15 @@ Obsoletes:      cura-account < 0.0.10-1
 %description -n openlmi-account
 %{summary}.
 
+%package -n openlmi-hardware
+Summary:        CIM provider for hardware on system
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+# For Linux_ComputerSystem
+Requires:       sblim-cmpi-base
+
+%description -n openlmi-hardware
+%{summary}.
+
 %package -n openlmi-python
 Summary:        Python namespace package for pywbem providers
 Requires:       %{name} = %{version}-%{release}
@@ -128,9 +133,6 @@ SFCB were tested.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-
 
 %build
 mkdir -p %{_target_platform}
@@ -209,6 +211,12 @@ cp mof/LMI_Software.reg $RPM_BUILD_ROOT/%{_datadir}/%{name}/
 %{_datadir}/%{name}/LMI_Account.mof
 %{_datadir}/%{name}/LMI_Account.reg
 
+%files -n openlmi-hardware
+%doc README COPYING
+%{_libdir}/cmpi/libcmpiLMI_Hardware.so
+%{_datadir}/%{name}/LMI_Hardware.mof
+%{_datadir}/%{name}/LMI_Hardware.reg
+
 %files -n openlmi-python
 %doc README COPYING
 %dir %{python_sitelib}/openlmi
@@ -355,6 +363,9 @@ fi
 
 
 %changelog
+* Wed Jan 16 2013 Roman Rakus <rrakus at redhat.com> - 0.0.16-1
+- Version 0.0.16
+
 * Fri Dec 14 2012 Radek Novacek <rnovacek at redhat.com> 0.0.15-4
 - Allow number in class name in OpenLMIMacros.cmake
 
diff --git a/sources b/sources
index c575cb0..673f715 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b7f73fdd80f7c43b11a71973f2726aa9  openlmi-providers-0.0.15.tar.gz
+4df06329f1f59b4c67bfe94ca1fa4110  openlmi-providers-0.0.16.tar.gz


More information about the scm-commits mailing list