--- rpms/ezmlm-web/contribs8/ezmlm-web.spec 2016/04/19 03:42:56 1.2 +++ rpms/ezmlm-web/contribs8/ezmlm-web.spec 2016/04/21 04:35:53 1.6 @@ -1,4 +1,4 @@ -# $Id: ezmlm-web.spec,v 1.1 2013/05/12 19:37:27 unnilennium Exp $ +# $Id: ezmlm-web.spec,v 1.5 2016/04/20 10:54:10 unnilennium Exp $ # Authority: gordonr # Name: Gordon Rowell @@ -6,7 +6,7 @@ Summary: Web interface to ezmlm configur %define name ezmlm-web Name: %{name} %define version 3.3.1 -%define release 1 +%define release 5 Version: %{version} Release: %{release}%{?dist} License: BSD-style @@ -14,11 +14,8 @@ Group: Networking/Daemons URL: https://systemausfall.org/toolforge/ezmlm-web/ Source: https://systemausfall.org/toolforge/ezmlm-web/download/ezmlm-web-3.3.1.tar.gz Patch0: ezmlm-web-3.3.1-smeintegration.patch -#Patch0: ezmlm-web-3.3.1-smeweb.patch -#Patch0: ezmlm-web-2.3-cgibin.patch -#Patch1: ezmlm-web-2.3-helpicon.patch -#Patch2: ezmlm-web-2.3-deletebutton.patch2 - +Patch1: ezmlm-web-3.3.1-cgi.patch +Patch2: ezmlm-web-3.3.1-modiffor722.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot Requires: ezmlm-idx-std Requires: httpd @@ -61,6 +58,14 @@ many new features that have been suggest and hopefully is now useful to a much larger group of people. %changelog +* Thu Apr 21 2016 Jean-Philipe Pialasse 3.3.1-5.sme +- remove non available options (always on) in ezmlm-idx 7.2.2 [SME: 9470] +- remove setting user access to web, as unecessary in SME +- patch ezmlm-web-3.3.1-modiffor722.patch + +* Wed Apr 20 2016 Jean-Philipe Pialasse 3.3.1-4.sme +- small fix to save some config with 7.2.2 idx [SME: 9470] + * Mon Apr 18 2016 Jean-Philipe Pialasse 3.3.1-1.sme - update to 3.3.1 [SME: 7588] @@ -102,6 +107,8 @@ and hopefully is now useful to a much la %prep %setup -n %{name}-%{version} %patch0 -p1 +%patch1 -p1 +%patch2 -p1 %build mkdir build