--- rpms/smeserver-sme9admin/contribs9/smeserver-sme9admin.spec 2016/12/17 15:49:43 1.7 +++ rpms/smeserver-sme9admin/contribs9/smeserver-sme9admin.spec 2017/08/15 00:22:51 1.14 @@ -1,4 +1,4 @@ -# $Id: smeserver-sme9admin.spec,v 1.6 2016/12/15 18:35:44 unnilennium Exp $ +# $Id: smeserver-sme9admin.spec,v 1.13 2017/07/10 18:49:20 unnilennium Exp $ # Authority: vip-ire # Name: Daniel Berteaud # @@ -7,7 +7,7 @@ Summary: A graphical monitor, alert rais %define name smeserver-sme9admin Name: %{name} %define version 1.5 -%define release 20 +%define release 27 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -16,6 +16,14 @@ Source: %{name}-%{version}.tar.gz Patch0: smeserver-sme9admin-1.5-bz9725-email.patch Patch1: smeserver-sme9admin-1.5-bz8399-traffic.patch Patch2: smeserver-sme9admin-1.5-bz8818-email_accounting.patch +Patch3: smeserver-sme9admin-1.5-locale-2016-12-18.patch +Patch4: smeserver-sme9admin-1.5-bz9894-utf8.patch +Patch5: smeserver-sme9admin-1.5-locale-2016-12-20.patch +Patch6: smeserver-sme9admin-1.5-bz9886-bz9889-warnings.patch +Patch7: smeserver-sme9admin-1.5-locale-2017-02-02.patch +Patch8: smeserver-sme9admin-1.5-locale-2017-03-26.patch +Patch9: smeserver-sme9admin-1.5.bz10181.sme8adminmigration.patch +Patch10: smeserver-sme9admin-1.5-bz10409-altqmail.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -35,6 +43,29 @@ Obsoletes: smeserver-sme8admin AutoReqProv: no %changelog +* Mon Aug 14 2017 Jean-Philipe Pialasse 1.5-27.sme +- add support for altqmail [SME: 10409] + +* Mon Jul 10 2017 Jean-Philipe Pialasse 1.5-26.sme +- fix error after migrating sme8admin db, unable to access mysql db [SME: 10181] + +* Sat Mar 25 2017 Jean-Philipe Pialasse 1.5-25.sme +- apply locale 2017-03-26 patch + +* Wed Feb 01 2017 Jean-Philipe Pialasse 1.5-24.sme +- apply locale 2017-02-02.patch + +* Sun Jan 01 2017 Jean-Philipe Pialasse 1.5-23.sme +- fix warning related to raid detection code [SME: 9886] +- fix warning related to non existing services removed sinces previous versions [SME: 9889] + +* Tue Dec 20 2016 Jean-Philipe Pialasse 1.5-22.sme +- make CGI and pictures utf8 compliant [SME: 9894] +- apply smeserver-sme9admin-1.5-locale-2016-12-20.patch + +* Sat Dec 17 2016 Jean-Philipe Pialasse 1.5-21.sme +- locals smeserver-sme9admin-1.5-locale-2016-12-18.patch + * Sat Dec 17 2016 Jean-Philipe Pialasse 1.5-20.sme - fix last patch by adding path to called programs @@ -121,6 +152,14 @@ This contrib is a bit inspired by e-smit %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 +%patch9 -p1 +%patch10 -p1 %build perl createlinks @@ -138,7 +177,10 @@ xgettext --from-code UTF-8 -F --no-wrap rm -rf $RPM_BUILD_ROOT (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) rm -f %{name}-%{version}-filelist -/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist +/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ +|grep -v '/etc/e-smith/sql/init/sme9admin'\ +|grep -v '/usr/bin/sme9admind'\ +|grep -v '/usr/share/doc/smeserver-sme9admin/add_ds_to_rrd.pl'> %{name}-%{version}-filelist %clean rm -rf $RPM_BUILD_ROOT