aarch64 (and ARMv7) now has seccomp support
This commit is contained in:
parent
79f0b3bec8
commit
8a7554ecc8
@ -2,7 +2,7 @@
|
||||
|
||||
Name: ocserv
|
||||
Version: 0.9.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: OpenConnect SSL VPN server
|
||||
|
||||
# For a breakdown of the licensing, see PACKAGE-LICENSING
|
||||
@ -33,7 +33,7 @@ BuildRequires: libnl3-devel
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: autogen
|
||||
BuildRequires: gperf
|
||||
%ifarch x86_64 %{ix86}
|
||||
%ifarch x86_64 %{ix86} %{arm} aarch64
|
||||
BuildRequires: libseccomp-devel
|
||||
%endif
|
||||
BuildRequires: pcllib-devel
|
||||
@ -153,6 +153,9 @@ rm -rf %{buildroot}
|
||||
%{_localstatedir}/lib/ocserv/profile.xml
|
||||
|
||||
%changelog
|
||||
* Mon Feb 16 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.9.1-2
|
||||
- aarch64 (and ARMv7) now has seccomp support
|
||||
|
||||
* Mon Feb 16 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.9.1-1
|
||||
- new upstream release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user