source: server/fedora/specs/openssh.spec.patch @ 996

Last change on this file since 996 was 926, checked in by quentin, 15 years ago
Use an RPM macro instead of sed to specify package versions
File size: 1.1 KB
RevLine 
[925]1--- openssh.spec.orig   2009-01-01 21:06:01.000000000 -0500
[926]2+++ openssh.spec        2009-01-01 22:52:02.000000000 -0500
3@@ -63,7 +63,7 @@
4 Summary: The OpenSSH implementation of SSH protocol versions 1 and 2
5 Name: openssh
6 Version: 5.1p1
7-Release: 3%{?dist}%{?rescue_rel}
8+Release: 3%{?dist}%{?rescue_rel}.scripts.%{scriptsversion}
9 URL: http://www.openssh.com/portable.html
10 #Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
11 #Source1: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz.asc
[760]12@@ -74,6 +74,7 @@
13 Source1: openssh-nukeacss.sh
14 Source2: sshd.pam
15 Source3: sshd.init
16+Patch1000: openssh-5.0p1-multihomed.patch
[871]17 Patch0: openssh-5.1p1-redhat.patch
18 Patch2: openssh-5.1p1-skip-initial.patch
[760]19 Patch3: openssh-3.8.1p1-krb5-config.patch
[925]20@@ -159,6 +160,7 @@
21 Requires(post): chkconfig >= 0.9, /sbin/service
22 Requires(pre): /usr/sbin/useradd
23 Requires: pam >= 1.0.1-3
24+Provides: scripts-openssh-server
[760]25 
[925]26 %package askpass
27 Summary: A passphrase dialog for OpenSSH and X
28@@ -232,6 +234,8 @@
29 %patch63 -p1 -b .bannerlen
30 %patch64 -p1 -b .compat-sessions
31 
[437]32+%patch1000 -p1 -b .multihomed
[760]33+
[437]34 autoreconf
35 
[760]36 %build
Note: See TracBrowser for help on using the repository browser.