1 |
# $Id: smeserver-denyhosts.spec,v 1.4 2021/03/15 21:26:42 jpp Exp $ |
# $Id: smeserver-denyhosts.spec,v 1.5 2021/08/21 21:22:08 terryfage Exp $ |
2 |
# Authority: unnilennium |
# Authority: unnilennium |
3 |
# Name: Jean-Philippe Pialasse |
# Name: Jean-Philippe Pialasse |
4 |
|
|
5 |
Summary: smeserver-denyhosts |
Summary: smeserver-denyhosts |
6 |
%define name smeserver-denyhosts |
%define name smeserver-denyhosts |
7 |
%define version 2.9 |
%define version 2.9 |
8 |
%define release 15 |
%define release 16 |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
18 |
Patch3: smeserver-denyhosts-2.9-locale-2019-12-07.patch |
Patch3: smeserver-denyhosts-2.9-locale-2019-12-07.patch |
19 |
Patch4: smeserver-denyhosts-2.9-sme10Initial.patch |
Patch4: smeserver-denyhosts-2.9-sme10Initial.patch |
20 |
Patch5: smeserver-denyhosts-2.9-locale-2021-08-21.patch |
Patch5: smeserver-denyhosts-2.9-locale-2021-08-21.patch |
21 |
|
Patch6: smeserver-denyhosts-2.9-bz11804.patch |
22 |
|
|
23 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
24 |
BuildArch: noarch |
BuildArch: noarch |
39 |
%patch3 -p1 |
%patch3 -p1 |
40 |
%patch4 -p1 |
%patch4 -p1 |
41 |
%patch5 -p1 |
%patch5 -p1 |
42 |
|
%patch6 -p1 |
43 |
|
|
44 |
%build |
%build |
45 |
/usr/bin/perl createlinks |
/usr/bin/perl createlinks |
60 |
touch /etc/hosts.deny_ssh |
touch /etc/hosts.deny_ssh |
61 |
|
|
62 |
%changelog |
%changelog |
63 |
|
* Thu Dec 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.9-16.sme |
64 |
|
- fix log path [SME: 11804] |
65 |
|
- fix multiple rpm owner [SME: 11677] |
66 |
|
|
67 |
* Sun Aug 22 2021 Terry Fage <terry.fage@gmail.com> 2.9-15.sme |
* Sun Aug 22 2021 Terry Fage <terry.fage@gmail.com> 2.9-15.sme |
68 |
- apply locale 2021-08-21 patch |
- apply locale 2021-08-21 patch |
69 |
|
|