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 - 1.6-2 +- Fix file ownership in python3 subpackage. + * Tue Sep 24 2013 Ralph Bean - 1.6-1 - Latest upstream with python3 support. - Enable the python3 subpackage.