[python-pylibravatar] Fix file ownership in python3 subpackage.

Ralph Bean ralph at fedoraproject.org
Tue Sep 24 14:04:58 UTC 2013


commit bcbd71e76bfbd87dae8124acdc9516695a5a7c76
Author: Ralph Bean <rbean at redhat.com>
Date:   Tue Sep 24 10:04:46 2013 -0400

    Fix file ownership in python3 subpackage.

 python-pylibravatar.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-pylibravatar.spec b/python-pylibravatar.spec
index c34708b..8f3b65a 100644
--- a/python-pylibravatar.spec
+++ b/python-pylibravatar.spec
@@ -7,7 +7,7 @@
 
 Name:               python-pylibravatar
 Version:            1.6
-Release:            1%{?dist}
+Release:            2%{?dist}
 Summary:            Python module for Libravatar
 
 Group:              Development/Libraries
@@ -87,13 +87,16 @@ popd
 %files -n python3-pylibravatar
 # Upstream doesn't ship the license full text
 # https://bugs.launchpad.net/pylibravatar/+bug/1173603
-%doc README.rst LICENSE
+%doc README.txt Changelog.txt
 %{python3_sitelib}/%{modname}.py
 %{python3_sitelib}/__pycache__/*%{modname}*
 %{python3_sitelib}/%{eggname}-%{version}-*
 %endif
 
 %changelog
+* Tue Sep 24 2013 Ralph Bean <rbean at redhat.com> - 1.6-2
+- Fix file ownership in python3 subpackage.
+
 * Tue Sep 24 2013 Ralph Bean <rbean at redhat.com> - 1.6-1
 - Latest upstream with python3 support.
 - Enable the python3 subpackage.


More information about the scm-commits mailing list