--- rpms/e-smith-lib/sme10/e-smith-lib.spec 2016/07/14 21:11:13 1.2 +++ rpms/e-smith-lib/sme10/e-smith-lib.spec 2016/07/18 07:53:38 1.4 @@ -1,10 +1,10 @@ -# $Id: e-smith-lib.spec,v 1.1 2016/02/05 22:44:50 stephdl Exp $ +# $Id: e-smith-lib.spec,v 1.3 2016/07/18 07:52:44 unnilennium Exp $ Summary: e-smith server and gateway - library module %define name e-smith-lib Name: %{name} %define version 2.6.0 -%define release 2 +%define release 3 Version: %{version} Release: %{release}%{?dist} License: Artistic @@ -25,10 +25,18 @@ Requires: perl(Net::IPv4Addr) >= 0.10 Requires: perl(Taint::Util) Requires: pciutils Patch0: e-smith-lib-2.6.0.bz9660.serviceControlSystemd.patch +Patch1: e-smith-lib-2.6.0-mariadb.patch %description e-smith server and gateway software - library module. %changelog +* Mon Jul 18 2016 Jean-Philipe Pialasse 2.6.0-3.sme +- fix mysqld to mariadb [SME: 9438] +- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, + by assuming the date is correct and changing the weekday. + Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or .... + Tue Dec 15 2006 --> Tue Dec 12 2006 or Fri Dec 15 2006 or Tue Dec 19 2006 or .... + * Thu Jul 14 2016 stephane de Labrusse 2.6.0-2.sme - fix esmith::util::serviceControl to manage systemd service [SME: 9660] - Added e-smith-lib-2.6.0.bz9660.serviceControlSystemd.patch @@ -213,7 +221,8 @@ e-smith server and gateway software - li * Fri Jan 26 2007 Shad L. Lords 1.18.0-1 - Roll stable stream. [SME: 2328] -* Tue Dec 15 2006 Federico Simoncelli 1.17.0-8 +* Fri Dec 15 2006 Federico Simoncelli 1.17.0-8 + Tue Dec 15 2006 --> Tue Dec 12 2006 or Fri Dec 15 2006 or Tue Dec 19 2006 or .... - Added the validatePassword function to esmith::util. [SME: 2100] * Thu Dec 07 2006 Shad L. Lords @@ -319,7 +328,8 @@ e-smith server and gateway software - li - Remove newlines from cluck() string and just note that the old path was used [SME: 365] -* Sat Dec 25 2005 Gordon Rowell 1.15.3-28 +* Sun Dec 25 2005 Gordon Rowell 1.15.3-28 + Sat Dec 25 2005 --> Sat Dec 24 2005 or Sun Dec 25 2005 or Sat Dec 31 2005 or .... - If db exists in both the old and new locations in initialize_default_databases, rename the one in the new location to db.time(), avoiding the conflict and saving the @@ -804,6 +814,8 @@ e-smith server and gateway software - li %prep %setup %patch0 -p1 +%patch1 -p1 + %pre