source: trunk/server/fedora/specs/openssh.spec.patch @ 2644

Last change on this file since 2644 was 2591, checked in by achernya, 10 years ago
Reintegrate fc20-dev into trunk
File size: 1.6 KB
  • openssh.spec

    old new  
    7171Summary: An open source implementation of SSH protocol versions 1 and 2
    7272Name: openssh
    7373Version: %{openssh_ver}
    74 Release: %{openssh_rel}%{?dist}%{?rescue_rel}
     74Release: %{openssh_rel}%{?dist}%{?rescue_rel}.scripts.%{scriptsversion}
    7575URL: http://www.openssh.com/portable.html
    7676#URL1: http://pamsshagentauth.sourceforge.net
    7777Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
     
    196196# ignore environment variables with embedded '=' or '\0' characters (#1077843)
    197197Patch909: openssh-6.4p1-ignore-bad-env-var.patch
    198198
     199Patch1001: openssh-4.7p1-gssapi-name-in-env.patch
    199200
    200201License: BSD
    201202Group: Applications/Internet
     
    254255Requires(pre): /usr/sbin/useradd
    255256Requires: pam >= 1.0.1-3
    256257Requires: fipscheck-lib%{_isa} >= 1.3.0
     258Provides: scripts-openssh-server
    257259Requires(post): systemd-units
    258260Requires(preun): systemd-units
    259261Requires(postun): systemd-units
     
    411413%patch713 -p1 -b .ctr-cavs
    412414
    413415%patch800 -p1 -b .gsskex
    414 %patch801 -p1 -b .force_krb
     416# Remove force_krb as it conflicts with admof
     417# %patch801 -p1 -b .force_krb
    415418
    416419%patch900 -p1 -b .canohost
    417 %patch901 -p1 -b .kuserok
     420# Remove the kuserok patch as it won't apply without patch800
     421# %patch901 -p1 -b .kuserok
    418422%patch902 -p1 -b .ccache_name
    419423%patch903 -p1 -b .dh
    420424%patch904 -p1 -b .SP800-131A
     
    428432# Nothing here yet
    429433%endif
    430434
     435%patch1001 -p1 -b .gssapi-env
     436
    431437autoreconf
    432438pushd pam_ssh_agent_auth-%{pam_ssh_agent_ver}
    433439autoreconf
Note: See TracBrowser for help on using the repository browser.