1 |
# $Id: smeserver-denyhosts.spec,v 1.2 2013/07/14 19:39:26 unnilennium Exp $ |
# $Id: smeserver-denyhosts.spec,v 1.3 2014/06/17 17:46:14 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 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 |
|
Patch0: smeserver-denyhosts-2.8-regexpatch.patch |
16 |
#REM contribs9 Patch0: smeserver-denyhosts-2.8-locale-2013-07-14.patch |
#REM contribs9 Patch0: smeserver-denyhosts-2.8-locale-2013-07-14.patch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArch: noarch |
BuildArch: noarch |
26 |
|
|
27 |
%prep |
%prep |
28 |
%setup |
%setup |
29 |
#REM contribs9 %patch0 -p1 |
%patch0 -p1 |
30 |
|
|
31 |
%build |
%build |
32 |
/usr/bin/perl createlinks |
/usr/bin/perl createlinks |
47 |
touch /etc/hosts.deny_ssh |
touch /etc/hosts.deny_ssh |
48 |
|
|
49 |
%changelog |
%changelog |
50 |
|
* Wed Nov 23 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.8-2.sme |
51 |
|
- fix [SME: 9877] |
52 |
|
- fix regex issue import from SME9 |
53 |
|
|
54 |
* Mon Jun 16 2014 JP Pialasse <tests@pialasse.com> 2.8-1.sme |
* Mon Jun 16 2014 JP Pialasse <tests@pialasse.com> 2.8-1.sme |
55 |
- initial import to SME9 contribs |
- new version preparing for SME9 contribs |
56 |
|
|
57 |
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 2.7-2.sme |
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 2.7-2.sme |
58 |
- apply locale 2013-07-14 patch |
- apply locale 2013-07-14 patch |