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