1 |
# $Id: e-smith-openssh.spec,v 1.5 2020/12/11 20:41:42 jpp Exp $ |
# $Id: e-smith-openssh.spec,v 1.6 2020/12/11 20:42:24 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 4 |
%define release 5 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch2: e-smith-openssh-2.6.0-bz10939-denyhosts.patch |
16 |
Patch3: e-smith-openssh-2.6.0-bz11147-bz11109-systemd-update.patch |
Patch3: e-smith-openssh-2.6.0-bz11147-bz11109-systemd-update.patch |
17 |
|
Patch4: e-smith-openssh-2.6.0-bz11359.patch |
18 |
|
|
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
28 |
AutoReqProv: no |
AutoReqProv: no |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Thu Feb 18 2021 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-5.sme |
32 |
|
- increase default host key size [SME: 11359] |
33 |
|
|
34 |
* Fri Dec 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
* Fri Dec 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme |
35 |
- add support for denyhost [SME: 10939] |
- add support for denyhost [SME: 10939] |
36 |
- move sshd to systemd [SME: 11109] |
- move sshd to systemd [SME: 11109] |
638 |
%patch2 -p1 |
%patch2 -p1 |
639 |
%patch3 -p1 |
%patch3 -p1 |
640 |
rm -rf root/var/service root/service |
rm -rf root/var/service root/service |
641 |
|
%patch4 -p1 |
642 |
|
|
643 |
%build |
%build |
644 |
perl createlinks |
perl createlinks |