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

This commit is contained in:
Trevor Batley 2024-09-08 16:49:09 +10:00
parent f510f789c6
commit 97964f8f1e

View File

@ -1,6 +1,6 @@
%define name smeserver-dhcpmanager %define name smeserver-dhcpmanager
%define version 2.0.4 %define version 2.0.4
%define release 19 %define release 20
Summary: provide a dhcp panel in the server-manager for The SME Server Summary: provide a dhcp panel in the server-manager for The SME Server
Name: %{name} Name: %{name}
@ -13,9 +13,9 @@ Group: SMEserver/addon
BuildRoot: %{_tmppath}/%{name}-buildroot BuildRoot: %{_tmppath}/%{name}-buildroot
#Prefix: %{_prefix} #Prefix: %{_prefix}
BuildArchitectures: noarch BuildArchitectures: noarch
BuildRequires: e-smith-devtools BuildRequires: smeserver-devtools
Requires: e-smith-release >= 9.0 Requires: smeserver-release >= 9.0
Requires: e-smith-base >= 5.8.0-93 Requires: smeserver-base >= 5.8.0-93
Requires: net-tools Requires: net-tools
Requires: nmap >= 2:6.25 Requires: nmap >= 2:6.25
AutoReqProv: no AutoReqProv: no
@ -25,6 +25,9 @@ AutoReqProv: no
Implementation of some feature arround dhcp clients like : wol, cleaning dhcpd.leases, Scan of your network etc// Implementation of some feature arround dhcp clients like : wol, cleaning dhcpd.leases, Scan of your network etc//
%changelog %changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 2.0.4-20.sme
- Fix e-smith references in smeserver-dhcpmanager [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.0.4-19.sme * Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.0.4-19.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]