1 |
%define name smeserver-docker |
%define name smeserver-docker |
2 |
%define version 0.4 |
%define version 0.4 |
3 |
%define release 5%{?dist} |
%define release 6%{?dist} |
4 |
Summary: Contrib to manage basic docker setup |
Summary: Contrib to manage basic docker setup |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
13 |
Patch2: smeserver-docker-0.4-update-createlinks1.patch |
Patch2: smeserver-docker-0.4-update-createlinks1.patch |
14 |
Patch3: smeserver-docker-0.4-docker-compose-template.patch |
Patch3: smeserver-docker-0.4-docker-compose-template.patch |
15 |
Patch4: smeserver-docker-0.4-daemon-json-update.patch |
Patch4: smeserver-docker-0.4-daemon-json-update.patch |
16 |
|
Patch5: smeserver-docker-0.4-docker-compose-template-begin.patch |
17 |
|
|
18 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
26 |
Docker is an open-source project that automates the deployment of applications inside software containers |
Docker is an open-source project that automates the deployment of applications inside software containers |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Wed Jul 26 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-6.sme |
30 |
|
- add docker-compose.yml template-begin |
31 |
|
- fix compose templates for version 2 |
32 |
|
|
33 |
* Tue Oct 11 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-5.sme |
* Tue Oct 11 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-5.sme |
34 |
- Fix daemon.json syntax |
- Fix daemon.json syntax |
35 |
- Add template-begin files |
- Add template-begin files |
83 |
%patch2 -p1 |
%patch2 -p1 |
84 |
%patch3 -p1 |
%patch3 -p1 |
85 |
%patch4 -p1 |
%patch4 -p1 |
86 |
|
%patch5 -p1 |
87 |
|
|
88 |
%build |
%build |
89 |
perl createlinks |
perl createlinks |