]> git.pld-linux.org Git - packages/openssh.git/commitdiff
do not force 3.5 kernel on non-x32 auto/th/openssh-6.8p1-11
authorElan Ruusamäe <glen@delfi.ee>
Tue, 5 May 2015 12:26:05 +0000 (15:26 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 5 May 2015 12:26:05 +0000 (15:26 +0300)
openssh.spec

index 89d4aa01057c8641a849628dc21bb20d20ef58a5..8761f28ed2ec46c0659c780ed10f403ee5342006 100644 (file)
 # gtk2-based gnome-askpass means no gnome1-based
 %{?with_gtk:%undefine with_gnome}
 
+%ifnarch x32
+# libseccomp requires 3.5 kernel, avoid such requirement where possible (non-x32 arches)
+%undefine      with_libseccomp
+%endif
+
 %define        sandbox %{?with_libseccomp:lib}seccomp_filter
 
 %ifarch x32
@@ -41,7 +46,7 @@ Summary(ru.UTF-8):    OpenSSH - свободная реализация прото
 Summary(uk.UTF-8):     OpenSSH - вільна реалізація протоколу Secure Shell (SSH)
 Name:          openssh
 Version:       6.8p1
-Release:       10
+Release:       11
 Epoch:         2
 License:       BSD
 Group:         Applications/Networking
@@ -73,7 +78,6 @@ Patch8:               ldap-helper-sigpipe.patch
 Patch9:                %{name}-5.2p1-hpn13v6.diff
 Patch10:       %{name}-include.patch
 Patch11:       %{name}-chroot.patch
-
 Patch14:       %{name}-bind.patch
 Patch15:       %{name}-disable_ldap.patch
 Patch16:       libseccomp-sandbox.patch
This page took 0.035834 seconds and 4 git commands to generate.