source: branches/fc19-dev/server/fedora/specs/openssh.spec.patch

Last change on this file was 2429, checked in by tboning, 11 years ago
Built a bunch of packages, krb5 still has issues.
File size: 1.5 KB
  • openssh.spec

    old new  
    7474Summary: An open source implementation of SSH protocol versions 1 and 2
    7575Name: openssh
    7676Version: %{openssh_ver}
    77 Release: %{openssh_rel}%{?dist}%{?rescue_rel}
     77Release: %{openssh_rel}%{?dist}%{?rescue_rel}.scripts.%{scriptsversion}
    7878URL: http://www.openssh.com/portable.html
    7979#URL1: http://pamsshagentauth.sourceforge.net
    8080Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
     
    187187# add latest config.{sub,guess} to support aarch64 (#926284)
    188188Patch907: openssh-6.2p1-aarch64.patch
    189189
     190Patch1001: openssh-4.7p1-gssapi-name-in-env.patch
    190191
    191192License: BSD
    192193Group: Applications/Internet
     
    238239Group: Applications/Internet
    239240Requires: openssh = %{version}-%{release}
    240241Requires: fipscheck-lib%{_isa} >= 1.3.0
     242Provides: scripts-openssh-server
    241243
    242244%package server
    243245Summary: An open source SSH server daemon
     
    407409%patch713 -p1 -b .ctr-cavs
    408410
    409411%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
    411414
    412415%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
    414418%patch905 -p1 -b .modpipe-cflags
    415419%patch906 -p1 -b .identityfile
    416420%patch907 -p1 -b .aarch64
     
    419423# Nothing here yet
    420424%endif
    421425
     426%patch1001 -p1 -b .gssapi-env
     427
    422428autoreconf
    423429pushd pam_ssh_agent_auth-%{pam_ssh_agent_ver}
    424430autoreconf
Note: See TracBrowser for help on using the repository browser.