From 35fe8ab081ab40528aa0ceb67fab6ecf5a3c3f89 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Sun, 8 Sep 2024 17:58:30 +1000 Subject: [PATCH] fix-e-smith-pkg script (#12732) --- smeserver-supervisor.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/smeserver-supervisor.spec b/smeserver-supervisor.spec index 3540f23..406153e 100644 --- a/smeserver-supervisor.spec +++ b/smeserver-supervisor.spec @@ -1,14 +1,14 @@ Name: smeserver-supervisor Version: 1.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Koozali SME Server integration of supevisord License: GPL URL: http://supervisord.org/ #Source0: %{name}-%{version}.tar.gz Source: createlinks BuildArch: noarch -BuildRequires: e-smith-devtools +BuildRequires: smeserver-devtools Requires: supervisor %description @@ -47,6 +47,9 @@ rm -rf %{buildroot} %changelog +* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley 1.0.0-3.sme +- Fix e-smith references in smeserver-supervisor [SME: 12732] + * Sat Sep 07 2024 cvs2git.sh aka Brian Read 1.0.0-2.sme - Roll up patches and move to git repo [SME: 12338]