diff --git a/lxc.spec b/lxc.spec index 0c2a12f..5ce7136 100644 --- a/lxc.spec +++ b/lxc.spec @@ -6,9 +6,11 @@ %global with_systemd 1 %endif -%if 0%{?fedora} || ( 0%{?rhel} >= 7 && %{_arch} != ppc64 ) +%if 0%{?fedora} || 0%{?rhel} >= 7 +%ifarch %{ix86} x86_64 %{arm} %global with_seccomp 1 %endif +%endif %if 0%{?fedora} > 19 %global luaver 5.2 @@ -25,7 +27,7 @@ Name: lxc Version: 1.1.0 -Release: %{?prerel:0.}1%{?prerel:.%{prerel}}%{?dist} +Release: %{?prerel:0.}2%{?prerel:.%{prerel}}%{?dist} Summary: Linux Resource Containers Group: Applications/System License: LGPLv2+ and GPLv2 @@ -359,6 +361,9 @@ fi %changelog +* Mon Aug 11 2014 Jakub Čajka - 1.1.0-0.2.alpha1 +- Fixed build dependencies on s390(x) and ppc(64(le)) + * Sun Aug 10 2014 Thomas Moschny - 1.1.0-0.1.alpha1 - Update to 1.1.0.alpha1.