#3 Update conditional
Merged 6 years ago by kevin. Opened 6 years ago by tdawson.
rpms/ tdawson/ansible update-conditionals  into  master

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

  %global with_docs 0

  %endif

  

- %if 0%{?fedora}

+ %if 0%{?fedora} || 0%{?rhel} >= 8

  %global with_python3 1

  %else

  %global with_python3 0
@@ -26,7 +26,7 @@ 

  Name: ansible

  Summary: SSH-based configuration management, deployment, and task execution system

  Version: 2.4.2.0

- Release: 1%{?dist}

+ Release: 2%{?dist}

  

  Group: Development/Libraries

  License: GPLv3+
@@ -339,6 +339,9 @@ 

  %endif

  

  %changelog

+ * Mon Jan 08 2018 Troy Dawson <tdawson@redhat.com> - 2.4.2.0-2

+ - Update conditional

+ 

  * Wed Nov 29 2017 Kevin Fenzi <kevin@scrye.com> - 2.4.2.0-1

  - Update to 2.4.2. See https://github.com/ansible/ansible/blob/stable-2.4/CHANGELOG.md for full changes.

  

no initial comment

Looks fine to me...

:articulated_lorry:

Pull-Request has been merged by kevin

6 years ago