1 |
# $Id: e-smith-openssh.spec,v 1.5 2010/11/26 20:56:38 wellsi Exp $ |
# $Id: e-smith-openssh.spec,v 1.8 2014/04/07 12:51:11 charliebrady Exp $ |
2 |
|
|
3 |
Summary: e-smith module to configure and enable ssh |
Summary: e-smith module to configure and enable ssh |
4 |
%define name e-smith-openssh |
%define name e-smith-openssh |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.2.0 |
%define version 2.2.0 |
7 |
%define release 5 |
%define release 8 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
14 |
Patch1: e-smith-openssh-2.2.0-sshConfig.patch |
Patch1: e-smith-openssh-2.2.0-sshConfig.patch |
15 |
Patch2: e-smith-openssh-2.2.0-obsolete-KeepAlive.patch |
Patch2: e-smith-openssh-2.2.0-obsolete-KeepAlive.patch |
16 |
Patch3: e-smith-openssh-2.2.0-ClientAliveParameters.patch |
Patch3: e-smith-openssh-2.2.0-ClientAliveParameters.patch |
17 |
|
Patch4: e-smith-openssh-2.2.0-ssh_autoblock.patch |
18 |
|
Patch5: e-smith-openssh-2.2.0-ssh_printmotd.bz8972.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 |
|
* Fri Jul 3 2015 stephane de labrusse <stephdl@de-labrusse.fr> 2.2.0-8.sme |
32 |
|
- enabled the motd message [SME: 8972] |
33 |
|
- Code done by John Crisp <jcrisp@safeandsoundit.co.uk> and |
34 |
|
- Stefano Zamboni <zamboni@mind-at-work.it> |
35 |
|
|
36 |
|
* Mon Apr 7 2014 Charlie Brady <charlie_brady@mitel.com> 2.2.0-7.sme |
37 |
|
- Avoid uninitialized variable warning from last update. [SME: 8257] |
38 |
|
|
39 |
|
* Sat Apr 5 2014 Chris Burnat <devlist@burnat.com> 2.2.0-6.sme |
40 |
|
- Add ssh-autoblock for external interface - patch by Chris Maltby [SME: 8257] |
41 |
|
|
42 |
* Tue Mar 1 2011 Jonathan Martens <smesevrer-contribs@snetram.nl> 2.2.0-5.sme |
* Tue Mar 1 2011 Jonathan Martens <smesevrer-contribs@snetram.nl> 2.2.0-5.sme |
43 |
- Obsolete KeepAlive and replace ClientAliveInterval and ClientAliveCountMax [SME: 6380] |
- Obsolete KeepAlive and replace ClientAliveInterval and ClientAliveCountMax [SME: 6380] |
44 |
|
|
608 |
%patch1 -p1 |
%patch1 -p1 |
609 |
%patch2 -p1 |
%patch2 -p1 |
610 |
%patch3 -p1 |
%patch3 -p1 |
611 |
|
%patch4 -p1 |
612 |
|
%patch5 -p1 |
613 |
|
|
614 |
%build |
%build |
615 |
for i in console-save \ |
for i in console-save \ |