summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Synacek <jsynacek@redhat.com>2014-05-06 13:17:09 +0200
committerJan Synacek <jsynacek@redhat.com>2014-05-06 13:17:09 +0200
commit7de17738e0ee7d3da193836da33a502f42d70695 (patch)
treea03eac5c0cb2234b0e666488b933a0c42d618a24
parent443593df6c82fd8b92e0f4ec1ad7522164dd5ac3 (diff)
downloadopenlmi-providers-7de17738e0ee7d3da193836da33a502f42d70695.tar.gz
openlmi-providers-7de17738e0ee7d3da193836da33a502f42d70695.tar.xz
openlmi-providers-7de17738e0ee7d3da193836da33a502f42d70695.zip
spec: fix indmanager paths
-rw-r--r--openlmi-providers.spec9
1 files 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 <jsynacek@redhat.com> - 0.4.2-7
+- Fix indmanager paths
+
* Tue May 6 2014 Jan Synáček <jsynacek@redhat.com> - 0.4.2-6
- Change openlmi.so* back to openlmicommon.so*