new snapshot 20150224
This commit is contained in:
parent
5954d73faa
commit
0448100670
17
openssh.spec
17
openssh.spec
@ -15,18 +15,18 @@
|
||||
# rpm -ba|--rebuild --define 'skip_xxx 1'
|
||||
%{?skip_gnome_askpass:%global no_gnome_askpass 1}
|
||||
|
||||
%define openssh_ver 6.7p1
|
||||
%define openssh_rel 1
|
||||
%define snap 20140908
|
||||
%define openssh_ver 6.8p1
|
||||
%define openssh_rel 0
|
||||
%define snap 20150224
|
||||
|
||||
Summary: An open source implementation of SSH protocol versions 1 and 2
|
||||
Name: openssh
|
||||
Version: %{openssh_ver}
|
||||
Release: %{openssh_rel}%{?dist}
|
||||
Release: %{openssh_rel}.%{snap}%{?dist}
|
||||
URL: http://www.openssh.com/portable.html
|
||||
#URL1: http://pamsshagentauth.sourceforge.net
|
||||
Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
|
||||
#Source0: http://www.mindrot.org/openssh_snap/openssh-SNAP-%{snap}.tar.gz
|
||||
#Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
|
||||
Source0: http://www.mindrot.org/openssh_snap/openssh-SNAP-%{snap}.tar.gz
|
||||
#Source1: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz.asc
|
||||
Source2: sshd.pam
|
||||
Source3: sshd.init
|
||||
@ -142,7 +142,7 @@ into and executing commands on a remote machine. This package contains
|
||||
an X11 passphrase dialog for OpenSSH.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n openssh
|
||||
|
||||
%build
|
||||
# the -fvisibility=hidden is needed for clean build of the pam_ssh_agent_auth
|
||||
@ -382,6 +382,9 @@ getent passwd sshd >/dev/null || \
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 24 2015 Jakub Jelen <jjelen@redhat.com> 6.8p1-1.20150224
|
||||
- new SNAP of 6.8 version
|
||||
|
||||
* Thu Jan 08 2015 Petr Lautrbach <plautrba@redhat.com> 6.7p1-1
|
||||
- new upstream release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user