--- rpms/smeserver-xt_geoip/contribs10/smeserver-xt_geoip.spec 2022/07/14 07:48:08 1.17 +++ rpms/smeserver-xt_geoip/contribs10/smeserver-xt_geoip.spec 2023/02/21 08:37:59 1.20 @@ -1,6 +1,6 @@ %define name smeserver-xt_geoip %define version 1.3.1 -%define release 16 +%define release 19 Summary: smserver rpm to setup database, update and configuration for xt_geoip module with a panel. Name: %{name} @@ -23,7 +23,9 @@ Patch9: smeserver-xt_geoip-1.3.1-SME_118 Patch10: smeserver-xt_geoip-1.3.1-bz12029_backup-bz10863_bases.patch Patch11: smeserver-xt_geoip-1.3.1-bz12097_fix_logs_date_test.patch Patch12: smeserver-xt_geoip-1.3.1-bz12098_add_fail2ban_stats.patch - +Patch13: smeserver-xt_geoip-1.3.1-locale-2022-11-11.patch +Patch14: smeserver-xt_geoip-1.3.1-bz12291_module_state.patch +Patch15: smeserver-xt_geoip-1.3.1-bz10793_module_load.patch BuildArchitectures: noarch BuildRoot: /var/tmp/%{name}-%{version} @@ -62,6 +64,9 @@ rm -rf root/etc/e-smith/events/xt_geoip- %patch10 -p1 %patch11 -p1 %patch12 -p1 +%patch13 -p1 +%patch14 -p1 +%patch15 -p1 %build perl createlinks @@ -100,6 +105,16 @@ rm -rf %{name}-%{version} %changelog +* Wed Feb 15 2023 Michel Begue 1.3.1-19.sme +- fix module not loaded after update [SME: 10793] + +* Wed Jan 11 2023 Michel Begue 1.3.1-18.sme +- add a message if module xt_geoip is missing or not loaded [SME: 12291] +- add a message if chain XTGeoIP is missing (iptables) [SME: 12291] + +* Fri Nov 11 2022 Jean-Philippe Pialasse 1.3.1-17.sme +- apply locale 2022-11-11 patch + * Wed Jul 13 2022 Michel Begue 1.3.1-16.sme - add fail2ban stats [SME: 12098]