--- rpms/e-smith-base/sme10/e-smith-base.spec 2023/02/09 05:19:02 1.151 +++ rpms/e-smith-base/sme10/e-smith-base.spec 2023/08/14 18:49:39 1.152 @@ -1,10 +1,10 @@ -# $Id: e-smith-base.spec,v 1.150 2023/02/07 22:16:25 terryfage Exp $ +# $Id: e-smith-base.spec,v 1.151 2023/02/09 05:19:02 jpp Exp $ Summary: e-smith server and gateway - base module %define name e-smith-base Name: %{name} %define version 5.8.1 -%define release 28 +%define release 29 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -31,6 +31,7 @@ Patch15: e-smith-base-5.8.1-bz12182-raid Patch16: e-smith-base-5.8.1-bz12178.patch Patch17: e-smith-base-5.8.1-bz12304-MaxOpenFiles.patch Patch18: e-smith-base-5.8.1-bz11518-prunepath.patch +Patch19: e-smith-base-5.8.1-bz12335-systemdloop.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot Requires: pwauth @@ -109,6 +110,7 @@ e-smith server and gateway software - ba %patch16 -p1 %patch17 -p1 %patch18 -p1 +%patch10 -p1 %build @@ -217,6 +219,9 @@ fi %changelog +* Mon Aug 14 2023 Jean-Philippe Pialasse 5.8.1-29.sme +- fix systemd loop during bootstrap console restore [SME: 12335] + * Thu Feb 09 2023 Jean-Philippe Pialasse 5.8.1-28.sme - option to expand the prunepaths variable for locate [SME: 11518]