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

This commit is contained in:
Trevor Batley 2024-09-08 18:01:41 +10:00
parent 89c56284a6
commit 35c5e37300

View File

@ -4,7 +4,7 @@
%define name smeserver-xinetd %define name smeserver-xinetd
%define version 0.3 %define version 0.3
%define release 6 %define release 7
Summary: Set up xinetd for services. Summary: Set up xinetd for services.
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
@ -15,9 +15,9 @@ Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version} BuildRoot: /var/tmp/%{name}-%{version}
BuildArchitectures: noarch BuildArchitectures: noarch
BuildRequires: e-smith-devtools >= 1.13.1-03 BuildRequires: smeserver-devtools >= 1.13.1-03
Requires: e-smith-release >= 7.0 Requires: smeserver-release >= 7.0
Requires: e-smith-base >= 5.6.0-34 Requires: smeserver-base >= 5.6.0-34
Requires: xinetd >= 2.3.13 Requires: xinetd >= 2.3.13
AutoReqProv: no AutoReqProv: no
@ -25,6 +25,9 @@ AutoReqProv: no
Integration package to enable xinetd on SME Server. Integration package to enable xinetd on SME Server.
%changelog %changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 0.3-7.sme
- Fix e-smith references in smeserver-xinetd [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.3-6.sme * Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.3-6.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]