--- rpms/smeserver-xt_geoip/contribs10/smeserver-xt_geoip.spec 2021/03/14 18:27:59 1.5 +++ rpms/smeserver-xt_geoip/contribs10/smeserver-xt_geoip.spec 2021/10/28 20:11:53 1.11 @@ -1,6 +1,6 @@ %define name smeserver-xt_geoip %define version 1.3.1 -%define release 05 +%define release 11 Summary: smserver rpm to setup database, update and configuration for xt_geoip module with a panel. Name: %{name} @@ -13,6 +13,11 @@ Source: %{name}-%{version}.tar.xz Patch0: %{name}-%{version}-comp_e-smith-manager.patch Patch1: %{name}-%{version}-update_base.patch Patch2: smeserver-xt_geoip-1.3.1-update-event-oldManager.patch +Patch3: %{name}-%{version}-logfiles_changes.patch +Patch4: smeserver-xt_geoip-1.3.1-locale-2021-08-25.patch +Patch5: smeserver-xt_geoip-1.3.1-locale-2021-09-23.patch +Patch6: smeserver-xt_geoip-1.3.1-locale-2021-10-28.patch +Patch7: smeserver-xt_geoip-1.3.1-SME_11676.patch BuildArchitectures: noarch BuildRoot: /var/tmp/%{name}-%{version} @@ -20,7 +25,7 @@ BuildRequires: e-smith-devtools Requires: e-smith-release >= 10.0 Requires: server-manager >= 0.1.0-23 Requires: xtables-addons = 2.14 -Requires: GeoIP = 1.5.0 +Requires: GeoIP >= 1.5.0 Requires: libmaxminddb >= 1.1.1 Requires: libmaxminddb-devel >= 1.1.1 Requires: geolite2-country @@ -36,6 +41,19 @@ smserver rpm to setup database, update a %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 + +# tmp fix before new source archive +rm -rf root/etc/e-smith/events/bootstrap-console-save/templates2expand +rm -rf root/etc/e-smith/events/console-save/templates2expand +rm -rf root/etc/e-smith/events/xt_geoip-modify/templates2expand/usr +rm -rf root/etc/e-smith/events/xt_geoip-update/templates2expand/usr + +%patch7 -p1 + %build perl createlinks @@ -74,7 +92,27 @@ rm -rf %{name}-%{version} %changelog -* Sat Mar 13 2021 Jean-Philipe Pialasse 1.3.1-05.sme +* Fri Oct 29 2021 Michel Begue 1.3.1-11.sme +- fix multiple_rpm_owners [SME: 11676] +- add event for smeserver-manager +- delete expand-template for update_base + +* Thu Oct 28 2021 Michel Begue 1.3.1-10.sme +- apply locale 2021-10-28 patch + +* Fri Sep 24 2021 Terry Fage 1.3.1-09.sme +- apply locale 2021-09-23 patch + +* Wed Aug 25 2021 Terry Fage 1.3.1-08.sme +- apply locale 2021-08-25 patch + +* Tue Mar 16 2021 Michel Begue 1.3.1-07.sme +- Fix script as logfiles change (sshd - iptables) + +* Sun Mar 14 2021 Jean-Philippe Pialasse 1.3.1-06.sme +- change Geoip requirement to >= 1.5 + +* Sat Mar 13 2021 Jean-Philippe Pialasse 1.3.1-05.sme - readded changelog from contribs9 - moved changelog to the end of spec - TODO review the two section of %files @@ -177,4 +215,3 @@ rm -rf %{name}-%{version} * Tue Sep 12 2017 Michel Begue - initial release - [1.0.0-1] -