From 7de17738e0ee7d3da193836da33a502f42d70695 Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Tue, 6 May 2014 13:17:09 +0200 Subject: spec: fix indmanager paths --- openlmi-providers.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/openlmi-providers.spec b/openlmi-providers.spec index 3489dae..b7187d6 100644 --- a/openlmi-providers.spec +++ b/openlmi-providers.spec @@ -4,7 +4,7 @@ Name: openlmi-providers Version: 0.4.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Set of basic CIM providers %if 0%{?suse_version} @@ -718,11 +718,11 @@ cp -pr tools/openlmitheme/* $RPM_BUILD_ROOT/%{python_sitelib}/sphinx/themes/open %{_docdir}/%{name}/realmd/ %files -n openlmi-indicationmanager-libs -%doc COPYING src/indmanager/README +%doc COPYING src/libs/indmanager/README %{_libdir}/libopenlmiindmanager.so.* %files -n openlmi-indicationmanager-libs-devel -%doc COPYING src/indmanager/README +%doc COPYING src/libs/indmanager/README %{_libdir}/libopenlmiindmanager.so %{_libdir}/pkgconfig/openlmiindmanager.pc %{_includedir}/openlmi/ind_manager.h @@ -1068,6 +1068,9 @@ if [ "$1" -eq 0 ]; then fi >> %logfile 2>&1 %changelog +* Tue May 6 2014 Jan Synáček - 0.4.2-7 +- Fix indmanager paths + * Tue May 6 2014 Jan Synáček - 0.4.2-6 - Change openlmi.so* back to openlmicommon.so* -- cgit