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

This commit is contained in:
Trevor Batley 2024-09-08 17:45:20 +10:00
parent ce6f5341b1
commit 370a89bc2a

View File

@ -6,14 +6,14 @@
Name: %{name}
%define version 1.5.0
Version: %{version}
%define release 18
%define release 19
Release: %{release}%{?dist}
License: GPL
Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version}-buildroot
BuildRequires: e-smith-devtools
BuildRequires: smeserver-devtools
BuildArch: noarch
Group: Networking/Daemons
Summary: DUREP - Graphic Report for Disk Usage
@ -25,6 +25,9 @@ Obsoletes: e-smith-durep
AutoReqProv: no
%changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.5.0-19.sme
- Fix e-smith references in smeserver-durep [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.5.0-18.sme
- Roll up patches and move to git repo [SME: 12338]