/[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.8 by terryfage, Wed Aug 25 02:01:25 2021 UTC Revision 1.21 by brianr, Sat Mar 2 10:01:28 2024 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 08  %define release 20
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 15  Patch1: %{name}-%{version}-update_base.p Line 15  Patch1: %{name}-%{version}-update_base.p
15  Patch2: smeserver-xt_geoip-1.3.1-update-event-oldManager.patch  Patch2: smeserver-xt_geoip-1.3.1-update-event-oldManager.patch
16  Patch3: %{name}-%{version}-logfiles_changes.patch  Patch3: %{name}-%{version}-logfiles_changes.patch
17  Patch4: smeserver-xt_geoip-1.3.1-locale-2021-08-25.patch  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    Patch14: smeserver-xt_geoip-1.3.1-bz12291_module_state.patch
28    Patch15: smeserver-xt_geoip-1.3.1-bz10793_module_load.patch
29    Patch16: smeserver-xt_geoip-1.3.1-Alter-menu-category-for-new-arrangement.patch
30    
31  BuildArchitectures: noarch  BuildArchitectures: noarch
32  BuildRoot: /var/tmp/%{name}-%{version}  BuildRoot: /var/tmp/%{name}-%{version}
# Line 40  smserver rpm to setup database, update a Line 52  smserver rpm to setup database, update a
52  %patch2 -p1  %patch2 -p1
53  %patch3 -p1  %patch3 -p1
54  %patch4 -p1  %patch4 -p1
55    %patch5 -p1
56    %patch6 -p1
57    # tmp fix before new source archive
58    rm -rf root/etc/e-smith/events/bootstrap-console-save/templates2expand
59    rm -rf root/etc/e-smith/events/console-save/templates2expand
60    rm -rf root/etc/e-smith/events/xt_geoip-modify/templates2expand/usr
61    rm -rf root/etc/e-smith/events/xt_geoip-update/templates2expand/usr
62    %patch7 -p1
63    %patch8 -p1
64    %patch9 -p1
65    %patch10 -p1
66    %patch11 -p1
67    %patch12 -p1
68    %patch13 -p1
69    %patch14 -p1
70    %patch15 -p1
71    %patch16 -p1
72    
73  %build  %build
74  perl createlinks  perl createlinks
# Line 70  rm -rf %{name}-%{version} Line 99  rm -rf %{name}-%{version}
99    
100  %post  %post
101    
102    if (systemctl list-unit-files |grep smanager) then
103      echo "Smanager restart in spec file"
104      /sbin/e-smith/signal-event smanager-refresh;
105    fi
106    
107  %postun  %postun
108    
109  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
# Line 78  rm -rf %{name}-%{version} Line 112  rm -rf %{name}-%{version}
112    
113    
114  %changelog  %changelog
115    * Sat Mar 02 2024 Brian Read <brianr@koozali.org> 1.3.1-20.sme
116    - Edit SM2 Menu entry to conform to new arrangements [SME: 12493]
117    
118    * Wed Feb 15 2023 Michel Begue <mab974@misouk.com> 1.3.1-19.sme
119    - fix module not loaded after update [SME: 10793]
120    
121    * Wed Jan 11 2023 Michel Begue <mab974@misouk.com> 1.3.1-18.sme
122    - add a message if module xt_geoip is missing or not loaded [SME: 12291]
123    - add a message if chain XTGeoIP is missing (iptables) [SME: 12291]
124    
125    * Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.3.1-17.sme
126    - apply locale 2022-11-11 patch
127    
128    * Wed Jul 13 2022 Michel Begue <mab974@misouk.com> 1.3.1-16.sme
129    - add fail2ban stats [SME: 12098]
130    
131    * Mon Jul 11 2022 Michel Begue <mab974@misouk.com> 1.3.1-15.sme
132    - fix logs date test [SME: 12097]
133    
134    * Thu Jul 07 2022 Michel Begue <mab974@misouk.com> 1.3.1-14.sme
135    - add xt_geoip to backup list [SME: 12029]
136    - archive and clean up  Ip & Country bases [SME: 10863]
137    
138    * Wed Mar 09 2022 Michel Begue <mab974@misouk.com> 1.3.1-13.sme
139    - fix Other and Reverse parameters for SM2 [SME: 11887]
140    
141    * Fri Jan 07 2022 Brian Read <brianr@bjsystems.co.uk> 1.3.1-12.sme
142    - Add-class-to-div-for-AdminLTE [SME: 11839]
143    
144    * Fri Oct 29 2021 Michel Begue <mab974@misouk.com> 1.3.1-11.sme
145    - fix multiple_rpm_owners [SME: 11676]
146    - add event for smeserver-manager
147    - delete expand-template for update_base
148    
149    * Thu Oct 28 2021 Michel Begue <mab974@gmail.com> 1.3.1-10.sme
150    - apply locale 2021-10-28 patch
151    
152    * Fri Sep 24 2021 Terry Fage <tfage@yahoo.com.au> 1.3.1-09.sme
153    - apply locale 2021-09-23 patch
154    
155  * Wed Aug 25 2021 Terry Fage <tfage@yahoo.com.au> 1.3.1-08.sme  * Wed Aug 25 2021 Terry Fage <tfage@yahoo.com.au> 1.3.1-08.sme
156  - apply locale 2021-08-25 patch  - apply locale 2021-08-25 patch
157    
# Line 190  rm -rf %{name}-%{version} Line 264  rm -rf %{name}-%{version}
264  * Tue Sep 12 2017 Michel Begue <mab974@gmail.com>  * Tue Sep 12 2017 Michel Begue <mab974@gmail.com>
265  - initial release  - initial release
266  - [1.0.0-1]  - [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