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

This commit is contained in:
Trevor Batley 2024-09-08 17:44:30 +10:00
parent 6ccced10c5
commit 5e777791d9

View File

@ -1,6 +1,6 @@
%define name smeserver-docker
%define version 0.4
%define release 8%{?dist}
%define release 9%{?dist}
Summary: Contrib to manage basic docker setup
Name: %{name}
Version: %{version}
@ -12,8 +12,8 @@ Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version}
BuildArchitectures: noarch
BuildRequires: e-smith-devtools
Requires: e-smith-release >= 10.0
BuildRequires: smeserver-devtools
Requires: smeserver-release >= 10.0
Requires: docker-ce >= 20.10
AutoReqProv: no
@ -21,6 +21,9 @@ AutoReqProv: no
Docker is an open-source project that automates the deployment of applications inside software containers
%changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 0.4-9.sme
- Fix e-smith references in smeserver-docker [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.4-8.sme
- Roll up patches and move to git repo [SME: 12338]