#2 Fix directory ownership in python3-bind subpackage
Closed 6 years ago by lbalhar. Opened 6 years ago by lbalhar.
rpms/ lbalhar/bind master  into  master

file modified
+5 -2
@@ -27,7 +27,7 @@ 

  Name:     bind

  License:  MPLv2.0

  Version:  9.11.2

- Release:  3%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}

+ Release:  4%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}

  Epoch:    32

  Url:      http://www.isc.org/products/BIND/

  Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -1154,9 +1154,12 @@ 

  %{python3_sitelib}/*py*

  %dir %{python3_sitelib}/isc

  %{python3_sitelib}/isc/*py

- %{python3_sitelib}/isc/__pycache__/*py*

+ %{python3_sitelib}/isc/__pycache__

  

  %changelog

+ * Wed Jan 03 2018 Lumír Balhar <lbalhar@redhat.com> - 32:9.11.2-4

+ - Fix directory ownership in python3-bind subpackage

+ 

  * Fri Dec 15 2017 Petr Menšík <pemensik@redhat.com> - 32:9.11.2-3

  - Own python3-bind isc directory (#1522944)

  - Make tsstsig system test pass again (#1500017)

Hello.

The problem here I am trying to solve is that some directory in /usr/lib*/python*/site-packages/<package_name> were not owned by your packages and remain untouched after uninstallation process.

Have a nice day.

Hi! Thanks for the fix.

My previous fix was incomplete. Because installation of only selected files works properly, I have chosen to to add whole %{python3_sitelib}/isc/ instead.

Looks that your solution works and the issue disappeared. Thanks!

Pull-Request has been closed by lbalhar

6 years ago