summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-08-27 10:18:56 +0200
committerMichal Minar <miminar@redhat.com>2013-08-27 10:21:20 +0200
commit887757fa17cbda7a7bcef394bb5692b6b272c7c1 (patch)
treec76611fd1636e9edc7bc39e552ba0d6b9824aad4
parent2e6801e1d3cc7740bd62cc85e6c4f6c298876619 (diff)
downloadopenlmi-providers-887757fa17cbda7a7bcef394bb5692b6b272c7c1.tar.gz
openlmi-providers-887757fa17cbda7a7bcef394bb5692b6b272c7c1.tar.xz
openlmi-providers-887757fa17cbda7a7bcef394bb5692b6b272c7c1.zip
spec: fixed installation of python eggs
-rw-r--r--openlmi-providers.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/openlmi-providers.spec b/openlmi-providers.spec
index e53f44a..122b169 100644
--- a/openlmi-providers.spec
+++ b/openlmi-providers.spec
@@ -2,7 +2,7 @@
Name: openlmi-providers
Version: 0.1.1
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Set of basic CIM providers
License: LGPLv2+
@@ -340,7 +340,7 @@ mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/%{name}
%dir %{python_sitelib}/lmi
%{python_sitelib}/lmi/__init__.py
%{python_sitelib}/lmi/__init__.py[co]
-%{python_sitelib}/lmi-*
+%{python_sitelib}/openlmi-*
%dir %{python_sitelib}/lmi/base
%{python_sitelib}/lmi/base/*.py
%{python_sitelib}/lmi/base/*.py[co]
@@ -357,7 +357,7 @@ mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/%{name}
%config(noreplace) %{_sysconfdir}/openlmi/software/software.conf
%config(noreplace) %{_sysconfdir}/openlmi/software/yum_worker_logging.conf
%{python_sitelib}/lmi/software/*
-%{python_sitelib}/lmi_software-*
+%{python_sitelib}/openlmi_software-*
%{_libexecdir}/pegasus/pycmpiLMI_Software-cimprovagt
%{_datadir}/%{name}/60_LMI_Software.mof
@@ -371,7 +371,7 @@ mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/lib/%{name}
%{_datadir}/%{name}/60_LMI_PCP.mof
%dir %{python_sitelib}/lmi/pcp
%{python_sitelib}/lmi/pcp/*
-%{python_sitelib}/lmi_pcp-*
+%{python_sitelib}/openlmi_pcp-*
%attr(755, root, root) %{_bindir}/openlmi-pcp-generate
%attr(755, root, root) %{_sysconfdir}/cron.daily/openlmi-pcp
%dir %{_localstatedir}/lib/%{name}
@@ -695,6 +695,9 @@ if [ "$1" -eq 0 ]; then
fi >> %logfile 2>&1
%changelog
+* Tue Aug 27 2013 Michal Minar <miminar@redhat.com> 0.1.1-3
+- Fixed installation of python packages.
+
* Wed Aug 14 2013 Jan Safranek <jsafrane@redhat.com> 0.1.1-2
- Register __MethodParameters classes only in Pegasus