--- rpms/e-smith-lib/sme10/e-smith-lib.spec 2021/04/20 03:22:26 1.15 +++ rpms/e-smith-lib/sme10/e-smith-lib.spec 2022/11/23 22:07:12 1.18 @@ -1,4 +1,4 @@ -# $Id: e-smith-lib.spec,v 1.14 2021/01/02 06:45:27 jpp Exp $ +# $Id: e-smith-lib.spec,v 1.17 2021/10/28 04:13:03 jpp Exp $ %define copykooz 2013-2021 @@ -6,7 +6,7 @@ Summary: e-smith server and gateway - li %define name e-smith-lib Name: %{name} %define version 2.6.0 -%define release 14 +%define release 16 Version: %{version} Release: %{release}%{?dist} License: Artistic @@ -21,6 +21,8 @@ Patch5: e-smith-lib-2.6.0.bz10848.system Patch6: e-smith-lib-2.6.0-bz11177-systemd.patch Patch7: e-smith-lib-2.6.0-bz11177-signals.patch Patch8: e-smith-lib-2.6.0-bz11570-copyrights.patch +Patch9: e-smith-lib-2.6.0-bz11723.patch +Patch10: e-smith-lib-2.6.0-bz12194-allowSystemctlAliases.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -41,6 +43,13 @@ Requires: pciutils e-smith server and gateway software - library module. %changelog +* Wed Nov 23 2022 Jean-Philippe Pialasse 2.6.0-16.sme +- allow call to systemctl aliases in etc [SME: 12194] + fix network=>networking service is not restarted. + +* Thu Oct 28 2021 Jean-Philippe Pialasse 2.6.0-15.sme +- add support for service with instances [SME: 11723] + * Mon Apr 19 2021 Jean-Philippe Pialasse 2.6.0-14.sme - update copyright dates, and make it easier to change from spec file [SME: 11570] @@ -876,6 +885,8 @@ e-smith server and gateway software - li mkdir root/etc/e-smith/events/e-smith-lib-update %patch7 -p1 %patch8 -p1 +%patch9 -p1 +%patch10 -p1 %pre @@ -888,6 +899,7 @@ do mkdir -p root/etc/e-smith/events/$event done perl createlinks +find root/ -type f | xargs grep -l ____COPYYEARS____ | xargs sed -i -e 's/____COPYYEARS____/%{copykooz}/g' %install rm -rf $RPM_BUILD_ROOT