diff --git a/lxc.spec b/lxc.spec index 1f0dea7..709afc4 100644 --- a/lxc.spec +++ b/lxc.spec @@ -6,7 +6,11 @@ %global with_systemd 1 %endif -%if 0%{?fedora} || 0%{?rhel} >= 7 +%if 0%{?fedora} +%global with_seccomp 1 +%endif + +%if 0%{?rhel} >= 7 %ifarch %{ix86} x86_64 %{arm} aarch64 %global with_seccomp 1 %endif @@ -31,7 +35,7 @@ Name: lxc Version: 1.1.5 -Release: %{?prerel:0.}1%{?prerel:.%{prerel}}%{?dist}.1 +Release: %{?prerel:0.}2%{?prerel:.%{prerel}}%{?dist} Summary: Linux Resource Containers Group: Applications/System License: LGPLv2+ and GPLv2 @@ -382,6 +386,9 @@ fi %changelog +* Tue Mar 1 2016 Peter Robinson 1.1.5-2 +- Power64 and s390(x) now have libseccomp support + * Thu Feb 04 2016 Fedora Release Engineering - 1.1.5-1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild