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

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

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


Revision 1.8 - (show annotations) (download)
Wed Aug 25 02:01:25 2021 UTC (2 years, 9 months ago) by terryfage
Branch: MAIN
CVS Tags: smeserver-xt_geoip-1_3_1-08_el7_sme
Changes since 1.7: +6 -1 lines
* Wed Aug 25 2021 Terry Fage <tfage@yahoo.com.au> 1.3.1-08.sme
- apply locale 2021-08-25 patch

1 %define name smeserver-xt_geoip
2 %define version 1.3.1
3 %define release 08
4
5 Summary: smserver rpm to setup database, update and configuration for xt_geoip module with a panel.
6 Name: %{name}
7 Version: %{version}
8 Release: %{release}%{?dist}
9 License: GNU GPL version 2
10 URL: http://wiki.contribs.org/Main_Page
11 Group: SMEserver/addon
12 Source: %{name}-%{version}.tar.xz
13 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
19 BuildArchitectures: noarch
20 BuildRoot: /var/tmp/%{name}-%{version}
21 BuildRequires: e-smith-devtools
22 Requires: e-smith-release >= 10.0
23 Requires: server-manager >= 0.1.0-23
24 Requires: xtables-addons = 2.14
25 Requires: GeoIP >= 1.5.0
26 Requires: libmaxminddb >= 1.1.1
27 Requires: libmaxminddb-devel >= 1.1.1
28 Requires: geolite2-country
29 Requires: geolite2-city
30 AutoReqProv: no
31
32 %description
33 smserver rpm to setup database, update and configuration for xt_geoip module with a panel.
34
35
36 %prep
37 %setup
38 %patch0 -p1
39 %patch1 -p1
40 %patch2 -p1
41 %patch3 -p1
42 %patch4 -p1
43
44 %build
45 perl createlinks
46
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
52 rm -f %{name}-%{version}-filelist
53 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
54 --file /usr/share/xt_geoip/geoip_countries_list.txt 'attr(0755, root, root)'\
55 --file /usr/share/xt_geoip/geoip_exstat 'attr(0755, root, root)'\
56 --file /usr/share/xt_geoip/geoip_listat 'attr(0755, root, root)'\
57 --file /usr/share/xt_geoip/geoip_look 'attr(0755, root, root)'\
58 --file /usr/share/xt_geoip/geoip_stats 'attr(0755, root, root)'\
59 --file /usr/share/xt_geoip/xt_geoip_dl 'attr(0750, root, root)'\
60 --file /usr/share/xt_geoip/update_base 'attr(0750, root, root)'\
61 > %{name}-%{version}-filelist
62 echo "%doc COPYING" >> %{name}-%{version}-filelist
63
64 %clean
65 cd ..
66 rm -rf %{name}-%{version}
67
68 %pre
69 %preun
70
71 %post
72
73 %postun
74
75 %files -f %{name}-%{version}-filelist
76 %defattr(-,root,root)
77
78
79
80 %changelog
81 * Wed Aug 25 2021 Terry Fage <tfage@yahoo.com.au> 1.3.1-08.sme
82 - apply locale 2021-08-25 patch
83
84 * Tue Mar 16 2021 Michel Begue <mab974@gmail.com> 1.3.1-07.sme
85 - Fix script as logfiles change (sshd - iptables)
86
87 * Sun Mar 14 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.3.1-06.sme
88 - change Geoip requirement to >= 1.5
89
90 * Sat Mar 13 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.3.1-05.sme
91 - readded changelog from contribs9
92 - moved changelog to the end of spec
93 - TODO review the two section of %files
94 - added link to wrapper for e-smith-manager
95
96 * Wed Jan 06 2021 Michel Begue <mab974@gmail.com> 1.3.1-03.sme
97 - Back to compatibility with e-smith-manager
98 - (s)qpsmtpd replace (s)smtpd (services)
99 - remove 'update_base' script template
100
101 * Fri Jul 31 2020 Michel Begue <mab974@gmail.com> 1.3.1-01.sme
102 - initial release for smeserver-manager (sme10)
103 - [1.0.1-26 sme9]
104 - xtables-addons v2.14
105
106 * Mon Feb 24 2020 Michel Begue <mab974@gmail.com> 1.0.1-26.sme
107 - add localhost to whitelist [SME: 10881]
108
109 * Tue Jan 21 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.1-25.sme
110 - add requirement for mmdb provided by rpm to allow accounting [SME: 10860]
111
112 * Sat Jan 18 2020 Michel Begue <mab974@gmail.com> 1.0.1-24.sme
113 - new download script adapted to SME (from xtables-addons) [SME: 10860]
114 - change geoiplookup to mmdblookup
115
116 * Sat Jan 11 2020 Michel Begue <mab974@gmail.com> 1.0.1-23.sme
117 - add license_key in config db and test in panel [SME: 10860]
118
119 * Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 1.0.1-21.sme
120 - apply locale 2019-12-07 patch
121
122 * Wed Oct 16 2019 Michel Begue <mab974@gmail.com> 1.0.1-20.sme
123 - panel to add services [SME: 10792]
124 - french translation
125
126 * Mon Sep 30 2019 Michel Begue <mab974@gmail.com> 1.0.1-19.sme
127 - add country code list [SME: 10791]
128 - fix stats SSH errors [SME: 10807]
129 - improved panel [SME: 10788]
130
131 * Sat Sep 21 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.1-18.sme
132 - add more service [SME: 10789]
133 - no email from log analysis by default [SME: 10797]
134
135 * Sun Jul 28 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.1-17.sme
136 - fix empty global filter disable all geoip iptables rules [SME: 10794]
137 - tidy masq templates for xt geoip [SME: 10794]
138
139 * Wed Jul 24 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.1-16.sme
140 - add missing file to patch [SME: 10760]
141 - workaround link issue in source [SME: 10790]
142
143 * Tue Jul 23 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.1-15.sme
144 - improved per service filtering [SME: 10760]
145 - remove A1 forced as default and allow empty filter [SME: 10785]
146
147 * Sun Jul 21 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.1-13.sme
148 - fix network lock out on adjust [SME: 10760]
149 this arised on initial install with a simple masq adjust
150 or if XT_geoip is disbaled on any masq restart or adjust
151
152 * Wed Apr 24 2019 Michel Begue <mab974@gmail.com> 1.0.1-12.sme
153 - add per service management of GeoIP bans [SME: 10760]
154 - move panel to Security [SME: 10773]
155
156 * Wed Apr 17 2019 Michel Begue <mab974@gmail.com> 1.0.1-9.sme
157 - add stats access in the panel [SME: 10745]
158 - add control of maximum number of countries [SME: 10749]
159
160 * Wed Mar 06 2019 Michel Begue <mab974@gmail.com> 1.0.1-7.sme
161 - add stats of geoip blocked countries [SME: 10745]
162 - add stats of ssh attacks not geoip blocked [SME: 10744]
163 - expand /etc/crontab on update
164
165 * Mon Feb 18 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.1-6.sme
166 - fix unable to load iptables rules [SME: 10739]
167 fix warning localtime
168 fix warning "enabled" isn't numeric in numeric eq (==)
169
170 * Wed Feb 06 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.1-5.sme
171 - first import to SME buildsys
172
173 * Sun Oct 29 2017 Michel Begue <mab974@gmail.com>
174 - bug in crontab update job,
175 - [1.0.1-4]
176
177 * Mon Oct 16 2017 Michel Begue <mab974@gmail.com>
178 - new message : inactive GeoIP,
179 - value of country code added in message "country not found",
180 - [1.0.1-3]
181
182 * Sat Oct 07 2017 Michel Begue <mab974@gmail.com>
183 - test kernel module presence in "/lib/modules/weak-updates" directory
184 - [1.0.1-2]
185
186 * Wed Sep 20 2017 Michel Begue <mab974@gmail.com>
187 - panel added in server manager
188 - [1.0.1-1]
189
190 * Tue Sep 12 2017 Michel Begue <mab974@gmail.com>
191 - initial release
192 - [1.0.0-1]
193

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