#1 Fix directory ownership
Merged 6 years ago by churchyard. Opened 6 years ago by lbalhar.
rpms/ lbalhar/gtts-token master  into  master

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

  

  Name:           gtts-token

  Version:        1.1.1

- Release:        5%{?dist}

+ Release:        6%{?dist}

  Summary:        Calculates a token to run the Google Translate text to speech

  # LICENSE file is currently missing, already reported upstream

  # https://github.com/Boudewijn26/gTTS-token/issues/5 
@@ -72,14 +72,17 @@ 

  %files -n python2-gtts-token

  %license LICENSE

  %{python_sitelib}/gTTS_token-*

- %{python_sitelib}/gtts_token/*

+ %{python_sitelib}/gtts_token/

  

  %files -n python3-gtts-token

  %license LICENSE

  %{python3_sitelib}/gTTS_token-*

- %{python3_sitelib}/gtts_token/*

+ %{python3_sitelib}/gtts_token/

  

  %changelog

+ * Fri Feb 16 2018 2018 Lumír Balhar <lbalhar@redhat.com> - 1.1.1-6

+ - Fix directory ownership

+ 

  * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-5

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

  

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.

rebased onto 27568b8

6 years ago

Pull-Request has been merged by churchyard

6 years ago