Accepting request 27417 from Base:System

Copy from Base:System/openssh based on submit request 27417 from user coolo

OBS-URL: https://build.opensuse.org/request/show/27417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=34
This commit is contained in:
OBS User autobuild 2009-12-26 12:41:05 +00:00 committed by Git OBS Bridge
parent 15cde4354f
commit a8b412a80b
3 changed files with 13 additions and 6 deletions

View File

@ -20,10 +20,10 @@
Name: openssh-askpass-gnome
BuildRequires: gtk2-devel krb5-devel opensc-devel openssh openssl-devel pam-devel tcpd-devel update-desktop-files
License: BSD 3-clause (or similar)
License: BSD3c(or similar)
Group: Productivity/Networking/SSH
Version: 5.2p1
Release: 8
Release: 9
Requires: openssh = %{version} openssh-askpass = %{version}
AutoReqProv: on
Summary: A GNOME-Based Passphrase Dialog for OpenSSH

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Dec 15 11:04:00 CET 2009 - jengelh@medozas.de
- select large PIE for SPARC, it is required to avoid
"relocation truncated to fit: R_SPARC_GOT13 against symbol xyz
defined in COMMON section in sshd.o"
-------------------------------------------------------------------
Mon Sep 21 14:40:51 CEST 2009 - anicka@suse.cz

View File

@ -29,14 +29,14 @@ Name: openssh
%endif
BuildRequires: audit-devel krb5-devel opensc-devel openssl-devel pam-devel tcpd-devel xorg-x11-devel
BuildRequires: libselinux-devel
License: BSD 3-clause (or similar) ; MIT License (or similar)
License: BSD3c(or similar) ; MIT License (or similar)
Group: Productivity/Networking/SSH
Requires: /bin/netstat
PreReq: /usr/sbin/groupadd /usr/sbin/useradd %insserv_prereq %fillup_prereq /bin/mkdir /bin/cat permissions
Conflicts: nonfreessh
AutoReqProv: on
Version: 5.2p1
Release: 8
Release: 9
%define xversion 1.2.4.1
Summary: Secure Shell Client and Server (Remote Login Program)
Url: http://www.openssh.com/
@ -73,7 +73,7 @@ Patch49: %{name}-%{version}-homechroot.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%package askpass
License: BSD 3-clause (or similar) ; MIT License (or similar)
License: BSD3c(or similar) ; MIT License (or similar)
Summary: A passphrase dialog for OpenSSH and the X Window System
Requires: openssh = %{version}
Provides: openssh:/usr/%_lib/ssh/ssh-askpass
@ -180,7 +180,7 @@ export SUSE_ASNEEDED=0
aclocal
autoheader
autoconf
%ifarch s390 s390x
%ifarch s390 s390x %sparc
PIEFLAGS="-fPIE"
%else
PIEFLAGS="-fpie"