[openlmi-storage] Removed superfluous lmi/__init__.py

Jan Šafránek jsafrane at fedoraproject.org
Mon Aug 12 07:53:31 UTC 2013


commit b100a8e6ba5dc5262e426c62a578432386790509
Author: Jan Safranek <jsafrane at redhat.com>
Date:   Mon Aug 12 09:53:18 2013 +0200

    Removed superfluous lmi/__init__.py

 openlmi-storage.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/openlmi-storage.spec b/openlmi-storage.spec
index 7c232ed..f338c05 100644
--- a/openlmi-storage.spec
+++ b/openlmi-storage.spec
@@ -1,6 +1,6 @@
 Name:           openlmi-storage
 Version:        0.5.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        CIM providers for storage management
 
 License:        LGPLv2+
@@ -48,6 +48,8 @@ install -m 644 storage.conf $RPM_BUILD_ROOT/%{_sysconfdir}/openlmi/storage/stora
 install -m 755 -d $RPM_BUILD_ROOT/%{_libexecdir}/pegasus
 install -m 755 pycmpiLMI_Storage-cimprovagt $RPM_BUILD_ROOT/%{_libexecdir}/pegasus/
 
+rm $RPM_BUILD_ROOT/%{python_sitelib}/lmi/__init__.*
+
 %pre
 # If upgrading, deregister old version
 if [ "$1" -gt 1 ]; then
@@ -114,6 +116,9 @@ fi
 
 
 %changelog
+* Mon Aug 12 2013 Jan Safranek <jsafrane at redhat.com> - 0.5.3-2
+- Removed superfluous lmi/__init__.py
+
 * Thu Aug  8 2013 Jan Safranek <jsafrane at redhat.com> - 0.5.3-1
 - New upstream release.
 


More information about the scm-commits mailing list