summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openlmi-providers.spec30
1 files changed, 28 insertions, 2 deletions
diff --git a/openlmi-providers.spec b/openlmi-providers.spec
index f07c041..5df1cb9 100644
--- a/openlmi-providers.spec
+++ b/openlmi-providers.spec
@@ -1,6 +1,6 @@
Name: openlmi-providers
-Version: 0.0.22
-Release: 2%{?dist}
+Version: 0.0.24
+Release: 1%{?dist}
Summary: Set of basic CIM providers
License: LGPLv2+
@@ -157,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
+Summary: Indication manager
+Requires: %{name}%{?_isa} = %{version}-%{release}
+
+%description -n openlmi-indicationmanager
+%{summary}.
+
+%package -n openlmi-indicationmanager-devel
+Summary: Development files for openlmi-indicationmanager
+Requires: %{name}%{?_isa} = %{version}-%{release}
+
+%description -n openlmi-indicationmanager-devel
+%{summary}.
+
%prep
%setup -q
@@ -277,6 +291,15 @@ 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
+%doc COPYING src/indmanager/README
+%{_libdir}/libopenlmiindmanager.so.*
+
+%files -n openlmi-indicationmanager-devel
+%{_libdir}/libopenlmiindmanager.so
+%{_libdir}/pkgconfig/openlmiindmanager.pc
+%{_includedir}/openlmi/ind_manager.h
+
%pre
# If upgrading, deregister old version
if [ "$1" -gt 1 ]; then
@@ -505,6 +528,9 @@ if [ "$1" -gt 1 ]; then
fi
%changelog
+* Mon May 27 2013 Roman Rakus <rrakus@redhat.com> - 0.0.24-1
+- Added Indication manager
+
* Wed May 22 2013 Jan Safranek <jsafrane@redhat.com> 0.0.22-2
- Removed openlmi-cimmof tool, added dependency on pywbem instead.