From 07e2575c0183fb3d513a0155e0c9119b617c990f Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Sun, 8 Sep 2024 17:48:12 +1000 Subject: [PATCH] fix-e-smith-pkg script (#12732) --- smeserver-lazy_admin_tools.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/smeserver-lazy_admin_tools.spec b/smeserver-lazy_admin_tools.spec index 29bf31c..e3d7d29 100644 --- a/smeserver-lazy_admin_tools.spec +++ b/smeserver-lazy_admin_tools.spec @@ -5,7 +5,7 @@ Summary: Lazy Admin's Tools is a set of scripts to automate admin tasks %define name smeserver-lazy_admin_tools %define version 1.1 -%define release 7%{?dist} +%define release 8%{?dist} Name: %{name} Version: %{version} Release: %{release} @@ -14,10 +14,10 @@ License: GPL Group: Networking/Tools BuildRoot: /var/tmp/%{name}-%{version}-buildroot BuildArchitectures: noarch -Requires: e-smith-base +Requires: smeserver-base Requires: SMEServer >= 8.0 Obsoletes: e-smith-lazy_admin_tools -BuildRequires: e-smith-devtools >= 1.13.1-03 +BuildRequires: smeserver-devtools >= 1.13.1-03 %description The Lazy Administrator's Tools is a set of scripts designed to automate @@ -39,6 +39,9 @@ See man lat-tools for general help on the usage of the toolkit, or run the command with the --help switch to get specific help. %changelog +* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley 1.1-8.sme +- Fix e-smith references in smeserver-lazy_admin_tools [SME: 12732] + * Sat Sep 07 2024 cvs2git.sh aka Brian Read 1.1-7.sme - Roll up patches and move to git repo [SME: 12338]