From a4d9cd56944311a43515ceaa1ac472a47d2d495e Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Tue, 7 Jul 2015 16:53:32 +0200 Subject: [PATCH] Patch name, formating --- openssh-6.9p1-seccomp-secondary.patch | 12 ++++++------ openssh.spec | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/openssh-6.9p1-seccomp-secondary.patch b/openssh-6.9p1-seccomp-secondary.patch index 86c3ad3..97e16d2 100644 --- a/openssh-6.9p1-seccomp-secondary.patch +++ b/openssh-6.9p1-seccomp-secondary.patch @@ -20,12 +20,12 @@ index 24378a7..0bed910 100644 aarch64*-*) seccomp_audit_arch=AUDIT_ARCH_AARCH64 ;; -+ s390x-*) -+ seccomp_audit_arch=AUDIT_ARCH_S390X -+ ;; -+ s390-*) -+ seccomp_audit_arch=AUDIT_ARCH_S390 -+ ;; ++ s390x-*) ++ seccomp_audit_arch=AUDIT_ARCH_S390X ++ ;; ++ s390-*) ++ seccomp_audit_arch=AUDIT_ARCH_S390 ++ ;; esac if test "x$seccomp_audit_arch" != "x" ; then AC_MSG_RESULT(["$seccomp_audit_arch"]) diff --git a/openssh.spec b/openssh.spec index 3663c1f..2e4ee24 100644 --- a/openssh.spec +++ b/openssh.spec @@ -212,8 +212,8 @@ Patch921: openssh-6.7p1-debian-restore-tcp-wrappers.patch Patch922: openssh-6.8p1-sshdT-output.patch # fix ssh-copy-id on non-sh shells (#1045191) Patch923: openssh-6.8p1-fix-ssh-copy-id-on-non-sh-shell.patch -# AArch64 has seccomp support since 3.19 kernel (#1195065) -Patch924: openssh-6.7p1-seccomp-aarch64.patch +# Seccomp support for secondary architectures (#1195065) +Patch924: openssh-6.9p1-seccomp-secondary.patch # Solve issue with ssh-copy-id and keys without trailing newline (#1093168) Patch925: openssh-6.7p1-ssh-copy-id-truncated-keys.patch # Add sftp option to force mode of created files (#1191055)