fix-e-smith-pkg script (#12732)

This commit is contained in:
Trevor Batley 2024-09-08 17:48:12 +10:00
parent 376cfcf5b4
commit 07e2575c01

View File

@ -5,7 +5,7 @@
Summary: Lazy Admin's Tools is a set of scripts to automate admin tasks Summary: Lazy Admin's Tools is a set of scripts to automate admin tasks
%define name smeserver-lazy_admin_tools %define name smeserver-lazy_admin_tools
%define version 1.1 %define version 1.1
%define release 7%{?dist} %define release 8%{?dist}
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
Release: %{release} Release: %{release}
@ -14,10 +14,10 @@ License: GPL
Group: Networking/Tools Group: Networking/Tools
BuildRoot: /var/tmp/%{name}-%{version}-buildroot BuildRoot: /var/tmp/%{name}-%{version}-buildroot
BuildArchitectures: noarch BuildArchitectures: noarch
Requires: e-smith-base Requires: smeserver-base
Requires: SMEServer >= 8.0 Requires: SMEServer >= 8.0
Obsoletes: e-smith-lazy_admin_tools Obsoletes: e-smith-lazy_admin_tools
BuildRequires: e-smith-devtools >= 1.13.1-03 BuildRequires: smeserver-devtools >= 1.13.1-03
%description %description
The Lazy Administrator's Tools is a set of scripts designed to automate 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. command with the --help switch to get specific help.
%changelog %changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.1-8.sme
- Fix e-smith references in smeserver-lazy_admin_tools [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.1-7.sme * Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.1-7.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]