--- rpms/smeserver-xt_geoip/contribs10/smeserver-xt_geoip.spec 2022/11/11 16:30:49 1.18 +++ 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 17 +%define release 19 Summary: smserver rpm to setup database, update and configuration for xt_geoip module with a panel. Name: %{name} @@ -24,6 +24,8 @@ Patch10: smeserver-xt_geoip-1.3.1-bz1202 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} @@ -63,6 +65,8 @@ rm -rf root/etc/e-smith/events/xt_geoip- %patch11 -p1 %patch12 -p1 %patch13 -p1 +%patch14 -p1 +%patch15 -p1 %build perl createlinks @@ -101,6 +105,13 @@ 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