/[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.2 by jpp, Mon Mar 15 05:11:59 2021 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.1 2020/10/23 12:01:51 brianr 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 12  %define release 19
9  Name: %{name}  Name: %{name}
10  Version: %{version}  Version: %{version}
11  Release: %{release}%{?dist}  Release: %{release}%{?dist}
# Line 17  Patch1: smeserver-denyhosts-2.9-bz10076- Line 17  Patch1: smeserver-denyhosts-2.9-bz10076-
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  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
# Line 24  Requires: smeserver-release >= 8.0 Line 28  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  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 35  Integration package to mesh denyhosts wi Line 40  Integration package to mesh denyhosts wi
40  %patch2 -p1  %patch2 -p1
41  %patch3 -p1  %patch3 -p1
42  %patch4 -p1  %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 55  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  * Mon Mar 15 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.9-12.sme
87  - import to SME10 [SME: 11459]  - import to SME10 [SME: 11459]
88  - remove template-custom as integrated in core [SME: 11254]  - remove template-custom as integrated in core [SME: 11254]
# Line 66  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