[sblim-cmpi-base] Enable indications and method providers

vcrhonek vcrhonek at fedoraproject.org
Wed Feb 15 16:38:26 UTC 2012


commit f5adb36e3f637a29305006ba9e149174f58091d7
Author: Vitezslav Crhonek <vcrhonek at redhat.com>
Date:   Wed Feb 15 17:37:57 2012 +0100

    Enable indications and method providers

 sblim-cmpi-base.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/sblim-cmpi-base.spec b/sblim-cmpi-base.spec
index 55da287..f3fa20d 100644
--- a/sblim-cmpi-base.spec
+++ b/sblim-cmpi-base.spec
@@ -1,6 +1,6 @@
 Name:           sblim-cmpi-base
 Version:        1.6.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        SBLIM CMPI Base Providers
 
 Group:          Applications/System
@@ -11,8 +11,8 @@ Patch0:         sblim-cmpi-base-1.6.0-missing-fclose.patch
 Patch1:         sblim-cmpi-base-1.6.0-methods-enable.patch
 Patch2:         sblim-cmpi-base-1.6.0-provider-register-sfcb-init.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:       cim-server
-BuildRequires:  sblim-cmpi-devel
+Requires:       cim-server sblim-indication_helper
+BuildRequires:  sblim-cmpi-devel sblim-indication_helper-devel
 
 
 %description
@@ -90,8 +90,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/sblim-testsuite/system/linux/*.sh
 %{_datadir}/sblim-testsuite/system/linux/*.pl
 
-%define SCHEMA %{_datadir}/%{name}/Linux_Base.mof
-%define REGISTRATION %{_datadir}/%{name}/Linux_Base.registration
+%define SCHEMA %{_datadir}/%{name}/Linux_Base.mof %{_datadir}/%{name}/Linux_BaseIndication.mof
+%define REGISTRATION %{_datadir}/%{name}/Linux_BaseIndication.registration
 
 %pre
 function unregister()
@@ -183,6 +183,9 @@ fi
 %postun -p /sbin/ldconfig
 
 %changelog
+* Wed Feb 15 2012 Vitezslav Crhonek <vcrhonek at redhat.com> - 1.6.1-5
+- Enable indications and method providers
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list