From 207be652e66739722033f8b6d56a94f2c0d51bd5 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Thu, 18 Sep 2014 17:17:02 -0400 Subject: [PATCH] - Fully builds on i686, x86_64, and armv7hl (RHBZ #1106071) --- libseccomp.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libseccomp.spec b/libseccomp.spec index 0b25984..6ad689a 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -1,7 +1,7 @@ Summary: Enhanced seccomp library Name: libseccomp Version: 2.1.1 -Release: 5%{?dist} +Release: 6%{?dist} ExclusiveArch: %{ix86} x86_64 %{arm} License: LGPLv2 Group: System Environment/Libraries @@ -43,10 +43,7 @@ mkdir -p "%{buildroot}/%{_mandir}" make V=1 DESTDIR="%{buildroot}" install %check -# Arm fails several tests here, could be legit, but we need to build on other arches. -%ifnarch %{arm} make check -%endif %post -p /sbin/ldconfig @@ -68,6 +65,9 @@ make check %{_mandir}/man3/* %changelog +* Thu Sep 18 Paul Moore - 2.1.1-6 +- Fully builds on i686, x86_64, and armv7hl (RHBZ #1106071) + * Sun Aug 17 2014 Fedora Release Engineering - 2.1.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild