Changeset 1143 for branches/fc11-dev


Ignore:
Timestamp:
Jun 3, 2009, 6:41:07 AM (15 years ago)
Author:
mitchb
Message:
Version, context, etc. fixups to build OpenSSH on Fedora 11
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc11-dev/server/fedora/specs/openssh.spec.patch

    r926 r1143  
    1 --- openssh.spec.orig   2009-01-01 21:06:01.000000000 -0500
    2 +++ openssh.spec        2009-01-01 22:52:02.000000000 -0500
     1--- openssh.spec.orig   2009-03-13 06:35:08.000000000 -0400
     2+++ openssh.spec        2009-06-03 03:45:34.000000000 -0400
    33@@ -63,7 +63,7 @@
    4  Summary: The OpenSSH implementation of SSH protocol versions 1 and 2
     4 Summary: An open source implementation of SSH protocol versions 1 and 2
    55 Name: openssh
    6  Version: 5.1p1
    7 -Release: 3%{?dist}%{?rescue_rel}
    8 +Release: 3%{?dist}%{?rescue_rel}.scripts.%{scriptsversion}
     6 Version: 5.2p1
     7-Release: 2%{?dist}%{?rescue_rel}
     8+Release: 2%{?dist}%{?rescue_rel}.scripts.%{scriptsversion}
    99 URL: http://www.openssh.com/portable.html
    1010 #Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
     
    1515 Source3: sshd.init
    1616+Patch1000: openssh-5.0p1-multihomed.patch
    17  Patch0: openssh-5.1p1-redhat.patch
     17 Patch0: openssh-5.2p1-redhat.patch
    1818 Patch2: openssh-5.1p1-skip-initial.patch
    1919 Patch3: openssh-3.8.1p1-krb5-config.patch
    20 @@ -159,6 +160,7 @@
     20@@ -160,6 +161,7 @@
    2121 Requires(post): chkconfig >= 0.9, /sbin/service
    2222 Requires(pre): /usr/sbin/useradd
     
    2626 %package askpass
    2727 Summary: A passphrase dialog for OpenSSH and X
    28 @@ -232,6 +234,8 @@
    29  %patch63 -p1 -b .bannerlen
    30  %patch64 -p1 -b .compat-sessions
     28@@ -229,6 +231,8 @@
     29 %patch62 -p1 -b .manpage
     30 %patch65 -p1 -b .fips
    3131 
    3232+%patch1000 -p1 -b .multihomed
Note: See TracChangeset for help on using the changeset viewer.