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

This commit is contained in:
Trevor Batley 2024-09-08 17:43:58 +10:00
parent 7685f89bf4
commit 7d7c3c65bb

View File

@ -1,6 +1,6 @@
%define name smeserver-dhcp-dns
%define version 1.2.0
%define release 6
%define release 7
Summary: contrib to update dynamically the dns data
Name: %{name}
@ -13,8 +13,8 @@ URL: http://www.contribs.org
Group: SMEserver/addon
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArchitectures: noarch
BuildRequires: e-smith-devtools
Requires: e-smith-release >= 8.0
BuildRequires: smeserver-devtools
Requires: smeserver-release >= 8.0
AutoReqProv: no
%description
@ -22,6 +22,9 @@ Implementation of some features arround dhcp to dynamically update dns data file
This eliminates the 'pc-0001' etc. default names.
%changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 1.2.0-7.sme
- Fix e-smith references in smeserver-dhcp-dns [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.2.0-6.sme
- Roll up patches and move to git repo [SME: 12338]