#1 Update conditional
Merged 5 years ago by tdawson. Opened 5 years ago by tdawson.
rpms/ tdawson/python-path update-conditional  into  master

file modified
+5 -2
@@ -1,4 +1,4 @@ 

- %if 0%{?fedora}

+ %if 0%{?fedora} || 0%{?rhel} > 7

  %global with_python3 1

  %endif

  
@@ -6,7 +6,7 @@ 

  

  Name:           python-%{bname}

  Version:        5.2

- Release:        10%{?dist}

+ Release:        11%{?dist}

  Summary:        A python module wrapper for os.path

  

  License:        MIT
@@ -98,6 +98,9 @@ 

  %endif

  

  %changelog

+ * Tue Jan 16 2018 Troy Dawson <tdawson@redhat.com> - 5.2-11

+ - Update conditional

+ 

  * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.2-10

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

  

no initial comment

The update looks good the me. Thank you for taking care of that.

Pull-Request has been merged by tdawson

5 years ago