1 |
# $Id: smeserver-denyhosts.spec,v 1.5 2016/11/23 21:31:53 unnilennium Exp $ |
# $Id: smeserver-denyhosts.spec,v 1.6 2016/11/23 22:39:07 unnilennium 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.8 |
%define version 2.8 |
8 |
%define release 4 |
%define release 5 |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
13 |
Group: Applications/System |
Group: Applications/System |
14 |
Source: %{name}-%{version}.tgz |
Source: %{name}-%{version}.tgz |
15 |
Patch0: smeserver-denyhosts-2.8-regexpatch.patch |
Patch0: smeserver-denyhosts-2.8-regexpatch.patch |
16 |
|
Patch1: smeserver-denyhosts-2.8-bz10076-wrongIPremovedfromWL.patch |
17 |
#REM contribs9 Patch0: smeserver-denyhosts-2.8-locale-2013-07-14.patch |
#REM contribs9 Patch0: smeserver-denyhosts-2.8-locale-2013-07-14.patch |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildArch: noarch |
BuildArch: noarch |
28 |
%prep |
%prep |
29 |
%setup |
%setup |
30 |
%patch0 -p1 |
%patch0 -p1 |
31 |
|
%patch1 -p1 |
32 |
|
|
33 |
%build |
%build |
34 |
/usr/bin/perl createlinks |
/usr/bin/perl createlinks |
49 |
touch /etc/hosts.deny_ssh |
touch /etc/hosts.deny_ssh |
50 |
|
|
51 |
%changelog |
%changelog |
52 |
|
* Mon Feb 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.8-5.sme |
53 |
|
- fix removing from whitelist does not remove the desired IP but a random one [SME: 10076] |
54 |
|
|
55 |
* Wed Nov 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8-4.sme |
* Wed Nov 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8-4.sme |
56 |
- fix [SME: 9877] |
- fix [SME: 9877] |
57 |
- fix regex issue import from SME9 |
- fix regex issue import from SME9 |