diff --git a/smeserver-geoip.spec b/smeserver-geoip.spec index 0e0d439..f4ad76b 100644 --- a/smeserver-geoip.spec +++ b/smeserver-geoip.spec @@ -1,6 +1,6 @@ %define name smeserver-geoip %define version 1.2 -%define release 19 +%define release 20 Summary: SME Server geoip plugin Name: %{name} @@ -24,7 +24,7 @@ Requires: GeoIP >= 1.6.5 # Provides: smeserver-geoip2 = %{version}-%{release} PRovides: smeserver-geoip-legacy = %{version}-%{release} -BuildRequires: e-smith-devtools >= 1.13.1-03 +BuildRequires: smeserver-devtools >= 1.13.1-03 %description The GEOIP plugin lets us know which country our mail server is receiving mail from. If we're receiving too much spam from a particular country, this will help track it down and then use that info to reject connections from that country. This ends up taking the load off our servers. @@ -46,6 +46,9 @@ SIGNAL EVENT: signal-event email-update #---------------------------------------------------- %changelog +* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley 1.2-20.sme +- Fix e-smith references in smeserver-geoip [SME: 12732] + * Sat Sep 07 2024 cvs2git.sh aka Brian Read 1.2-19.sme - Roll up patches and move to git repo [SME: 12338]