Fixed build dependencies on s390(x) and ppc(64(le)).
This commit is contained in:
parent
0473dc0805
commit
abe6bbd7dc
9
lxc.spec
9
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 <jcajka@redhat.com> - 1.1.0-0.2.alpha1
|
||||
- Fixed build dependencies on s390(x) and ppc(64(le))
|
||||
|
||||
* Sun Aug 10 2014 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.0-0.1.alpha1
|
||||
- Update to 1.1.0.alpha1.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user