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 10 |
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
26 |
AutoReqProv: no |
AutoReqProv: no |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Tue Oct 23 2007 Charlie Brady <charlie_brady@mitel.com> 1.12.0-10 |
30 |
|
- Prevent rkhunter false positive if ssh is disabled but |
31 |
|
PermitRootLogin is enabled in config. [SME: 166] |
32 |
|
|
33 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
34 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
35 |
|
|
572 |
%patch2 -p1 |
%patch2 -p1 |
573 |
%patch3 -p1 |
%patch3 -p1 |
574 |
%patch4 -p1 |
%patch4 -p1 |
575 |
|
%patch5 -p1 |
576 |
|
|
577 |
%build |
%build |
578 |
for i in console-save \ |
for i in console-save \ |