diff --git a/SPECS/libseccomp.spec b/SPECS/libseccomp.spec index 4c78972..b423811 100644 --- a/SPECS/libseccomp.spec +++ b/SPECS/libseccomp.spec @@ -1,8 +1,8 @@ Summary: Enhanced seccomp library Name: libseccomp Version: 2.3.1 -Release: 2%{?dist} -ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 ppc64 ppc64le s390 s390x +Release: 3%{?dist} +ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 ppc ppc64 ppc64le s390 s390x License: LGPLv2 Group: System Environment/Libraries Source: https://github.com/seccomp/libseccomp/releases/download/v%{version}/%{name}-%{version}.tar.gz @@ -71,6 +71,9 @@ make V=1 check %{_mandir}/man3/* %changelog +* Wed Feb 22 2017 Paul Moore - 2.3.1-3 +- Added the ppc arch to the build + * Thu Apr 28 2016 Paul Moore - 2.3.1-2 - Fix a typo with the ppc64le architecture