don't buildprereq gnome-libs
This commit is contained in:
parent
567e63cdab
commit
c92dff46d2
14
openssh.spec
14
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 6
|
%define rel 7
|
||||||
%if %{rescue}
|
%if %{rescue}
|
||||||
Release: %{rel}rescue
|
Release: %{rel}rescue
|
||||||
%else
|
%else
|
||||||
@ -111,9 +111,14 @@ PreReq: initscripts >= 5.00
|
|||||||
PreReq: initscripts >= 5.20
|
PreReq: initscripts >= 5.20
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if ! %{no_gnome_askpass}
|
||||||
%if %{gtk2}
|
%if %{gtk2}
|
||||||
BuildPreReq: gtk2-devel, xauth
|
BuildPreReq: gtk2-devel, xauth
|
||||||
|
%else
|
||||||
|
BuildPreReq: gnome-libs-devel
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{scard}
|
%if %{scard}
|
||||||
BuildPreReq: sharutils
|
BuildPreReq: sharutils
|
||||||
%endif
|
%endif
|
||||||
@ -130,10 +135,6 @@ BuildPreReq: pam-devel
|
|||||||
BuildPreReq: XFree86-devel
|
BuildPreReq: XFree86-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if ! %{no_gnome_askpass}
|
|
||||||
BuildPreReq: gnome-libs-devel
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if %{kerberos5}
|
%if %{kerberos5}
|
||||||
BuildPreReq: krb5-devel
|
BuildPreReq: krb5-devel
|
||||||
%endif
|
%endif
|
||||||
@ -493,6 +494,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 20 2004 Bill Nottingham <notting@redhat.com> 3.9p1-7
|
||||||
|
- when using gtk2 for askpass, don't buildprereq gnome-libs-devel
|
||||||
|
|
||||||
* Tue Sep 14 2004 Nalin Dahyabhai <nalin@redhat.com> 3.9p1-6
|
* Tue Sep 14 2004 Nalin Dahyabhai <nalin@redhat.com> 3.9p1-6
|
||||||
- build
|
- build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user