--- rpms/smeserver-mod_maxminddb/contribs9/smeserver-mod_maxminddb.spec 2019/03/14 03:30:02 1.3 +++ rpms/smeserver-mod_maxminddb/contribs9/smeserver-mod_maxminddb.spec 2019/03/14 04:40:53 1.7 @@ -1,7 +1,7 @@ %define name smeserver-mod_maxminddb %define version 1.1.0 -%define release 2 +%define release 6 Summary: SME Server mod_dav implementation Name: %{name} @@ -11,18 +11,26 @@ License: GPL Group: Applications/Internet Source: %{name}-%{version}.tar.gz Patch0: smeserver-mod_maxminddb-1.1.0-bz10759-typo.patch +Patch1: smeserver-mod_maxminddb-1.1.0-bz10759-rename.patch +Patch2: smeserver-mod_maxminddb-1.1.0-bz10759-newVariables.patch BuildArchitectures: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: smeserver-release >= 9 Requires: httpd >= 2 +Requires: mod_maxminddb BuildRequires: e-smith-devtools >= 1.13.1-03 %description Implementation of mod_dav for SME Server 7. %changelog -* Wed Mar 13 2019 Jean-Philipe Pialasse 1.1.0-2.sme +* Thu Mar 14 2019 Jean-Philipe Pialasse 1.1.0-6.sme +- configure necessary variables [SME: 10759] + +* Wed Mar 13 2019 Jean-Philipe Pialasse 1.1.0-4.sme - fix typo [SME: 10759] +- add requires mod_maxminddb +- rename template * Tue Mar 12 2019 Jean-Philipe Pialasse 1.1.0-1.sme - Initial version [SME: 10759] @@ -30,6 +38,8 @@ Implementation of mod_dav for SME Server %prep %setup %patch0 -p1 +%patch1 -p1 +%patch2 -p1 %build