source: branches/fc17-dev/server/fedora/specs/openssh.spec.patch @ 2198

Last change on this file since 2198 was 2198, checked in by ezyang, 12 years ago
Untested version bumps for all spec files.
File size: 1.2 KB
  • openssh.spec

    old new  
    8282Summary: An open source implementation of SSH protocol versions 1 and 2
    8383Name: openssh
    8484Version: %{openssh_ver}
    85 Release: %{openssh_rel}%{?dist}%{?rescue_rel}
     85Release: %{openssh_rel}%{?dist}%{?rescue_rel}.scripts.%{scriptsversion}
    8686URL: http://www.openssh.com/portable.html
    8787#URL1: http://pamsshagentauth.sourceforge.net
    8888#Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
     
    218218#https://bugzilla.mindrot.org/show_bug.cgi?id=1604
    219219# sctp
    220220#https://bugzilla.mindrot.org/show_bug.cgi?id=1873 => https://bugzilla.redhat.com/show_bug.cgi?id=668993
     221Patch1001: openssh-4.7p1-gssapi-name-in-env.patch
    221222
    222223License: BSD
    223224Group: 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
     
    465467# Nothing here yet
    466468%endif
    467469
     470%patch1001 -p1 -b .gssapi-env
     471
    468472autoreconf
    469473pushd pam_ssh_agent_auth-%{pam_ssh_agent_ver}
    470474autoreconf
Note: See TracBrowser for help on using the repository browser.