From cd4462fa908eca22ba7bc3a14c23fe7d99475542 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Jan 08 2018 19:02:44 +0000 Subject: Update conditional --- diff --git a/ansible.spec b/ansible.spec index ba64974..6dc5960 100644 --- a/ansible.spec +++ b/ansible.spec @@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot %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 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot 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 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Mon Jan 08 2018 Troy Dawson - 2.4.2.0-2 +- Update conditional + * Wed Nov 29 2017 Kevin Fenzi - 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.