]> git.pld-linux.org Git - packages/openssh.git/commitdiff
restore lost BR 3.5 kernel from cebd27d
authorElan Ruusamäe <glen@delfi.ee>
Fri, 24 Apr 2015 08:36:56 +0000 (11:36 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 24 Apr 2015 08:36:56 +0000 (11:36 +0300)
openssh.spec

index 9ffef3ddb7e7c0931d3d7c12ea303f09fbc0e6b8..086213593788b4f664561a6eb4a84aa00d676a02 100644 (file)
@@ -97,6 +97,10 @@ BuildRequires:       zlib-devel >= 1.2.3
 %if %{with tests} && 0%(id -u sshd >/dev/null 2>&1; echo $?)
 BuildRequires: %{name}-server
 %endif
+%if %{with tests} && %{with libseccomp}
+# libseccomp based sandbox requires NO_NEW_PRIVS prctl flag
+BuildRequires: uname(release) >= 3.5
+%endif
 Requires:      zlib >= 1.2.3
 %if "%{pld_release}" == "ac"
 Requires:      filesystem >= 2.0-1
This page took 0.052052 seconds and 4 git commands to generate.