--- rpms/smeserver-support/sme9/smeserver-support.spec 2014/11/01 12:16:49 1.26 +++ rpms/smeserver-support/sme9/smeserver-support.spec 2016/03/03 11:07:15 1.30 @@ -1,10 +1,10 @@ -# $Id: smeserver-support.spec,v 1.25 2014/09/10 13:43:23 vip-ire Exp $ +# $Id: smeserver-support.spec,v 1.29 2016/01/20 20:44:34 vip-ire Exp $ Summary: SME Server module to display support and licensing information %define name smeserver-support Name: %{name} %define version 2.6.0 -%define release 3 +%define release 7 # These packages come from CentOS, but we need to use care when # updating them - either we've patched them, or we need to do something @@ -22,6 +22,10 @@ Source: %{name}-%{version}.tar.xz Source1: smeserver_logo.jpg Source2: smeserver_logo.gif Source3: btn_donateCC_LG.gif +Patch0: smeserver-support-2.6.0.bz8939.motd_donation_message.patch +Patch1: smeserver-support-2.6.0.bz8939.system-release-template.patch +Patch2: smeserver-support-2.6.0-readhat_release_no_motd.patch +Patch3: smeserver-support-2.6.0-update_copyright_2016.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildRequires: e-smith-devtools >= 1.7.5 BuildArchitectures: noarch @@ -98,6 +102,21 @@ Requires: psacct Requires: dmraid %changelog +* Thu Mar 3 2016 Daniel Berteaud 2.6.0-7.sme +- Update copyright in server-manager footer [SME: 9266] + +* Wed Jan 20 2016 Daniel Berteaud 2.6.0-6.sme +- Don't put motd content in /etc/redhat-release [SME: 9161] + +* Fri Sep 25 2015 stephane de Labrusse 2.6.0-5.sme +- created a template for /etc/system-release [SME: 8939] +- Added smeserver-support-2.6.0.bz8939.system-release-template.patch + +* Thu Jun 25 2015 stephane de Labrusse 2.6.0-4.sme +- added a motd message to increase involvements or donations [SME: 8939] +- Code done by John Crisp and +- Stefano Zamboni + * Sat Nov 1 2014 Daniel Berteaud 2.6.0-3.sme - Remove now uneeded obsolete directives [SME: 8400] @@ -838,6 +857,10 @@ SME Server module to display support and %prep %setup +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 cp %{SOURCE1} root/etc/e-smith/web/common cp %{SOURCE2} root/etc/e-smith/web/common cp %{SOURCE3} root/etc/e-smith/web/common