--- rpms/smeserver-mod_maxminddb/contribs9/smeserver-mod_maxminddb.spec 2019/03/14 03:31:24 1.4 +++ 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 3 +%define release 6 Summary: SME Server mod_dav implementation Name: %{name} @@ -11,6 +11,8 @@ 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 @@ -22,9 +24,13 @@ BuildRequires: e-smith-devtools >= 1.13. Implementation of mod_dav for SME Server 7. %changelog -* Wed Mar 13 2019 Jean-Philipe Pialasse 1.1.0-3.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] @@ -32,6 +38,8 @@ Implementation of mod_dav for SME Server %prep %setup %patch0 -p1 +%patch1 -p1 +%patch2 -p1 %build