[python-lockfile] Properly list files for python3-lockfile subpackage.

Bohuslav Kabrda bkabrda at fedoraproject.org
Fri Jun 20 14:50:18 UTC 2014


commit ea0eedcb5cc4815114d6069b3f6675124ae4d81d
Author: Slavek Kabrda <bkabrda at redhat.com>
Date:   Fri Jun 20 16:50:12 2014 +0200

    Properly list files for python3-lockfile subpackage.

 python-lockfile.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-lockfile.spec b/python-lockfile.spec
index 3e7cc81..fe839ea 100644
--- a/python-lockfile.spec
+++ b/python-lockfile.spec
@@ -5,7 +5,7 @@
 
 Name:           python-%{upstream_name}
 Version:        0.9.1
-Release:        7%{?dist}
+Release:        8%{?dist}
 Epoch:          1
 Summary:        A platform-independent file locking module
 
@@ -108,6 +108,7 @@ rm -rf %{buildroot}
 %{python_sitelib}/%{upstream_name}-%{version}-*.egg-info
 
 %if 0%{?with_python3}
+%files -n python3-lockfile
 %defattr(-,root,root,-)
 %doc ACKS LICENSE MANIFEST PKG-INFO README RELEASE-NOTES doc/
 %{python3_sitelib}/%{upstream_name}
@@ -115,6 +116,9 @@ rm -rf %{buildroot}
 %endif # with_python3
 
 %changelog
+* Fri Jun 20 2014 Bohuslav Kabrda <bkabrda at redhat.com> - 1:0.9.1-8
+- Properly list files for python3-lockfile subpackage.
+
 * Fri Jun 20 2014 Bohuslav Kabrda <bkabrda at redhat.com> - 1:0.9.1-7
 - Added python3-lockfile subpackage.
 


More information about the scm-commits mailing list