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

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

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

Revision 1.2 by michel, Wed Jan 6 14:35:31 2021 UTC Revision 1.18 by jpp, Fri Nov 11 16:30:49 2022 UTC
# Line 1  Line 1 
1  %define name smeserver-xt_geoip  %define name smeserver-xt_geoip
2  %define version 1.3.1  %define version 1.3.1
3  %define release 02  %define release 17
4    
5  Summary: smserver rpm to setup database, update and configuration for xt_geoip module with a panel.  Summary: smserver rpm to setup database, update and configuration for xt_geoip module with a panel.
6  Name: %{name}  Name: %{name}
# Line 11  URL: http://wiki.contribs.org/Main_Page Line 11  URL: http://wiki.contribs.org/Main_Page
11  Group: SMEserver/addon  Group: SMEserver/addon
12  Source: %{name}-%{version}.tar.xz  Source: %{name}-%{version}.tar.xz
13  Patch0: %{name}-%{version}-comp_e-smith-manager.patch  Patch0: %{name}-%{version}-comp_e-smith-manager.patch
14    Patch1: %{name}-%{version}-update_base.patch
15    Patch2: smeserver-xt_geoip-1.3.1-update-event-oldManager.patch
16    Patch3: %{name}-%{version}-logfiles_changes.patch
17    Patch4: smeserver-xt_geoip-1.3.1-locale-2021-08-25.patch
18    Patch5: smeserver-xt_geoip-1.3.1-locale-2021-09-23.patch
19    Patch6: smeserver-xt_geoip-1.3.1-locale-2021-10-28.patch
20    Patch7: smeserver-xt_geoip-1.3.1-SME_11676.patch
21    Patch8: smeserver-xt_geoip-1.3.1-Add-class-to-div-for-AdminLTE.patch
22    Patch9: smeserver-xt_geoip-1.3.1-SME_11887.patch
23    Patch10: smeserver-xt_geoip-1.3.1-bz12029_backup-bz10863_bases.patch
24    Patch11: smeserver-xt_geoip-1.3.1-bz12097_fix_logs_date_test.patch
25    Patch12: smeserver-xt_geoip-1.3.1-bz12098_add_fail2ban_stats.patch
26    Patch13: smeserver-xt_geoip-1.3.1-locale-2022-11-11.patch
27    
28  BuildArchitectures: noarch  BuildArchitectures: noarch
29  BuildRoot: /var/tmp/%{name}-%{version}  BuildRoot: /var/tmp/%{name}-%{version}
# Line 18  BuildRequires: e-smith-devtools Line 31  BuildRequires: e-smith-devtools
31  Requires: e-smith-release >= 10.0  Requires: e-smith-release >= 10.0
32  Requires: server-manager >= 0.1.0-23  Requires: server-manager >= 0.1.0-23
33  Requires: xtables-addons = 2.14  Requires: xtables-addons = 2.14
34  Requires: GeoIP = 1.5.0  Requires: GeoIP >= 1.5.0
35  Requires: libmaxminddb >= 1.1.1  Requires: libmaxminddb >= 1.1.1
36  Requires: libmaxminddb-devel >= 1.1.1  Requires: libmaxminddb-devel >= 1.1.1
37  Requires: geolite2-country  Requires: geolite2-country
# Line 28  AutoReqProv: no Line 41  AutoReqProv: no
41  %description  %description
42  smserver rpm to setup database, update and configuration for xt_geoip module with a panel.  smserver rpm to setup database, update and configuration for xt_geoip module with a panel.
43    
 %changelog  
 * Wed Jan 06 2021 Michel Begue <mab974@gmail.com> 1.3.1-02.sme  
 - Back to compatibility with e-smith-manager  
 - (s)qpsmtpd replace (s)smtpd (services)  
   
 * Fri Jul 31 2020 Michel Begue <mab974@gmail.com> 1.3.1-01.sme  
 - initial release for smeserver-manager (sme10)  
 - [1.0.1-26 sme9]  
 - xtables-addons v2.14  
44    
45  %prep  %prep
   
46  %setup  %setup
47  %patch0 -p1  %patch0 -p1
48    %patch1 -p1
49    %patch2 -p1
50    %patch3 -p1
51    %patch4 -p1
52    %patch5 -p1
53    %patch6 -p1
54    # tmp fix before new source archive
55    rm -rf root/etc/e-smith/events/bootstrap-console-save/templates2expand
56    rm -rf root/etc/e-smith/events/console-save/templates2expand
57    rm -rf root/etc/e-smith/events/xt_geoip-modify/templates2expand/usr
58    rm -rf root/etc/e-smith/events/xt_geoip-update/templates2expand/usr
59    %patch7 -p1
60    %patch8 -p1
61    %patch9 -p1
62    %patch10 -p1
63    %patch11 -p1
64    %patch12 -p1
65    %patch13 -p1
66    
67  %build  %build
68  perl createlinks  perl createlinks
# Line 52  rm -rf $RPM_BUILD_ROOT Line 73  rm -rf $RPM_BUILD_ROOT
73    
74  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root   ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
75  rm -f %{name}-%{version}-filelist  rm -f %{name}-%{version}-filelist
76  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT | egrep -v "usr/share/xt_geoip/geoip_" \  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
77     --file /usr/share/xt_geoip/geoip_countries_list.txt  'attr(0755, root, root)'\
78     --file /usr/share/xt_geoip/geoip_exstat  'attr(0755, root, root)'\
79     --file /usr/share/xt_geoip/geoip_listat 'attr(0755, root, root)'\
80     --file /usr/share/xt_geoip/geoip_look  'attr(0755, root, root)'\
81     --file /usr/share/xt_geoip/geoip_stats 'attr(0755, root, root)'\
82     --file /usr/share/xt_geoip/xt_geoip_dl 'attr(0750, root, root)'\
83     --file /usr/share/xt_geoip/update_base 'attr(0750, root, root)'\
84      > %{name}-%{version}-filelist      > %{name}-%{version}-filelist
85  echo "%doc COPYING"  >> %{name}-%{version}-filelist  echo "%doc COPYING"  >> %{name}-%{version}-filelist
86    
# Line 70  rm -rf %{name}-%{version} Line 98  rm -rf %{name}-%{version}
98  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
99  %defattr(-,root,root)  %defattr(-,root,root)
100    
101  %files  
102  %attr(0755, root, root) /usr/share/xt_geoip/geoip_*  
103  %attr(0750, root, root) /usr/share/xt_geoip/xt_geoip_dl  %changelog
104  %attr(0750, root, root) /usr/share/xt_geoip/update_base  * Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.3.1-17.sme
105    - apply locale 2022-11-11 patch
106    
107    * Wed Jul 13 2022 Michel Begue <mab974@misouk.com> 1.3.1-16.sme
108    - add fail2ban stats [SME: 12098]
109    
110    * Mon Jul 11 2022 Michel Begue <mab974@misouk.com> 1.3.1-15.sme
111    - fix logs date test [SME: 12097]
112    
113    * Thu Jul 07 2022 Michel Begue <mab974@misouk.com> 1.3.1-14.sme
114    - add xt_geoip to backup list [SME: 12029]
115    - archive and clean up  Ip & Country bases [SME: 10863]
116    
117    * Wed Mar 09 2022 Michel Begue <mab974@misouk.com> 1.3.1-13.sme
118    - fix Other and Reverse parameters for SM2 [SME: 11887]
119    
120    * Fri Jan 07 2022 Brian Read <brianr@bjsystems.co.uk> 1.3.1-12.sme
121    - Add-class-to-div-for-AdminLTE [SME: 11839]
122    
123    * Fri Oct 29 2021 Michel Begue <mab974@misouk.com> 1.3.1-11.sme
124    - fix multiple_rpm_owners [SME: 11676]
125    - add event for smeserver-manager
126    - delete expand-template for update_base
127    
128    * Thu Oct 28 2021 Michel Begue <mab974@gmail.com> 1.3.1-10.sme
129    - apply locale 2021-10-28 patch
130    
131    * Fri Sep 24 2021 Terry Fage <tfage@yahoo.com.au> 1.3.1-09.sme
132    - apply locale 2021-09-23 patch
133    
134    * Wed Aug 25 2021 Terry Fage <tfage@yahoo.com.au> 1.3.1-08.sme
135    - apply locale 2021-08-25 patch
136    
137    * Tue Mar 16 2021 Michel Begue <mab974@gmail.com> 1.3.1-07.sme
138    - Fix script as logfiles change (sshd - iptables)
139    
140    * Sun Mar 14 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.3.1-06.sme
141    - change Geoip requirement to >= 1.5
142    
143    * Sat Mar 13 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.3.1-05.sme
144    - readded changelog from contribs9
145    - moved changelog to the end of spec
146    - TODO review the two section of %files
147    - added link to wrapper for e-smith-manager
148    
149    * Wed Jan 06 2021 Michel Begue <mab974@gmail.com> 1.3.1-03.sme
150    - Back to compatibility with e-smith-manager
151    - (s)qpsmtpd replace (s)smtpd (services)
152    - remove 'update_base' script template
153    
154    * Fri Jul 31 2020 Michel Begue <mab974@gmail.com> 1.3.1-01.sme
155    - initial release for smeserver-manager (sme10)
156    - [1.0.1-26 sme9]
157    - xtables-addons v2.14
158    
159    * Mon Feb 24 2020 Michel Begue <mab974@gmail.com> 1.0.1-26.sme
160    - add localhost to whitelist [SME: 10881]
161    
162    * Tue Jan 21 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.1-25.sme
163    - add requirement for mmdb provided by rpm to allow accounting [SME: 10860]
164    
165    * Sat Jan 18 2020 Michel Begue <mab974@gmail.com> 1.0.1-24.sme
166    - new download script adapted to SME (from xtables-addons) [SME: 10860]
167    - change geoiplookup to mmdblookup
168    
169    * Sat Jan 11 2020 Michel Begue <mab974@gmail.com> 1.0.1-23.sme
170    - add license_key in config db and test in panel [SME: 10860]
171    
172    * Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 1.0.1-21.sme
173    - apply locale 2019-12-07 patch
174    
175    * Wed Oct 16 2019 Michel Begue <mab974@gmail.com> 1.0.1-20.sme
176    - panel to add services  [SME: 10792]
177    - french translation
178    
179    * Mon Sep 30 2019 Michel Begue <mab974@gmail.com> 1.0.1-19.sme
180    - add country code list [SME: 10791]
181    - fix stats SSH errors [SME: 10807]
182    - improved panel [SME: 10788]
183    
184    * Sat Sep 21 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.1-18.sme
185    - add more service [SME: 10789]
186    - no email from log analysis by default [SME: 10797]
187    
188    * Sun Jul 28 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.1-17.sme
189    - fix empty global filter disable all geoip iptables rules [SME: 10794]
190    - tidy masq templates for xt geoip [SME: 10794]
191    
192    * Wed Jul 24 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.1-16.sme
193    - add missing file to patch [SME: 10760]
194    - workaround link issue in source [SME: 10790]
195    
196    * Tue Jul 23 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.1-15.sme
197    - improved per service filtering [SME: 10760]
198    - remove A1 forced as default and allow empty filter [SME: 10785]
199    
200    * Sun Jul 21 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.1-13.sme
201    - fix network lock out on adjust [SME: 10760]
202      this arised on initial install with a simple masq adjust
203      or if XT_geoip is disbaled on any masq restart or adjust
204    
205    * Wed Apr 24 2019 Michel Begue <mab974@gmail.com> 1.0.1-12.sme
206    - add per service management of GeoIP bans [SME: 10760]
207    - move panel to Security [SME: 10773]
208    
209    * Wed Apr 17 2019 Michel Begue <mab974@gmail.com> 1.0.1-9.sme
210    - add stats access in the panel [SME: 10745]
211    - add control of maximum number of countries [SME: 10749]
212    
213    * Wed Mar 06 2019 Michel Begue <mab974@gmail.com> 1.0.1-7.sme
214    - add stats of geoip blocked countries [SME: 10745]
215    - add stats of ssh attacks not geoip blocked [SME: 10744]
216    - expand /etc/crontab on update
217    
218    * Mon Feb 18 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.1-6.sme
219    - fix unable to load iptables rules [SME: 10739]
220      fix warning localtime
221      fix warning "enabled" isn't numeric in numeric eq (==)
222    
223    * Wed Feb 06 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.1-5.sme
224    - first import to SME buildsys
225    
226    * Sun Oct 29 2017 Michel Begue <mab974@gmail.com>
227    - bug in crontab update job,
228    - [1.0.1-4]
229    
230    * Mon Oct 16 2017 Michel Begue <mab974@gmail.com>
231    - new message : inactive GeoIP,
232    - value of country code added in message "country not found",
233    - [1.0.1-3]
234    
235    * Sat Oct 07 2017 Michel Begue <mab974@gmail.com>
236    - test kernel module presence in "/lib/modules/weak-updates" directory
237    - [1.0.1-2]
238    
239    * Wed Sep 20 2017 Michel Begue <mab974@gmail.com>
240    - panel added in server manager
241    - [1.0.1-1]
242    
243    * Tue Sep 12 2017 Michel Begue <mab974@gmail.com>
244    - initial release
245    - [1.0.0-1]


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