From 77b6f72bffc4689f623a9b5902275fe46f6c7f0a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mar 23 2019 12:16:07 +0000 Subject: * Sat Mar 23 2019 Fabian Affolter - 0.7-14 - Fix ownership (rhbz#1672099) --- diff --git a/pystatgrab.spec b/pystatgrab.spec index 2da491f..b02b54b 100644 --- a/pystatgrab.spec +++ b/pystatgrab.spec @@ -3,7 +3,7 @@ Name: pystatgrab Version: 0.7 -Release: 13%{?dist} +Release: 14%{?dist} Summary: %{sum} License: LGPLv2+ @@ -57,14 +57,18 @@ PYTHONPATH=%{buildroot}/%{python3_sitearch} %{__python3} test.py %files -n python2-%{name} %doc AUTHORS NEWS README %license COPYING.LGPL -%{python2_sitearch}/ +%{python2_sitearch}/* %files -n python3-%{name} %doc AUTHORS NEWS README %license COPYING.LGPL -%{python3_sitearch}/ +%{python3_sitearch}/* +%{python3_sitelib}/__pycache__/* %changelog +* Sat Mar 23 2019 Fabian Affolter - 0.7-14 +- Fix ownership (rhbz#1672099) + * Sat Feb 02 2019 Fedora Release Engineering - 0.7-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild