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

This commit is contained in:
Trevor Batley 2024-09-08 17:42:06 +10:00
parent bd26bff825
commit 5a87080096

View File

@ -1,6 +1,6 @@
%define name smeserver-bandwidthd %define name smeserver-bandwidthd
%define version 2.0.1.2 %define version 2.0.1.2
%define release 19 %define release 20
Summary: bandwidthd is a helpdesk system Summary: bandwidthd is a helpdesk system
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
@ -12,9 +12,9 @@ Source: smeserver-bandwidthd-%{version}.tar.xz
BuildArchitectures: noarch BuildArchitectures: noarch
BuildRoot: /var/tmp/%{name}-%{version}-buildroot BuildRoot: /var/tmp/%{name}-%{version}-buildroot
BuildRequires: e-smith-devtools BuildRequires: smeserver-devtools
Requires: e-smith-release >= 10.0 Requires: smeserver-release >= 10.0
Requires: e-smith-apache >= 2.6.0-19 Requires: smeserver-apache >= 2.6.0-19
Requires: bandwidthd Requires: bandwidthd
AutoReqProv: no AutoReqProv: no
@ -22,6 +22,9 @@ AutoReqProv: no
bandwidthd is an application adapted as a contrib for SMEserver bandwidthd is an application adapted as a contrib for SMEserver
%changelog %changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 2.0.1.2-20.sme
- Fix e-smith references in smeserver-bandwidthd [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.0.1.2-19.sme * Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.0.1.2-19.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]