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

Last change on this file since 2427 was 2339, checked in by andersk, 11 years ago
Rediff openssh.spec.patch
File size: 1.6 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
    8080#Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
     
    221221#https://bugzilla.mindrot.org/show_bug.cgi?id=1604
    222222# sctp
    223223#https://bugzilla.mindrot.org/show_bug.cgi?id=1873 => https://bugzilla.redhat.com/show_bug.cgi?id=668993
     224Patch1001: openssh-4.7p1-gssapi-name-in-env.patch
    224225
    225226License: BSD
    226227Group: Applications/Internet
     
    271272Group: Applications/Internet
    272273Requires: openssh = %{version}-%{release}
    273274Requires: fipscheck-lib%{_isa} >= 1.3.0
     275Provides: scripts-openssh-server
    274276
    275277%package server
    276278Summary: An open source SSH server daemon
     
    458460%patch714 -p0 -b .null-xcrypt
    459461
    460462%patch800 -p1 -b .gsskex
    461 %patch801 -p1 -b .force_krb
     463# Remove force_krb as it conflicts with admof
     464# %patch801 -p1 -b .force_krb
    462465
    463466%patch900 -p1 -b .canohost
    464 %patch901 -p1 -b .kuserok
     467# Remove the kuserok patch as it won't apply without patch800
     468# %patch901 -p1 -b .kuserok
    465469%patch902 -p1 -b .man-moduli
    466470%patch903 -p1 -b .ipqos
    467471
     
    469473# Nothing here yet
    470474%endif
    471475
     476%patch1001 -p1 -b .gssapi-env
     477
    472478autoreconf
    473479pushd pam_ssh_agent_auth-%{pam_ssh_agent_ver}
    474480autoreconf
Note: See TracBrowser for help on using the repository browser.