]> git.proxmox.com Git - systemd.git/commitdiff
Enable seccomp support on arm64 as well
authorMichael Biebl <biebl@debian.org>
Fri, 12 Jun 2015 06:06:13 +0000 (08:06 +0200)
committerMichael Biebl <biebl@debian.org>
Fri, 12 Jun 2015 06:06:15 +0000 (08:06 +0200)
debian/changelog
debian/control

index 58b96bd9372767a7e98f2b5a681589ea62b0f7f4..241e9329af37f44be3b73ecb41910c464b6926fc 100644 (file)
@@ -1,3 +1,9 @@
+systemd (220-7) UNRELEASED; urgency=medium
+
+  * Enable seccomp support on arm64 as well.
+
+ -- Michael Biebl <biebl@debian.org>  Fri, 12 Jun 2015 08:05:46 +0200
+
 systemd (220-6) unstable; urgency=medium
 
   * Enable seccomp support on the architectures that provide libseccomp.
index 02119fd07db3cd26fb748eb8636036cb1cd33467..33fdce9b0349ff4eca96052dea3ab39b5a52c13c 100644 (file)
@@ -37,7 +37,7 @@ Build-Depends: debhelper (>= 9),
                libkmod-dev (>= 15),
                libblkid-dev (>= 2.24),
                libmount-dev (>= 2.20),
-               libseccomp-dev (>= 1.0.0) [amd64 armel armhf i386 mips mipsel],
+               libseccomp-dev (>= 1.0.0) [amd64 arm64 armel armhf i386 mips mipsel],
                python3-all-dev,
                python3-lxml