#1 Fix directory ownership
Merged 6 years ago by lbazan. Opened 6 years ago by lbalhar.
rpms/ lbalhar/python-biopython master  into  master

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

  

  Name:             python-biopython

  Version:          1.70

- Release:          3%{?dist}

+ Release:          4%{?dist}

  Summary:          Python tools for computational molecular biology

  Source0:          https://github.com/biopython/biopython/archive/biopython-170.tar.gz#/biopython-biopython-170.tar.gz

  
@@ -172,7 +172,7 @@ 

  %license python2/LICENSE

  %{python2_sitearch}/*egg-info

  %{python2_sitearch}/Bio/

- %{python2_sitearch}/BioSQL/*

+ %{python2_sitearch}/BioSQL/

  

  %if 0%{?with_python3}

  %files -n python3-%{module}
@@ -182,7 +182,7 @@ 

  %license python3/LICENSE

  %{python3_sitearch}/*egg-info

  %{python3_sitearch}/Bio/

- %{python3_sitearch}/BioSQL/*

+ %{python3_sitearch}/BioSQL/

  %endif

  

  %files doc
@@ -191,6 +191,9 @@ 

  %license python2/LICENSE

  

  %changelog

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

+ - Fix directory ownership

+ 

  * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.70-3

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_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.

Pull-Request has been merged by lbazan

6 years ago