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

Diff of /rpms/smeserver-denyhosts/contribs10/smeserver-denyhosts.spec

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

Revision 1.1 by brianr, Fri Oct 23 12:01:51 2020 UTC Revision 1.9 by jpp, Sat Jul 30 18:28:07 2022 UTC
# Line 1  Line 1 
1  # $Id: smeserver-denyhosts.spec,v 1.14 2019/12/07 04:04:07 jpp Exp $  # $Id: smeserver-denyhosts.spec,v 1.8 2022/07/30 18:00:24 brianr 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 11  %define release 19
9  Name: %{name}  Name: %{name}
10  Version: %{version}  Version: %{version}
11  Release: %{release}%{?dist}  Release: %{release}%{?dist}
# Line 16  Patch0: smeserver-denyhosts-2.9-regexpat Line 16  Patch0: smeserver-denyhosts-2.9-regexpat
16  Patch1: smeserver-denyhosts-2.9-bz10076-wrongIPremovedfromWL.patch  Patch1: smeserver-denyhosts-2.9-bz10076-wrongIPremovedfromWL.patch
17  Patch2: smeserver-denyhosts-2.9-bz9458-ease_to_deban.patch  Patch2: smeserver-denyhosts-2.9-bz9458-ease_to_deban.patch
18  Patch3: smeserver-denyhosts-2.9-locale-2019-12-07.patch  Patch3: smeserver-denyhosts-2.9-locale-2019-12-07.patch
19    Patch4: smeserver-denyhosts-2.9-sme10Initial.patch
20    Patch5: smeserver-denyhosts-2.9-locale-2021-08-21.patch
21    Patch6: smeserver-denyhosts-2.9-bz11804.patch
22    Patch7: smeserver-denyhosts-2.9-bz12003-backup.patch
23    
24  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
25  BuildArch: noarch  BuildArch: noarch
26  BuildRequires: e-smith-devtools >= 1.13.1-03  BuildRequires: e-smith-devtools >= 1.13.1-03
27  Requires: smeserver-release >= 8.0  Requires: smeserver-release >= 8.0
28  Requires: denyhosts >= 2.6-20  Requires: denyhosts >= 2.6-20
29  Requires: e-smith-formmagick >= 1.4.0-12  Requires: e-smith-formmagick >= 1.4.0-12
30    Requires: e-smith-openssh >= 2.6.0-4
31    Provides: perl(esmith::FormMagick::Panel::denyhosts)
32    
33  %description  %description
34  Integration package to mesh denyhosts with SME Server.  Integration package to mesh denyhosts with SME Server.
# Line 32  Integration package to mesh denyhosts wi Line 39  Integration package to mesh denyhosts wi
39  %patch1 -p1  %patch1 -p1
40  %patch2 -p1  %patch2 -p1
41  %patch3 -p1  %patch3 -p1
42    %patch4 -p1
43    %patch5 -p1
44    %patch6 -p1
45    %patch7 -p1
46    
47  %build  %build
48  /usr/bin/perl createlinks  /usr/bin/perl createlinks
# Line 52  rm -rf $RPM_BUILD_ROOT Line 63  rm -rf $RPM_BUILD_ROOT
63  touch /etc/hosts.deny_ssh  touch /etc/hosts.deny_ssh
64    
65  %changelog  %changelog
66    * Sat Jul 30 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.9-19.sme
67    -  add Provides perl(esmith::FormMagick::Panel::denyhosts)  
68    
69    * Sat Jul 30 2022 Brian Read <brianr@bjsystems.co.uk> 2.9-18.sme
70    - Re-build and link to latest devtools [SME: 11997]
71    
72    * Fri Jul 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.9-17.sme
73    - add to core backup [SME: 12003]
74    
75    * Thu Dec 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.9-16.sme
76    - Re-build and link to latest devtools log path  [SME: 11804]
77    - Re-build and link to latest devtools multiple rpm owner [SME: 11677]
78    
79    * Sun Aug 22 2021 Terry Fage <terry.fage@gmail.com> 2.9-15.sme
80    - apply locale 2021-08-21 patch
81    
82    * Mon Mar 15 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.9-14.sme
83    - change pid file reference [SME: 11254]
84    - increase timeout  for the service file and restart always
85    
86    * Mon Mar 15 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.9-12.sme
87    - import to SME10 [SME: 11459]
88    - remove template-custom as integrated in core [SME: 11254]
89    
90  * Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 2.9-11.sme  * Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 2.9-11.sme
91  - apply locale 2019-12-07 patch  - apply locale 2019-12-07 patch
92    
# Line 59  touch /etc/hosts.deny_ssh Line 94  touch /etc/hosts.deny_ssh
94  - ease unban [SME: 9458]  - ease unban [SME: 9458]
95    
96  * Mon Feb 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.9-7.sme  * Mon Feb 06 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.9-7.sme
97  - fix removing from whitelist does not remove the desired IP but a random one [SME: 10076]  - Re-build and link to latest devtools removing from whitelist does not remove the desired IP but a random one [SME: 10076]
98    
99  * Mon Mar 30 2015 JP Pialasse <tests@pialasse.com> 2.9-6.sme  * Mon Mar 30 2015 JP Pialasse <tests@pialasse.com> 2.9-6.sme
100  - fixed non working REGEX [SME: 8894]  - Re-build and link to latest devtoolsed non working REGEX [SME: 8894]
101  - fixed should isntall epel version not repoforge [SME: 8892]  - Re-build and link to latest devtoolsed should isntall epel version not repoforge [SME: 8892]
102    
103  * 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
104  - fixed path to perl modules  - Re-build and link to latest devtoolsed path to perl modules
105    
106  * 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
107  - initial import to SME9 contribs  - initial import to SME9 contribs


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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