1 |
# $Id: e-smith-openssh.spec,v 1.2 2020/05/03 03:40:54 jpp Exp $ |
# $Id: e-smith-openssh.spec,v 1.3 2020/05/03 07:07:36 jpp 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.6.0 |
%define version 2.6.0 |
7 |
%define release 3 |
%define release 4 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch0: e-smith-openssh-2.6.0-bz10621-bz10937.patch |
Patch0: e-smith-openssh-2.6.0-bz10621-bz10937.patch |
14 |
Patch1: e-smith-openssh-2.6.0-bz9893-autoblock-whitelist.patch |
Patch1: e-smith-openssh-2.6.0-bz9893-autoblock-whitelist.patch |
15 |
|
Patch2: e-smith-openssh-2.6.0-bz10939-denyhosts.patch |
16 |
|
|
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
26 |
AutoReqProv: no |
AutoReqProv: no |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Fri Dec 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
30 |
|
- add support for denyhost [SME: 10939] |
31 |
|
|
32 |
* Sun May 03 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
* Sun May 03 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-3.sme |
33 |
- add Whitelist to AutoBlock using property sshd ValidFrom [SME: 9893] |
- add Whitelist to AutoBlock using property sshd ValidFrom [SME: 9893] |
34 |
|
|
627 |
%setup |
%setup |
628 |
%patch0 -p1 |
%patch0 -p1 |
629 |
%patch1 -p1 |
%patch1 -p1 |
630 |
|
%patch2 -p1 |
631 |
|
|
632 |
%build |
%build |
633 |
perl createlinks |
perl createlinks |