forked from pool/openssh
This commit is contained in:
parent
694477d5ac
commit
846c68acde
@ -20,10 +20,10 @@
|
|||||||
|
|
||||||
Name: openssh-askpass-gnome
|
Name: openssh-askpass-gnome
|
||||||
BuildRequires: gtk2-devel krb5-devel opensc-devel openssh openssl-devel pam-devel tcpd-devel update-desktop-files
|
BuildRequires: gtk2-devel krb5-devel opensc-devel openssh openssl-devel pam-devel tcpd-devel update-desktop-files
|
||||||
License: BSD 3-Clause
|
License: BSD 3-clause (or similar)
|
||||||
Group: Productivity/Networking/SSH
|
Group: Productivity/Networking/SSH
|
||||||
Version: 5.2p1
|
Version: 5.2p1
|
||||||
Release: 3
|
Release: 4
|
||||||
Requires: openssh = %{version} openssh-askpass = %{version}
|
Requires: openssh = %{version} openssh-askpass = %{version}
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: A GNOME-Based Passphrase Dialog for OpenSSH
|
Summary: A GNOME-Based Passphrase Dialog for OpenSSH
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
- disable as-needed for this package as it fails to build with it
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 26 11:56:20 CEST 2009 - anicka@suse.cz
|
Tue May 26 11:56:20 CEST 2009 - anicka@suse.cz
|
||||||
|
|
||||||
|
11
openssh.spec
11
openssh.spec
@ -29,7 +29,7 @@ Name: openssh
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: audit-devel krb5-devel opensc-devel openssl-devel pam-devel tcpd-devel xorg-x11-devel
|
BuildRequires: audit-devel krb5-devel opensc-devel openssl-devel pam-devel tcpd-devel xorg-x11-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
License: BSD 3-Clause; X11/MIT
|
License: BSD 3-clause (or similar) ; MIT License (or similar)
|
||||||
Group: Productivity/Networking/SSH
|
Group: Productivity/Networking/SSH
|
||||||
Obsoletes: ssh
|
Obsoletes: ssh
|
||||||
Provides: ssh
|
Provides: ssh
|
||||||
@ -38,7 +38,7 @@ PreReq: /usr/sbin/groupadd /usr/sbin/useradd %insserv_prereq %fillup_pr
|
|||||||
Conflicts: nonfreessh
|
Conflicts: nonfreessh
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 5.2p1
|
Version: 5.2p1
|
||||||
Release: 3
|
Release: 4
|
||||||
%define xversion 1.2.4.1
|
%define xversion 1.2.4.1
|
||||||
Summary: Secure Shell Client and Server (Remote Login Program)
|
Summary: Secure Shell Client and Server (Remote Login Program)
|
||||||
Url: http://www.openssh.com/
|
Url: http://www.openssh.com/
|
||||||
@ -74,7 +74,7 @@ Patch48: %{name}-%{version}-forwards.diff
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%package askpass
|
%package askpass
|
||||||
License: BSD 3-Clause; X11/MIT
|
License: BSD 3-clause (or similar) ; MIT License (or similar)
|
||||||
Summary: A passphrase dialog for OpenSSH and the X Window System
|
Summary: A passphrase dialog for OpenSSH and the X Window System
|
||||||
Requires: openssh = %{version}
|
Requires: openssh = %{version}
|
||||||
Provides: openssh:/usr/%_lib/ssh/ssh-askpass
|
Provides: openssh:/usr/%_lib/ssh/ssh-askpass
|
||||||
@ -168,6 +168,9 @@ cd ../x11-ssh-askpass-%{xversion}
|
|||||||
%patch12
|
%patch12
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# This package failed when testing with -Wl,-as-needed being default.
|
||||||
|
# So we disable it here, if you want to retest, just delete this comment and the line below.
|
||||||
|
export SUSE_ASNEEDED=0
|
||||||
%if "%{_prefix}" != "/usr/X11R6"
|
%if "%{_prefix}" != "/usr/X11R6"
|
||||||
for i in configure.ac Makefile.in pathnames.h ssh_config.0 ssh_config.5 sshd_config.0 sshd_config.5 ; do
|
for i in configure.ac Makefile.in pathnames.h ssh_config.0 ssh_config.5 sshd_config.0 sshd_config.5 ; do
|
||||||
sed -i -e 's@%{_prefix}@/usr@g' $i
|
sed -i -e 's@%{_prefix}@/usr@g' $i
|
||||||
@ -305,6 +308,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%_appdefdir/SshAskpass
|
%_appdefdir/SshAskpass
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 19 2009 coolo@novell.com
|
||||||
|
- disable as-needed for this package as it fails to build with it
|
||||||
* Tue May 26 2009 anicka@suse.cz
|
* Tue May 26 2009 anicka@suse.cz
|
||||||
- disable -f in startproc to calm the warning (bnc#506831)
|
- disable -f in startproc to calm the warning (bnc#506831)
|
||||||
* Thu Apr 23 2009 lnussel@suse.de
|
* Thu Apr 23 2009 lnussel@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user