From 381c79a0f3ab051bd37478c4fbc8e9b6498f80c4 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 10 Oct 2017 08:32:01 -0700 Subject: [PATCH] Cleanup spec file conditionals --- dlm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dlm.spec b/dlm.spec index add679e..d6a6d5e 100644 --- a/dlm.spec +++ b/dlm.spec @@ -1,6 +1,6 @@ Name: dlm Version: 4.0.6 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2 and GPLv2+ and LGPLv2+ # For a breakdown of the licensing, see README.license Group: System Environment/Kernel @@ -16,7 +16,7 @@ Source0: http://people.redhat.com/teigland/%{name}-%{version}.tar.gz Patch0: 0001-dlm_controld-libsystemd-broke-itself.patch -%if 0%{?rhel} +%if 0%{?rhel} && 0%{?rhel} <= 7 ExclusiveArch: i686 x86_64 %endif @@ -105,6 +105,9 @@ developing applications that use %{name}. %{_libdir}/pkgconfig/*.pc %changelog +* Tue Oct 10 2017 Troy Dawson - 4.0.6-5 +- Cleanup spec file conditionals + * Wed Aug 02 2017 Fedora Release Engineering - 4.0.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild