From 8306a5738470f7d759898f828b566673c3cbf0e5 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 9 Oct 2017 14:53:31 -0700 Subject: [PATCH] Cleanup spec file conditionals --- corosync.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/corosync.spec b/corosync.spec index 6028f89..bf1ed98 100644 --- a/corosync.spec +++ b/corosync.spec @@ -23,13 +23,13 @@ Name: corosync Summary: The Corosync Cluster Engine and Application Programming Interfaces Version: 2.4.2 -Release: 6%{?gitver}%{?dist} +Release: 7%{?gitver}%{?dist} License: BSD Group: System Environment/Base URL: http://corosync.github.io/corosync/ Source0: http://build.clusterlabs.org/corosync/releases/%{name}-%{version}%{?gittarver}.tar.gz -%if 0%{?rhel} +%if 0%{?rhel} && 0%{?rhel} <= 7 ExclusiveArch: i686 x86_64 %endif @@ -510,6 +510,9 @@ fi %endif %changelog +* Mon Oct 09 2017 Troy Dawson - 2.4.2-7 +- Cleanup spec file conditionals + * Mon Oct 02 2017 Troy Dawson - 2.4.2-6 - Bump to rebuild on newer binutils