#4 Fix directory ownership in python3 subpackage
Merged 6 years ago by rohanpm. Opened 6 years ago by lbalhar.
rpms/ lbalhar/kobo fix_dir_ownership  into  master

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

  

  Name:           kobo

  Version:        0.7.0

- Release:        4%{?dist}

+ Release:        5%{?dist}

  License:        LGPLv2

  Summary:        Python modules for tools development

  Group:          Development/Libraries
@@ -375,7 +375,7 @@ 

  %files -n python%{python3_pkgversion}-%{name}

  %dir %{python3_sitelib}/kobo

  %{python3_sitelib}/kobo/*.py*

- %{python3_sitelib}/kobo/__pycache__/*

+ %{python3_sitelib}/kobo/__pycache__

  %exclude %{python3_sitelib}/kobo/rpmlib.py*

  %{python3_sitelib}/%{name}-%{version}-py?.?.egg-info

  %doc AUTHORS
@@ -418,6 +418,9 @@ 

  

  

  %changelog

+ * Wed Jan 03 2018 Lumír Balhar <lbalhar@redhat.com> - 0.7.0-5

+ - Fix directory ownership in python3 subpackage

+ 

  * Mon Oct 30 2017 Lumír Balhar <lbalhar@redhat.com> - 0.7.0-4

  - Remove redefinition of epel macro (RHBZ#1164700)

  

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.

@lbalhar sorry, this now has (trivial) conflict. If you can find the time to update PR with resolved conflict, I'll submit this.

rebased onto 3aab1eb

6 years ago

Pull-Request has been merged by rohanpm

6 years ago