2 |
%define name e-smith-openssh |
%define name e-smith-openssh |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.12.0 |
%define version 1.12.0 |
5 |
%define release 9 |
%define release 13 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
13 |
Patch2: e-smith-openssh-1.12.0-UsePAM.patch |
Patch2: e-smith-openssh-1.12.0-UsePAM.patch |
14 |
Patch3: e-smith-openssh-1.12.0-SSHPort.patch |
Patch3: e-smith-openssh-1.12.0-SSHPort.patch |
15 |
Patch4: e-smith-openssh-1.12.0-sftpserver.patch |
Patch4: e-smith-openssh-1.12.0-sftpserver.patch |
16 |
|
Patch5: e-smith-openssh-1.12.0-disabled_false_positive.patch |
17 |
|
Patch6: e-smith-openssh-1.12.0-rootkey.patch |
18 |
|
Patch7: e-smith-openssh-1.12.0-remove.sshconfig.patch |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
28 |
AutoReqProv: no |
AutoReqProv: no |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.12.0-13 |
32 |
|
- Remove template fragments for /root/.ssh/config [SME: 513] |
33 |
|
|
34 |
|
* Tue Dec 18 2007 Shad L. Lords <slords@mail.com> 1.12.0-12 |
35 |
|
- Actually apply previous patch [SME: 3678] |
36 |
|
|
37 |
|
* Mon Dec 17 2007 Shad L. Lords <slords@mail.com> 1.12.0-11 |
38 |
|
- Allow root to be key based login only [SME: 3678] |
39 |
|
|
40 |
|
* Tue Oct 23 2007 Charlie Brady <charlie_brady@mitel.com> 1.12.0-10 |
41 |
|
- Prevent rkhunter false positive if ssh is disabled but |
42 |
|
PermitRootLogin is enabled in config. [SME: 166] |
43 |
|
|
44 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
45 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
46 |
|
|
583 |
%patch2 -p1 |
%patch2 -p1 |
584 |
%patch3 -p1 |
%patch3 -p1 |
585 |
%patch4 -p1 |
%patch4 -p1 |
586 |
|
%patch5 -p1 |
587 |
|
%patch6 -p1 |
588 |
|
%patch7 -p1 |
589 |
|
|
590 |
%build |
%build |
591 |
for i in console-save \ |
for i in console-save \ |