Power64 and s390(x) now have libseccomp support

epel9
Peter Robinson 9 years ago
parent 10c2ab1aff
commit 610a5c6334

@ -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 <pbrobinson@fedoraproject.org> 1.1.5-2
- Power64 and s390(x) now have libseccomp support
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-1.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

Loading…
Cancel
Save