--- rpms/e-smith-lib/sme10/e-smith-lib.spec 2016/02/05 22:44:50 1.1 +++ rpms/e-smith-lib/sme10/e-smith-lib.spec 2020/11/17 16:48:09 1.11 @@ -1,15 +1,23 @@ -# $Id: e-smith-lib.spec,v 1.21 2016/01/12 21:55:13 vip-ire Exp $ +# $Id: e-smith-lib.spec,v 1.10 2019/12/12 06:57:41 jpp Exp $ Summary: e-smith server and gateway - library module %define name e-smith-lib Name: %{name} %define version 2.6.0 -%define release 1 +%define release 10 Version: %{version} Release: %{release}%{?dist} License: Artistic Group: Networking/Daemons Source: %{name}-%{version}.tar.xz +Patch0: e-smith-lib-2.6.0.bz9660.serviceControlSystemd.patch +Patch1: e-smith-lib-2.6.0-mariadb.patch +Patch2: e-smith-lib-2.6.0.bz9691.syslof.patch +Patch3: e-smith-lib-2.6.0.bz9585.fix_startup_display.patch +Patch4: e-smith-lib-2.6.0.bz9478.patch +Patch5: e-smith-lib-2.6.0.bz10848.systemctl-reload-or-restart.patch +Patch6: e-smith-lib-2.6.0-bz11177-systemd.patch + BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch BuildRequires: e-smith-devtools >= 1.6.3-01 @@ -29,6 +37,42 @@ Requires: pciutils e-smith server and gateway software - library module. %changelog +* Tue Nov 17 2020 Jean-Philipe Pialasse 2.6.0-10.sme +- allow more systemctl controls [SME: 11177] + convert unrecognized signals from service2adjust in events for systemd + handle unsupervised services the same way supervised were in adjust-services +- create e-smith-lib-event [SME: 11141] + +* Thu Dec 12 2019 Jean-Philipe Pialasse 2.6.0-9.sme +- add support for systemctl reload-or-restart, try-restart, enable -now [SME: 10848] + +* Wed Oct 25 2017 Daniel Berteaud 2.6.0-8.sme +- Revert prev change regarding tap_soft, as it's not needed [SME: 10445] + +* Mon Oct 23 2017 Daniel Berteaud 2.6.0-7.sme +- Skip tap_soft interfaces (eg SoftEther, code from Hsing-Foo Wang) + [SME: 10445] + +* Wed Apr 12 2017 Jean-Philipe Pialasse 2.6.0-6.sme +- remove reference to smtpd in configuration.conf [SME: 9478] + +* Thu Aug 04 2016 Jean-Philipe Pialasse 2.6.0-5.sme +- fix console startup display [SME: 9352] + +* Sat Jul 23 2016 Jean-Philipe Pialasse 2.6.0-4.sme +- fix service name syslog to rsyslog [SME: 9691] + +* 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 + * Fri Feb 05 2016 stephane de Labrusse 2.6.0-1.sme - Initial release to sme10 @@ -209,7 +253,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 @@ -315,7 +360,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 @@ -799,6 +845,15 @@ e-smith server and gateway software - li %prep %setup +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +# creating an event that do nothing. db init is done every time by yum already. +mkdir root/etc/e-smith/events/e-smith-lib-update %pre