diff --git a/python-productmd.spec b/python-productmd.spec index 16d20ed..2f3f4b0 100644 --- a/python-productmd.spec +++ b/python-productmd.spec @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 1.15 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Library providing parsers for metadata related to OS installation License: LGPLv2+ @@ -75,8 +75,8 @@ Requires: python%{python3_pkgversion}-six %files -n python2-%{srcname} %license LICENSE %doc AUTHORS -%{python_sitelib}/productmd/ -%{python_sitelib}/productmd-%{version}-py?.?.egg-info +%{python2_sitelib}/productmd/ +%{python2_sitelib}/productmd-%{version}-py?.?.egg-info %if 0%{?with_python3} %files -n python%{python3_pkgversion}-%{srcname} @@ -87,6 +87,9 @@ Requires: python%{python3_pkgversion}-six %endif %changelog +* Fri Jul 20 2018 Lubomír Sedlář - 1.15-4 +- Use python2_sitelib instead of python_sitelib + * Sat Jul 14 2018 Fedora Release Engineering - 1.15-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild