Deleted Added
full compact
openssh.spec (250737) openssh.spec (255670)
1# Default values for additional components
2%define build_x11_askpass 1
3
4# Define the UID/GID to use for privilege separation
5%define sshd_gid 65
6%define sshd_uid 71
7
8# The version of x11-ssh-askpass to use
9%define xversion 1.2.4.1
10
11# Allow the ability to override defaults with -D skip_xxx=1
12%{?skip_x11_askpass:%define build_x11_askpass 0}
13
14Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation
15Name: openssh
1# Default values for additional components
2%define build_x11_askpass 1
3
4# Define the UID/GID to use for privilege separation
5%define sshd_gid 65
6%define sshd_uid 71
7
8# The version of x11-ssh-askpass to use
9%define xversion 1.2.4.1
10
11# Allow the ability to override defaults with -D skip_xxx=1
12%{?skip_x11_askpass:%define build_x11_askpass 0}
13
14Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation
15Name: openssh
16Version: 6.2p2
16Version: 6.3p1
17URL: http://www.openssh.com/
18Release: 1
19Source0: openssh-%{version}.tar.gz
20Source1: x11-ssh-askpass-%{xversion}.tar.gz
21License: BSD
22Group: Productivity/Networking/SSH
23BuildRoot: %{_tmppath}/openssh-%{version}-buildroot
24PreReq: openssl

--- 222 unchanged lines hidden ---
17URL: http://www.openssh.com/
18Release: 1
19Source0: openssh-%{version}.tar.gz
20Source1: x11-ssh-askpass-%{xversion}.tar.gz
21License: BSD
22Group: Productivity/Networking/SSH
23BuildRoot: %{_tmppath}/openssh-%{version}-buildroot
24PreReq: openssl

--- 222 unchanged lines hidden ---