From b4bdea39fb79b4967c1abe60444f8170c30a1069 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 16 Feb 2015 15:26:55 +0000 Subject: [PATCH] aarch64 now has seccomp support --- systemd.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/systemd.spec b/systemd.spec index da92ec6..52fa1a1 100644 --- a/systemd.spec +++ b/systemd.spec @@ -16,7 +16,7 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd Version: 218 -Release: 5%{?gitcommit:.git%{gitcommit}}%{?dist} +Release: 6%{?gitcommit:.git%{gitcommit}}%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: A System and Service Manager @@ -86,8 +86,8 @@ BuildRequires: python3-devel BuildRequires: python-lxml BuildRequires: python3-lxml BuildRequires: firewalld-filesystem -# libseccomp is currently explicitly only supported on x86/armv7 -%ifarch %{arm} %{ix86} x86_64 +# libseccomp is currently explicitly only supported on x86/arm* +%ifarch %{arm} aarch64 %{ix86} x86_64 # https://bugzilla.redhat.com/show_bug.cgi?id=1071278 # https://bugzilla.redhat.com/show_bug.cgi?id=1073647 # https://bugzilla.redhat.com/show_bug.cgi?id=1071284 @@ -848,6 +848,9 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd /usr/lib/firewalld/services/* %changelog +* Mon Feb 16 2015 Peter Robinson 218-6 +- aarch64 now has seccomp support + * Thu Feb 05 2015 Michal Schmidt - 218-5 - Don't overwrite systemd.macros with unrelated Source file.