fix-e-smith-pkg script (#12732)

This commit is contained in:
Trevor Batley 2024-09-08 17:47:01 +10:00
parent ca710f1de3
commit 0a739ad17f

View File

@ -1,6 +1,6 @@
%define name smeserver-geoip %define name smeserver-geoip
%define version 1.2 %define version 1.2
%define release 19 %define release 20
Summary: SME Server geoip plugin Summary: SME Server geoip plugin
Name: %{name} Name: %{name}
@ -24,7 +24,7 @@ Requires: GeoIP >= 1.6.5
# #
Provides: smeserver-geoip2 = %{version}-%{release} Provides: smeserver-geoip2 = %{version}-%{release}
PRovides: smeserver-geoip-legacy = %{version}-%{release} PRovides: smeserver-geoip-legacy = %{version}-%{release}
BuildRequires: e-smith-devtools >= 1.13.1-03 BuildRequires: smeserver-devtools >= 1.13.1-03
%description %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. 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 %changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.2-20.sme
- Fix e-smith references in smeserver-geoip [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.2-19.sme * Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.2-19.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]