summaryrefslogtreecommitdiffstats
path: root/openlmi-providers.spec
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-07-03 18:26:00 +0200
committerMichal Minar <miminar@redhat.com>2013-07-04 10:34:47 +0200
commit954868d39a7adaf650341d279d1295b012df59c3 (patch)
tree31a21efbafab918973ec3abee255f2081e6ee50e /openlmi-providers.spec
parenta4e6cc3c9f273cbbf911340edd02fa17a8379917 (diff)
downloadopenlmi-providers-954868d39a7adaf650341d279d1295b012df59c3.tar.gz
openlmi-providers-954868d39a7adaf650341d279d1295b012df59c3.tar.xz
openlmi-providers-954868d39a7adaf650341d279d1295b012df59c3.zip
spec files changes to cope with python namespace change
openlmi -> lmi reflected in spec file
Diffstat (limited to 'openlmi-providers.spec')
-rw-r--r--openlmi-providers.spec21
1 files changed, 12 insertions, 9 deletions
diff --git a/openlmi-providers.spec b/openlmi-providers.spec
index 63058f1..8ba0330 100644
--- a/openlmi-providers.spec
+++ b/openlmi-providers.spec
@@ -1,6 +1,6 @@
Name: openlmi-providers
Version: 0.0.25
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Set of basic CIM providers
License: LGPLv2+
@@ -271,17 +271,17 @@ cp mof/LMI_Software.reg $RPM_BUILD_ROOT/%{_datadir}/%{name}/
%files -n openlmi-python
%doc README COPYING
-%dir %{python_sitelib}/openlmi
-%{python_sitelib}/openlmi-*
-%dir %{python_sitelib}/openlmi/common
-%{python_sitelib}/openlmi/common/*.py
-%{python_sitelib}/openlmi/common/*.py[co]
+%dir %{python_sitelib}/lmi
+%{python_sitelib}/lmi-*
+%dir %{python_sitelib}/lmi/common
+%{python_sitelib}/lmi/common/*.py
+%{python_sitelib}/lmi/common/*.py[co]
%files -n openlmi-software
%doc README COPYING
-%dir %{python_sitelib}/openlmi/software
-%{python_sitelib}/openlmi/software/*
-%{python_sitelib}/openlmi_software-*
+%dir %{python_sitelib}/lmi/software
+%{python_sitelib}/lmi/software/*
+%{python_sitelib}/lmi_software-*
%{_libexecdir}/pegasus/pycmpiLMI_Software-cimprovagt
%{_datadir}/%{name}/60_LMI_Software.mof
@@ -568,6 +568,9 @@ if [ "$1" -gt 1 ]; then
fi
%changelog
+* Wed Jul 03 2013 Michal Minar <miminar@redhat.com> 0.0.25-3
+- Renamed openlmi python namespace to lmi.
+
* Tue Jul 02 2013 Michal Minar <miminar@redhat.com> 0.0.25-2
- Added cimprovagt wrapper for SELinux for software providers.