[openlmi-providers] Release 0.0.25

Roman Rakus rrakus at fedoraproject.org
Mon Jun 3 08:08:44 UTC 2013


commit 113500d3c2a9b1667c963e6aeb8416836709e1c6
Author: Roman Rakus <rrakus at redhat.com>
Date:   Mon Jun 3 10:08:04 2013 +0200

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

 .gitignore             |    1 +
 openlmi-providers.spec |   36 +++++++++++++++++++++++++++++++-----
 sources                |    2 +-
 3 files changed, 33 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b41f2f5..4bcce20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /openlmi-providers-0.0.21.tar.gz
 /openlmi-providers-0.0.22.tar.gz
 /openlmi-providers-0.0.23.tar.gz
+/openlmi-providers-0.0.25.tar.gz
diff --git a/openlmi-providers.spec b/openlmi-providers.spec
index cc61cfd..893ad52 100644
--- a/openlmi-providers.spec
+++ b/openlmi-providers.spec
@@ -1,5 +1,5 @@
 Name:           openlmi-providers
-Version:        0.0.23
+Version:        0.0.25
 Release:        1%{?dist}
 Summary:        Set of basic CIM providers
 
@@ -32,6 +32,10 @@ Requires:       cim-server
 Requires(pre):  cim-server
 Requires(preun): cim-server
 Requires(post): cim-server
+Requires:       pywbem
+Requires(pre):  pywbem
+Requires(preun): pywbem
+Requires(post):  pywbem
 
 # XXX
 # Just because we have wired python's scripts
@@ -153,6 +157,20 @@ The openlmi-realmd package contains CMPI providers for Realmd, which is an on
 demand system DBus service, which allows callers to configure network 
 authentication and domain membership in a standard way.
 
+%package -n openlmi-indicationmanager-libs
+Summary:        Libraries for CMPI indication manager
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+
+%description -n openlmi-indicationmanager-libs
+%{summary}.
+
+%package -n openlmi-indicationmanager-libs-devel
+Summary:        Development files for openlmi-indicationmanager-libs
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+
+%description -n openlmi-indicationmanager-libs-devel
+%{summary}.
+
 %prep
 %setup -q
 
@@ -200,7 +218,6 @@ cp mof/LMI_Software.reg $RPM_BUILD_ROOT/%{_datadir}/%{name}/
 %{_libdir}/libopenlmicommon.so.*
 %attr(755, root, root) %{_bindir}/openlmi-mof-register
 %attr(755, root, root) %{_libexecdir}/openlmi-register-pegasus
-%attr(755, root, root) %{_libexecdir}/openlmi-cimmof
 
 %files devel
 %{_bindir}/openlmi-doc-class2rst
@@ -274,11 +291,19 @@ cp mof/LMI_Software.reg $RPM_BUILD_ROOT/%{_datadir}/%{name}/
 %{_datadir}/%{name}/60_LMI_Realmd.mof
 %{_datadir}/%{name}/60_LMI_Realmd.reg
 
+%files -n openlmi-indicationmanager-libs
+%doc COPYING src/indmanager/README
+%{_libdir}/libopenlmiindmanager.so.*
+
+%files -n openlmi-indicationmanager-libs-devel
+%{_libdir}/libopenlmiindmanager.so
+%{_libdir}/pkgconfig/openlmiindmanager.pc
+%{_includedir}/openlmi/ind_manager.h
+
 %pre
 # If upgrading, deregister old version
 if [ "$1" -gt 1 ]; then
     %{_bindir}/openlmi-mof-register --just-mofs unregister \
-        %{_datadir}/%{name}/05_LMI_Qualifiers.mof \
         %{_datadir}/%{name}/30_LMI_Jobs.mof \
         > /dev/null 2>&1 || :;
 fi
@@ -287,7 +312,6 @@ fi
 /sbin/ldconfig
 if [ "$1" -ge 1 ]; then
     %{_bindir}/openlmi-mof-register --just-mofs register \
-        %{_datadir}/%{name}/05_LMI_Qualifiers.mof \
         %{_datadir}/%{name}/30_LMI_Jobs.mof \
         > /dev/null 2>&1 || :;
 fi
@@ -296,7 +320,6 @@ fi
 # Deregister only if not upgrading
 if [ "$1" -eq 0 ]; then
     %{_bindir}/openlmi-mof-register --just-mofs unregister \
-        %{_datadir}/%{name}/05_LMI_Qualifiers.mof \
         %{_datadir}/%{name}/30_LMI_Jobs.mof \
         > /dev/null 2>&1 || :;
 fi
@@ -505,6 +528,9 @@ if [ "$1" -gt 1 ]; then
 fi
 
 %changelog
+* Mon Jun 03 2013 Roman Rakus <rrakus at redhat.com> - 0.0.25-1
+- Version 0.0.25
+
 * Tue May 21 2013 Radek Novacek <rnovacek at redhat.com> 0.0.23-1
 - Version 0.0.23
 - Remove unused libexec files from services provider
diff --git a/sources b/sources
index ca8bd14..aab5276 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3e6ba5b13b4ab44a39d77571e6171f82  openlmi-providers-0.0.23.tar.gz
+e0ffca08f6ec168585228aac7ec1ed43  openlmi-providers-0.0.25.tar.gz


More information about the scm-commits mailing list