1 |
# $Id: smeserver-denyhosts.spec,v 1.5 2021/08/21 21:22:08 terryfage Exp $ |
# $Id: smeserver-denyhosts.spec,v 1.6 2021/12/09 05:54:54 jpp 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 16 |
%define release 17 |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
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 |
Patch6: smeserver-denyhosts-2.9-bz11804.patch |
22 |
|
Patch7: smeserver-denyhosts-2.9-bz12003-backup.patch |
23 |
|
|
24 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
25 |
BuildArch: noarch |
BuildArch: noarch |
41 |
%patch4 -p1 |
%patch4 -p1 |
42 |
%patch5 -p1 |
%patch5 -p1 |
43 |
%patch6 -p1 |
%patch6 -p1 |
44 |
|
%patch7 -p1 |
45 |
|
|
46 |
%build |
%build |
47 |
/usr/bin/perl createlinks |
/usr/bin/perl createlinks |
62 |
touch /etc/hosts.deny_ssh |
touch /etc/hosts.deny_ssh |
63 |
|
|
64 |
%changelog |
%changelog |
65 |
|
* Fri Jul 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.9-17.sme |
66 |
|
- add to core backup [SME: 12003] |
67 |
|
|
68 |
* Thu Dec 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.9-16.sme |
* Thu Dec 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.9-16.sme |
69 |
- fix log path [SME: 11804] |
- fix log path [SME: 11804] |
70 |
- fix multiple rpm owner [SME: 11677] |
- fix multiple rpm owner [SME: 11677] |