[libseccomp] - Fully builds on i686, x86_64, and armv7hl (RHBZ #1106071)

pcmoore pcmoore at fedoraproject.org
Thu Sep 18 21:17:18 UTC 2014


commit 207be652e66739722033f8b6d56a94f2c0d51bd5
Author: Paul Moore <pmoore at redhat.com>
Date:   Thu Sep 18 17:17:02 2014 -0400

    - Fully builds on i686, x86_64, and armv7hl (RHBZ #1106071)

 libseccomp.spec |    8 ++++----
 1 files 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 <pmoore at redhat.com> - 2.1.1-6
+- Fully builds on i686, x86_64, and armv7hl (RHBZ #1106071)
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list