- add a --enable-vendor-patchlevel option which allows a ShowPatchLevel
option to enable display of a vendor patch level during version exchange (#120285) - configure with --disable-strip to build useful debuginfo subpackages
This commit is contained in:
parent
c92dff46d2
commit
8ccaa9f09c
13
openssh.spec
13
openssh.spec
@ -79,7 +79,7 @@
|
|||||||
Summary: The OpenSSH implementation of SSH protocol versions 1 and 2.
|
Summary: The OpenSSH implementation of SSH protocol versions 1 and 2.
|
||||||
Name: openssh
|
Name: openssh
|
||||||
Version: 3.9p1
|
Version: 3.9p1
|
||||||
%define rel 7
|
%define rel 8
|
||||||
%if %{rescue}
|
%if %{rescue}
|
||||||
Release: %{rel}rescue
|
Release: %{rel}rescue
|
||||||
%else
|
%else
|
||||||
@ -95,6 +95,7 @@ Patch0: openssh-3.9p1-redhat.patch
|
|||||||
Patch1: openssh-3.6.1p2-groups.patch
|
Patch1: openssh-3.6.1p2-groups.patch
|
||||||
Patch2: openssh-3.8.1p1-skip-initial.patch
|
Patch2: openssh-3.8.1p1-skip-initial.patch
|
||||||
Patch3: openssh-3.8.1p1-krb5-config.patch
|
Patch3: openssh-3.8.1p1-krb5-config.patch
|
||||||
|
Patch4: openssh-3.9p1-vendor.patch
|
||||||
Patch12: openssh-selinux.patch
|
Patch12: openssh-selinux.patch
|
||||||
Patch20: openssh-3.8p1-gssapimitm.patch
|
Patch20: openssh-3.8p1-gssapimitm.patch
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -221,6 +222,7 @@ environment.
|
|||||||
%patch1 -p1 -b .groups
|
%patch1 -p1 -b .groups
|
||||||
%patch2 -p1 -b .skip-initial
|
%patch2 -p1 -b .skip-initial
|
||||||
%patch3 -p1 -b .krb5-config
|
%patch3 -p1 -b .krb5-config
|
||||||
|
%patch4 -p1 -b .vendor
|
||||||
|
|
||||||
%if %{WITH_SELINUX}
|
%if %{WITH_SELINUX}
|
||||||
#SELinux
|
#SELinux
|
||||||
@ -229,7 +231,7 @@ environment.
|
|||||||
|
|
||||||
#%patch20 -p0 -b .gssapimitm
|
#%patch20 -p0 -b .gssapimitm
|
||||||
|
|
||||||
autoconf
|
autoreconf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
|
CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
|
||||||
@ -270,6 +272,8 @@ fi
|
|||||||
--with-default-path=/usr/local/bin:/bin:/usr/bin \
|
--with-default-path=/usr/local/bin:/bin:/usr/bin \
|
||||||
--with-superuser-path=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin \
|
--with-superuser-path=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin \
|
||||||
--with-privsep-path=%{_var}/empty/sshd \
|
--with-privsep-path=%{_var}/empty/sshd \
|
||||||
|
--enable-vendor-patchlevel="FC-%{version}-%{release}" \
|
||||||
|
--disable-strip \
|
||||||
%if %{scard}
|
%if %{scard}
|
||||||
--with-smartcard \
|
--with-smartcard \
|
||||||
%endif
|
%endif
|
||||||
@ -494,6 +498,11 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 4 2004 Nalin Dahyabhai <nalin@redhat.com> 3.9p1-8
|
||||||
|
- add a --enable-vendor-patchlevel option which allows a ShowPatchLevel option
|
||||||
|
to enable display of a vendor patch level during version exchange (#120285)
|
||||||
|
- configure with --disable-strip to build useful debuginfo subpackages
|
||||||
|
|
||||||
* Mon Sep 20 2004 Bill Nottingham <notting@redhat.com> 3.9p1-7
|
* Mon Sep 20 2004 Bill Nottingham <notting@redhat.com> 3.9p1-7
|
||||||
- when using gtk2 for askpass, don't buildprereq gnome-libs-devel
|
- when using gtk2 for askpass, don't buildprereq gnome-libs-devel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user