1 |
# $Id: smeserver-denyhosts.spec,v 1.3 2014/06/17 18:43:54 unnilennium Exp $ |
# $Id: smeserver-denyhosts.spec,v 1.4 2015/03/29 16:53:03 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.9 |
%define version 2.9 |
8 |
%define release 1 |
%define release 2 |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
13 |
Group: Applications/System |
Group: Applications/System |
14 |
Source: %{name}-%{version}.tgz |
Source: %{name}-%{version}.tgz |
15 |
#REM contribs9 Patch0: smeserver-denyhosts-2.8-locale-2013-07-14.patch |
Patch0: smeserver-denyhosts-2.9-regexpatch.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArch: noarch |
BuildArch: noarch |
18 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
19 |
Requires: smeserver-release >= 8.0 |
Requires: smeserver-release >= 8.0 |
20 |
Requires: denyhosts >= 2.6 |
Requires: denyhosts >= 2.6-20 |
21 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
22 |
|
|
23 |
%description |
%description |
25 |
|
|
26 |
%prep |
%prep |
27 |
%setup |
%setup |
28 |
#REM contribs9 %patch0 -p1 |
%patch0 -p1 |
29 |
|
|
30 |
%build |
%build |
31 |
/usr/bin/perl createlinks |
/usr/bin/perl createlinks |
46 |
touch /etc/hosts.deny_ssh |
touch /etc/hosts.deny_ssh |
47 |
|
|
48 |
%changelog |
%changelog |
49 |
|
* Mon Mar 30 2015 JP Pialasse <tests@pialasse.com> 2.9-1.sme |
50 |
|
- fixed non working REGEX [SME: 8894] |
51 |
|
- fixed should isntall epel version not repoforge [SME: 8892] |
52 |
|
|
53 |
* Sun Mar 29 2015 JP Pialasse <tests@pialasse.com> 2.9-1.sme |
* Sun Mar 29 2015 JP Pialasse <tests@pialasse.com> 2.9-1.sme |
54 |
- fixed path to perl modules |
- fixed path to perl modules |
55 |
|
|