diff --git a/smeserver-mod_maxminddb.spec b/smeserver-mod_maxminddb.spec index 7d05666..101d409 100644 --- a/smeserver-mod_maxminddb.spec +++ b/smeserver-mod_maxminddb.spec @@ -1,7 +1,7 @@ %define name smeserver-mod_maxminddb %define version 1.1.0 -%define release 15 +%define release 16 Summary: SME Server mod_dav implementation Name: %{name} @@ -14,18 +14,21 @@ Source: %{name}-%{version}.tar.xz BuildArchitectures: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: smeserver-release >= 10 -Requires: e-smith-apache >= 2.6.0-19 +Requires: smeserver-apache >= 2.6.0-19 Requires: httpd >= 2 Requires: mod_maxminddb Requires: libmaxminddb-devel Requires: geolite2-city Requires: geolite2-country -BuildRequires: e-smith-devtools >= 1.13.1-03 +BuildRequires: smeserver-devtools >= 1.13.1-03 %description Implementation of mod_dav for SME Server 7. %changelog +* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley 1.1.0-16.sme +- Fix e-smith references in smeserver-mod_maxminddb [SME: 12732] + * Sat Sep 07 2024 cvs2git.sh aka Brian Read 1.1.0-15.sme - Roll up patches and move to git repo [SME: 12338]