From 2097e793d580cc4b2fa0533e9759bf572ab219cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Fri, 20 Jul 2018 21:15:16 +0200 Subject: [PATCH] Use python2_sitelib instead of python_sitelib --- python-productmd.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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