1 |
# $Id: smeserver-denyhosts.spec,v 1.8 2022/07/30 18:00:24 brianr Exp $ |
# $Id: smeserver-denyhosts.spec,v 1.9 2022/07/30 18:28:07 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 19 |
%define release 20 |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
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 |
Patch7: smeserver-denyhosts-2.9-bz12003-backup.patch |
23 |
|
Patch8: smeserver-denyhosts-2.9-locale-2024-09-04.patch |
24 |
|
|
25 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
26 |
BuildArch: noarch |
BuildArch: noarch |
44 |
%patch5 -p1 |
%patch5 -p1 |
45 |
%patch6 -p1 |
%patch6 -p1 |
46 |
%patch7 -p1 |
%patch7 -p1 |
47 |
|
%patch8 -p1 |
48 |
|
|
49 |
%build |
%build |
50 |
/usr/bin/perl createlinks |
/usr/bin/perl createlinks |
65 |
touch /etc/hosts.deny_ssh |
touch /etc/hosts.deny_ssh |
66 |
|
|
67 |
%changelog |
%changelog |
68 |
|
* Wed Sep 04 2024 Terry Fage <terry@fage.id.au> 2.9-20.sme |
69 |
|
- apply locale 2024-09-04.patch |
70 |
|
|
71 |
* Sat Jul 30 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.9-19.sme |
* Sat Jul 30 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.9-19.sme |
72 |
- add Provides perl(esmith::FormMagick::Panel::denyhosts) |
- add Provides perl(esmith::FormMagick::Panel::denyhosts) |
73 |
|
|