Accepting request 33756 from Base:System
Copy from Base:System/openssh based on submit request 33756 from user coolo OBS-URL: https://build.opensuse.org/request/show/33756 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=37
This commit is contained in:
parent
fa8733f484
commit
3ef1aa95e8
@ -23,7 +23,7 @@ BuildRequires: gtk2-devel krb5-devel opensc-devel openssh openssl-devel pam-dev
|
||||
License: BSD3c(or similar)
|
||||
Group: Productivity/Networking/SSH
|
||||
Version: 5.2p1
|
||||
Release: 11
|
||||
Release: 12
|
||||
Requires: openssh = %{version} openssh-askpass = %{version}
|
||||
AutoReqProv: on
|
||||
Summary: A GNOME-Based Passphrase Dialog for OpenSSH
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 2 09:09:18 UTC 2010 - coolo@novell.com
|
||||
|
||||
- do not use paths at all, but prereq packages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 27 20:35:01 UTC 2010 - aj@suse.de
|
||||
|
||||
|
50
openssh.spec
50
openssh.spec
@ -32,11 +32,11 @@ BuildRequires: libselinux-devel
|
||||
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
|
||||
PreReq: pwdutils %insserv_prereq %fillup_prereq coreutils permissions
|
||||
Conflicts: nonfreessh
|
||||
AutoReqProv: on
|
||||
Version: 5.2p1
|
||||
Release: 11
|
||||
Release: 12
|
||||
%define xversion 1.2.4.1
|
||||
Summary: Secure Shell Client and Server (Remote Login Program)
|
||||
Url: http://www.openssh.com/
|
||||
@ -88,57 +88,11 @@ hosts over an insecure network.
|
||||
xorg-x11 (X Window System) connections and arbitrary TCP/IP ports can
|
||||
also be forwarded over the secure channel.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Aaron Campbell
|
||||
Bob Beck
|
||||
Markus Friedl
|
||||
Niels Provos
|
||||
Theo de Raadt
|
||||
Dug Song
|
||||
Ben Taylor <bent@clark.net>
|
||||
Chip Salzenberg <chip@valinux.com>
|
||||
Chris Saia <csaia@wtower.com>
|
||||
Dan Brosemer <odin@linuxfreak.com>
|
||||
Jim Knoble <jmknoble@pobox.com>
|
||||
Marc G. Fournier <marc.fournier@acadiau.ca>
|
||||
Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
|
||||
Niels Kristian Bech Jensen <nkbj@image.dk>
|
||||
Phil Hands <phil@hands.com>
|
||||
Thomas Neumann <tom@smart.ruhr.de>
|
||||
Tudor Bosman <tudorb@jm.nu>
|
||||
Damien Miller <djm@ibs.com.au>
|
||||
|
||||
%description askpass
|
||||
Ssh (Secure Shell) is a program for logging into a remote machine and
|
||||
for executing commands on a remote machine. This package contains an X
|
||||
Window System passphrase dialog for OpenSSH.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Aaron Campbell
|
||||
Bob Beck
|
||||
Markus Friedl
|
||||
Niels Provos
|
||||
Theo de Raadt
|
||||
Dug Song
|
||||
Ben Taylor <bent@clark.net>
|
||||
Chip Salzenberg <chip@valinux.com>
|
||||
Chris Saia <csaia@wtower.com>
|
||||
Dan Brosemer <odin@linuxfreak.com>
|
||||
Jim Knoble <jmknoble@pobox.com>
|
||||
Marc G. Fournier <marc.fournier@acadiau.ca>
|
||||
Nalin Dahyabhai <nalin.dahyabhai@pobox.com>
|
||||
Niels Kristian Bech Jensen <nkbj@image.dk>
|
||||
Phil Hands <phil@hands.com>
|
||||
Thomas Neumann <tom@smart.ruhr.de>
|
||||
Tudor Bosman <tudorb@jm.nu>
|
||||
Damien Miller <djm@ibs.com.au>
|
||||
|
||||
%define prefix /usr
|
||||
|
||||
%prep
|
||||
|
Loading…
Reference in New Issue
Block a user