1 |
%define name smeserver-docker |
%define name smeserver-docker |
2 |
%define version 0.4 |
%define version 0.4 |
3 |
%define release 6%{?dist} |
%define release 7%{?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} |
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 |
Patch5: smeserver-docker-0.4-docker-compose-template-begin.patch |
17 |
|
Patch6: smeserver-docker-0.4-docker-compose-template-add-newline.patch |
18 |
|
|
19 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
27 |
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 |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Thu Jul 27 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-7.sme |
31 |
|
- Add newline to 01version temnplate [SME: 11892] |
32 |
|
|
33 |
* Wed Jul 26 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-6.sme |
* Wed Jul 26 2023 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-6.sme |
34 |
- add docker-compose.yml template-begin |
- add docker-compose.yml template-begin [SME: 11892] |
35 |
- fix compose templates for version 2 |
- fix compose templates for version 2 |
36 |
|
|
37 |
* 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 |
38 |
- Fix daemon.json syntax |
- Fix daemon.json syntax [SME: 11892] |
39 |
- Add template-begin files |
- Add template-begin files |
40 |
- Thanks to Greg Zartman for finding these |
- Thanks to Greg Zartman for finding these |
41 |
|
|
42 |
* Wed Jul 13 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-4.sme |
* Wed Jul 13 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-4.sme |
43 |
- Add docker-compose.yml template |
- Add docker-compose.yml template [SME: 11892] |
44 |
- smeserver-docker-compose-update event to expand the compose file |
- smeserver-docker-compose-update event to expand the compose file |
45 |
|
|
46 |
* Tue Jul 12 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-3.sme |
* Tue Jul 12 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 0.4-3.sme |
88 |
%patch3 -p1 |
%patch3 -p1 |
89 |
%patch4 -p1 |
%patch4 -p1 |
90 |
%patch5 -p1 |
%patch5 -p1 |
91 |
|
%patch6 -p1 |
92 |
|
|
93 |
%build |
%build |
94 |
perl createlinks |
perl createlinks |