2024-01-05 21:52:41 +01:00
|
|
|
Name: docker-compose
|
2024-10-31 09:59:20 +01:00
|
|
|
Version: 2.30.1
|
2024-01-05 21:52:41 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Define and run multi-container applications with Docker
|
|
|
|
Group: System/Servers
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/docker/compose
|
2024-01-05 21:52:41 +01:00
|
|
|
Source: https://github.com/docker/compose.git/v%{version}/compose-%{version}.tar.bz2
|
2024-01-05 21:52:41 +01:00
|
|
|
License: Apache License 2.0
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
Define and run multi-container applications with Docker.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n compose-%{version}
|
|
|
|
|
|
|
|
%build
|
2024-01-05 21:52:41 +01:00
|
|
|
export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -ldflags=-X=github.com/docker/compose/v2/internal.Version=%{version} -mod=readonly -modcacherw"
|
|
|
|
CGO_ENABLED=0 go build -trimpath -tags "e2e,kube" -o compose ./cmd
|
2024-01-05 21:52:41 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 21:52:41 +01:00
|
|
|
install -D -m0755 compose %{buildroot}%{_prefix}/lib/docker/cli-plugins/docker-compose
|
|
|
|
install -d %{buildroot}%{_bindir}
|
|
|
|
ln -sf ../lib/docker/cli-plugins/docker-compose %{buildroot}%{_bindir}/docker-compose
|
2024-01-05 21:52:41 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-05 21:52:41 +01:00
|
|
|
%files
|
2024-01-05 21:52:41 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-05 21:52:41 +01:00
|
|
|
%{_bindir}/docker-compose
|
|
|
|
%{_prefix}/lib/docker/cli-plugins/docker-compose
|
2024-01-05 21:52:41 +01:00
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-10-31 09:59:20 +01:00
|
|
|
* Wed Oct 30 2024 Automatic Build System <autodist@openmamba.org> 2.30.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-10-30 16:23:00 +01:00
|
|
|
* Wed Oct 30 2024 Automatic Build System <autodist@openmamba.org> 2.30.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-22 11:46:19 +02:00
|
|
|
* Fri Sep 20 2024 Automatic Build System <autodist@openmamba.org> 2.29.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-18 18:48:28 +02:00
|
|
|
* Wed Sep 18 2024 Automatic Build System <autodist@openmamba.org> 2.29.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-17 15:08:59 +02:00
|
|
|
* Tue Sep 17 2024 Automatic Build System <autodist@openmamba.org> 2.29.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-14 15:43:02 +02:00
|
|
|
* Fri Sep 13 2024 Automatic Build System <autodist@openmamba.org> 2.29.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-08-14 18:52:21 +02:00
|
|
|
* Wed Aug 14 2024 Automatic Build System <autodist@openmamba.org> 2.29.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-07-24 08:57:51 +02:00
|
|
|
* Tue Jul 23 2024 Automatic Build System <autodist@openmamba.org> 2.29.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-07-17 23:59:03 +02:00
|
|
|
* Wed Jul 17 2024 Automatic Build System <autodist@openmamba.org> 2.29.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-06-24 21:55:24 +02:00
|
|
|
* Mon Jun 24 2024 Automatic Build System <autodist@openmamba.org> 2.28.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-06-22 10:44:02 +02:00
|
|
|
* Sat Jun 22 2024 Automatic Build System <autodist@openmamba.org> 2.28.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jun 20 2024 Automatic Build System <autodist@openmamba.org> 2.27.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-05-25 10:44:05 +02:00
|
|
|
* Fri May 24 2024 Automatic Build System <autodist@openmamba.org> 2.27.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-04-25 10:41:19 +02:00
|
|
|
* Thu Apr 25 2024 Automatic Build System <autodist@openmamba.org> 2.27.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-30 11:24:56 +01:00
|
|
|
* Fri Mar 29 2024 Automatic Build System <autodist@openmamba.org> 2.26.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-23 11:03:25 +01:00
|
|
|
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 2.26.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-16 08:38:50 +01:00
|
|
|
* Fri Mar 15 2024 Automatic Build System <autodist@openmamba.org> 2.25.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-07 09:27:48 +01:00
|
|
|
* Thu Mar 07 2024 Automatic Build System <autodist@openmamba.org> 2.24.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-16 09:59:25 +01:00
|
|
|
* Fri Feb 16 2024 Automatic Build System <autodist@openmamba.org> 2.24.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-31 12:25:44 +01:00
|
|
|
* Wed Jan 31 2024 Automatic Build System <autodist@openmamba.org> 2.24.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-31 09:44:33 +01:00
|
|
|
* Tue Jan 30 2024 Automatic Build System <autodist@openmamba.org> 2.24.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-25 22:09:46 +01:00
|
|
|
* Thu Jan 25 2024 Automatic Build System <autodist@openmamba.org> 2.24.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-23 22:16:58 +01:00
|
|
|
* Tue Jan 23 2024 Automatic Build System <autodist@openmamba.org> 2.24.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-18 22:40:00 +01:00
|
|
|
* Thu Jan 18 2024 Automatic Build System <autodist@openmamba.org> 2.24.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-12 10:22:52 +01:00
|
|
|
* Thu Jan 11 2024 Automatic Build System <autodist@openmamba.org> 2.24.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:48 +01:00
|
|
|
* Wed Dec 27 2023 Automatic Build System <autodist@mambasoft.it> 2.23.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:47 +01:00
|
|
|
* Thu Jul 20 2023 Automatic Build System <autodist@mambasoft.it> 2.20.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:47 +01:00
|
|
|
* Wed Jul 19 2023 Automatic Build System <autodist@mambasoft.it> 2.20.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:46 +01:00
|
|
|
* Wed Jul 12 2023 Automatic Build System <autodist@mambasoft.it> 2.20.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:46 +01:00
|
|
|
* Fri Jun 30 2023 Automatic Build System <autodist@mambasoft.it> 2.19.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:45 +01:00
|
|
|
* Thu Jun 22 2023 Automatic Build System <autodist@mambasoft.it> 2.19.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:45 +01:00
|
|
|
* Thu May 18 2023 Automatic Build System <autodist@mambasoft.it> 2.18.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:44 +01:00
|
|
|
* Wed May 17 2023 Automatic Build System <autodist@mambasoft.it> 2.18.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:44 +01:00
|
|
|
* Fri Apr 21 2023 Automatic Build System <autodist@mambasoft.it> 2.17.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:44 +01:00
|
|
|
* Tue Mar 28 2023 Automatic Build System <autodist@mambasoft.it> 2.17.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:43 +01:00
|
|
|
* Sat Mar 25 2023 Automatic Build System <autodist@mambasoft.it> 2.17.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:43 +01:00
|
|
|
* Wed Mar 22 2023 Automatic Build System <autodist@mambasoft.it> 2.17.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:43 +01:00
|
|
|
* Wed Feb 08 2023 Automatic Build System <autodist@mambasoft.it> 2.16.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:42 +01:00
|
|
|
* Mon Jan 09 2023 Automatic Build System <autodist@mambasoft.it> 2.15.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:42 +01:00
|
|
|
* Thu Jan 05 2023 Automatic Build System <autodist@mambasoft.it> 2.15.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:41 +01:00
|
|
|
* Tue Dec 20 2022 Automatic Build System <autodist@mambasoft.it> 2.14.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:41 +01:00
|
|
|
* Fri Dec 16 2022 Automatic Build System <autodist@mambasoft.it> 2.14.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:41 +01:00
|
|
|
* Sat Dec 03 2022 Automatic Build System <autodist@mambasoft.it> 2.14.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:41 +01:00
|
|
|
* Wed Nov 23 2022 Automatic Build System <autodist@mambasoft.it> 2.13.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:41 +01:00
|
|
|
* Sat Oct 22 2022 Automatic Build System <autodist@mambasoft.it> 2.12.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:41 +01:00
|
|
|
* Wed Oct 19 2022 Automatic Build System <autodist@mambasoft.it> 2.12.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:41 +01:00
|
|
|
* Wed Sep 28 2022 Automatic Build System <autodist@mambasoft.it> 2.11.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:41 +01:00
|
|
|
* Wed Sep 21 2022 Automatic Build System <autodist@mambasoft.it> 2.11.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:41 +01:00
|
|
|
* Thu Sep 15 2022 Automatic Build System <autodist@mambasoft.it> 2.11.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:41 +01:00
|
|
|
* Sat Aug 27 2022 Automatic Build System <autodist@mambasoft.it> 2.10.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:41 +01:00
|
|
|
* Thu Aug 25 2022 Automatic Build System <autodist@mambasoft.it> 2.10.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:41 +01:00
|
|
|
* Sat Aug 20 2022 Automatic Build System <autodist@mambasoft.it> 2.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Aug 02 2022 Automatic Build System <autodist@mambasoft.it> 2.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Jul 30 2022 Automatic Build System <autodist@mambasoft.it> 2.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:41 +01:00
|
|
|
* Wed Jul 20 2022 Automatic Build System <autodist@mambasoft.it> 2.7.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:41 +01:00
|
|
|
* Fri Jun 24 2022 Automatic Build System <autodist@mambasoft.it> 2.6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:41 +01:00
|
|
|
* Tue May 31 2022 Automatic Build System <autodist@mambasoft.it> 2.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:41 +01:00
|
|
|
* Tue May 17 2022 Automatic Build System <autodist@mambasoft.it> 2.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:52:41 +01:00
|
|
|
* Sat May 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.0-1mamba
|
|
|
|
- update to 2.5.0
|
|
|
|
|
2024-01-05 21:52:41 +01:00
|
|
|
* Sun Aug 29 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.29.2-1mamba
|
|
|
|
- package created using the webbuild interface
|