source:
branches/fc19-dev/server/fedora/specs/openssh.spec.patch
@
2429
Last change on this file since 2429 was 2429, checked in by tboning, 11 years ago | |
---|---|
File size: 1.5 KB |
-
openssh.spec
old new 74 74 Summary: An open source implementation of SSH protocol versions 1 and 2 75 75 Name: openssh 76 76 Version: %{openssh_ver} 77 Release: %{openssh_rel}%{?dist}%{?rescue_rel} 77 Release: %{openssh_rel}%{?dist}%{?rescue_rel}.scripts.%{scriptsversion} 78 78 URL: http://www.openssh.com/portable.html 79 79 #URL1: http://pamsshagentauth.sourceforge.net 80 80 Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz … … 187 187 # add latest config.{sub,guess} to support aarch64 (#926284) 188 188 Patch907: openssh-6.2p1-aarch64.patch 189 189 190 Patch1001: openssh-4.7p1-gssapi-name-in-env.patch 190 191 191 192 License: BSD 192 193 Group: Applications/Internet … … 238 239 Group: Applications/Internet 239 240 Requires: openssh = %{version}-%{release} 240 241 Requires: fipscheck-lib%{_isa} >= 1.3.0 242 Provides: scripts-openssh-server 241 243 242 244 %package server 243 245 Summary: An open source SSH server daemon … … 407 409 %patch713 -p1 -b .ctr-cavs 408 410 409 411 %patch800 -p1 -b .gsskex 410 %patch801 -p1 -b .force_krb 412 # Remove force_krb as it conflicts with admof 413 # %patch801 -p1 -b .force_krb 411 414 412 415 %patch900 -p1 -b .canohost 413 %patch901 -p1 -b .kuserok 416 # Remove the kuserok patch as it won't apply without patch800 417 # %patch901 -p1 -b .kuserok 414 418 %patch905 -p1 -b .modpipe-cflags 415 419 %patch906 -p1 -b .identityfile 416 420 %patch907 -p1 -b .aarch64 … … 419 423 # Nothing here yet 420 424 %endif 421 425 426 %patch1001 -p1 -b .gssapi-env 427 422 428 autoreconf 423 429 pushd pam_ssh_agent_auth-%{pam_ssh_agent_ver} 424 430 autoreconf
Note: See TracBrowser
for help on using the repository browser.