/[smecontribs]/rpms/smeserver-denyhosts/contribs9/smeserver-denyhosts.spec
ViewVC logotype

Contents of /rpms/smeserver-denyhosts/contribs9/smeserver-denyhosts.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.10 - (show annotations) (download)
Mon Feb 6 17:01:42 2017 UTC (7 years, 3 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-denyhosts-2_9-7_el6_sme
Changes since 1.9: +7 -2 lines
* Mon Feb 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.9-7.sme
- fix removing from whitelist does not remove the desired IP but a random one [SME: 10076]

1 # $Id: smeserver-denyhosts.spec,v 1.9 2015/03/31 13:40:22 unnilennium Exp $
2 # Authority: unnilennium
3 # Name: Jean-Philippe Pialasse
4
5 Summary: smeserver-denyhosts
6 %define name smeserver-denyhosts
7 %define version 2.9
8 %define release 7
9 Name: %{name}
10 Version: %{version}
11 Release: %{release}%{?dist}
12 License: GPL
13 Group: Applications/System
14 Source: %{name}-%{version}.tgz
15 Patch0: smeserver-denyhosts-2.9-regexpatch.patch
16 Patch1: smeserver-denyhosts-2.9-bz10076-wrongIPremovedfromWL.patch
17 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
18 BuildArch: noarch
19 BuildRequires: e-smith-devtools >= 1.13.1-03
20 Requires: smeserver-release >= 8.0
21 Requires: denyhosts >= 2.6-20
22 Requires: e-smith-formmagick >= 1.4.0-12
23
24 %description
25 Integration package to mesh denyhosts with SME Server.
26
27 %prep
28 %setup
29 %patch0 -p1
30 %patch1 -p1
31
32 %build
33 /usr/bin/perl createlinks
34
35 %install
36 /bin/rm -rf $RPM_BUILD_ROOT
37 (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
38 /bin/rm -f %{name}-%{version}-filelist
39 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
40
41 %files -f %{name}-%{version}-filelist
42 %defattr(-,root,root,-)
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %post
48 touch /etc/hosts.deny_ssh
49
50 %changelog
51 * Mon Feb 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.9-7.sme
52 - fix removing from whitelist does not remove the desired IP but a random one [SME: 10076]
53
54 * Mon Mar 30 2015 JP Pialasse <tests@pialasse.com> 2.9-6.sme
55 - fixed non working REGEX [SME: 8894]
56 - fixed should isntall epel version not repoforge [SME: 8892]
57
58 * Sun Mar 29 2015 JP Pialasse <tests@pialasse.com> 2.9-1.sme
59 - fixed path to perl modules
60
61 * Mon Jun 16 2014 JP Pialasse <tests@pialasse.com> 2.8-1.sme
62 - initial import to SME9 contribs
63
64 * Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 2.7-2.sme
65 - apply locale 2013-07-14 patch
66
67 * Sun Jun 3 2012 JP PIALASSE tests@pialasse.com 2.7-1.sme
68 - Initial version

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed