#7 Fix python3 subpackages files ownership within __pycache__ (#1619099)
Closed 5 years ago by churchyard. Opened 5 years ago by churchyard.
rpms/ churchyard/sip pycache  into  master

file modified
+4 -3
@@ -20,7 +20,7 @@ 

  Summary: SIP - Python/C++ Bindings Generator

  Name: sip

  Version: 4.19.12

- Release: 7%{?dist}

+ Release: 8%{?dist}

  

  # sipgen/parser.{c.h} is GPLv3+ with exceptions (bison)

  License: GPLv2 or GPLv3 and (GPLv3+ with exceptions)
@@ -288,7 +288,6 @@ 

  %dir %{python3_sitearch}/PyQt4/

  %{python3_sitearch}/PyQt4/sip.*

  %{python3_sitearch}/PyQt4_sip-%{version}.dist-info/

- %{python3_sitearch}/__pycache__/*

  %exclude %{python3_sitearch}/__pycache__/exclude_rpm_hack

  

  %files -n python%{python3_pkgversion}-pyqt5-sip
@@ -297,12 +296,14 @@ 

  %dir %{python3_sitearch}/PyQt5/

  %{python3_sitearch}/PyQt5/sip.*

  %{python3_sitearch}/PyQt5_sip-%{version}.dist-info/

- %{python3_sitearch}/__pycache__/*

  %exclude %{python3_sitearch}/__pycache__/exclude_rpm_hack

  %endif

  

  

  %changelog

+ * Mon Aug 20 2018 Miro Hrončok <mhroncok@redhat.com> - 4.19.12-8

+ - Fix python3 subpackages files ownership within __pycache__ (#1619099)

+ 

  * Tue Aug 14 2018 Rex Dieter <rdieter@fedoraproject.org> - 4.19.12-7

  - include dist-info (#1524189)

  

no initial comment

rebased onto c2162d4

5 years ago

Pull-Request has been closed by churchyard

5 years ago