Compare commits

...

19 Commits

Author SHA1 Message Date
b18568d9a3 automatic version update by autodist [release 28.2.2-1mamba;Sat May 31 2025] 2025-05-31 11:47:40 +02:00
821272e3e8 automatic version update by autodist [release 28.2.1-1mamba;Thu May 29 2025] 2025-05-29 18:19:23 +02:00
6733076e6b automatic version update by autodist [release 28.1.1-1mamba;Sat May 24 2025] 2025-05-25 00:53:15 +02:00
a4febe8e22 automatic version update by autodist [release 28.0.4-1mamba;Wed Mar 26 2025] 2025-03-27 15:36:39 +01:00
f98ced6621 automatic version update by autodist [release 28.0.2-1mamba;Thu Mar 20 2025] 2025-03-20 11:24:34 +01:00
769233048a automatic version update by autodist [release 28.0.1-1mamba;Thu Feb 27 2025] 2025-02-27 14:33:08 +01:00
8fbf80d110 automatic version update by autodist [release 28.0.0-1mamba;Fri Feb 21 2025] 2025-02-21 10:35:58 +01:00
5e7ab7b212 automatic version update by autodist [release 27.5.1-1mamba;Thu Jan 23 2025] 2025-01-23 09:27:26 +01:00
32be80b11f automatic version update by autodist [release 27.5.0-1mamba;Tue Jan 14 2025] 2025-01-14 14:26:26 +01:00
f1a8849e37 automatic version update by autodist [release 27.4.1-1mamba;Thu Dec 19 2024] 2024-12-19 10:16:00 +01:00
e43410b002 automatic version update by autodist [release 27.4.0-1mamba;Tue Dec 10 2024] 2024-12-12 17:38:19 +01:00
b64a82f6a8 automatic version update by autodist [release 27.3.1-1mamba;Sat Sep 21 2024] 2024-09-22 11:45:59 +02:00
83abb716c4 automatic version update by autodist [release 27.2.1-1mamba;Mon Sep 09 2024] 2024-09-10 20:23:18 +02:00
e020f773ca automatic version update by autodist [release 27.2.0-1mamba;Wed Aug 28 2024] 2024-08-28 10:09:28 +02:00
58e7e4ba25 automatic version update by autodist [release 27.1.2-1mamba;Wed Aug 14 2024] 2024-08-14 18:52:05 +02:00
67233ec00e automatic version update by autodist [release 27.1.1-1mamba;Wed Jul 24 2024] 2024-07-25 21:02:53 +02:00
8f71a4a44c automatic version update by autodist [release 27.1.0-1mamba;Mon Jul 22 2024] 2024-07-23 09:47:33 +02:00
c7e5300d39 automatic version update by autodist [release 27.0.3-1mamba;Tue Jul 02 2024] 2024-07-03 10:57:53 +02:00
cf782033d4 automatic version update by autodist [release 27.0.2-1mamba;Thu Jun 27 2024] 2024-06-27 14:07:57 +02:00
2 changed files with 65 additions and 7 deletions

View File

@ -2,3 +2,4 @@
An open-source application container engine.

View File

@ -4,7 +4,7 @@
%define tini_tag master@de40ad007797e0dcd8b7126f27bb87401d224240
Name: docker
Version: 27.0.1
Version: 28.2.2
Release: 1mamba
Summary: An open-source application container engine
Group: System/Servers
@ -30,7 +30,6 @@ Requires: runc
%description
An open-source application container engine.
%debug_package
%prep
%setup -q -c -a0 -a1 -a2
@ -76,7 +75,9 @@ _fake_gopath_popd
### docker-init
_fake_gopath_pushd tini github.com/krallin/tini
cmake .
cmake . \
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
# we must use the static binary because it's started in a foreign os
make tini-static
_fake_gopath_popd
@ -120,9 +121,6 @@ ln -s containerd-shim %{buildroot}%{_bindir}/docker-containerd-shim
ln -s ctr %{buildroot}%{_bindir}/docker-containerd-ctr
ln -s runc %{buildroot}%{_bindir}/docker-runc
# Fix error in final rmbuild
chmod u+w pkg -R
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -165,10 +163,69 @@ fi
%{_mandir}/man1/docker*.1*
%{_mandir}/man5/Dockerfile.5*
%{_mandir}/man5/docker-config-json.5*
%{_mandir}/man8/dockerd.8*
%doc moby/AUTHORS moby/LICENSE
%changelog
* Sat May 31 2025 Automatic Build System <autodist@openmamba.org> 28.2.2-1mamba
- automatic version update by autodist
* Thu May 29 2025 Automatic Build System <autodist@openmamba.org> 28.2.1-1mamba
- automatic version update by autodist
* Sat May 24 2025 Automatic Build System <autodist@openmamba.org> 28.1.1-1mamba
- automatic version update by autodist
* Wed Mar 26 2025 Automatic Build System <autodist@openmamba.org> 28.0.4-1mamba
- automatic version update by autodist
* Thu Mar 20 2025 Automatic Build System <autodist@openmamba.org> 28.0.2-1mamba
- automatic version update by autodist
* Thu Feb 27 2025 Automatic Build System <autodist@openmamba.org> 28.0.1-1mamba
- automatic version update by autodist
* Fri Feb 21 2025 Automatic Build System <autodist@openmamba.org> 28.0.0-1mamba
- automatic version update by autodist
* Thu Jan 23 2025 Automatic Build System <autodist@openmamba.org> 27.5.1-1mamba
- automatic version update by autodist
* Tue Jan 14 2025 Automatic Build System <autodist@openmamba.org> 27.5.0-1mamba
- automatic version update by autodist
* Thu Dec 19 2024 Automatic Build System <autodist@openmamba.org> 27.4.1-1mamba
- automatic version update by autodist
* Tue Dec 10 2024 Automatic Build System <autodist@openmamba.org> 27.4.0-1mamba
- automatic version update by autodist
* Sat Sep 21 2024 Automatic Build System <autodist@openmamba.org> 27.3.1-1mamba
- automatic version update by autodist
* Fri Sep 20 2024 Automatic Build System <autodist@openmamba.org> 27.3.0-1mamba
- automatic version update by autodist
* Mon Sep 09 2024 Automatic Build System <autodist@openmamba.org> 27.2.1-1mamba
- automatic version update by autodist
* Wed Aug 28 2024 Automatic Build System <autodist@openmamba.org> 27.2.0-1mamba
- automatic version update by autodist
* Wed Aug 14 2024 Automatic Build System <autodist@openmamba.org> 27.1.2-1mamba
- automatic version update by autodist
* Wed Jul 24 2024 Automatic Build System <autodist@openmamba.org> 27.1.1-1mamba
- automatic version update by autodist
* Mon Jul 22 2024 Automatic Build System <autodist@openmamba.org> 27.1.0-1mamba
- automatic version update by autodist
* Tue Jul 02 2024 Automatic Build System <autodist@openmamba.org> 27.0.3-1mamba
- automatic version update by autodist
* Thu Jun 27 2024 Automatic Build System <autodist@openmamba.org> 27.0.2-1mamba
- automatic version update by autodist
* Tue Jun 25 2024 Automatic Build System <autodist@openmamba.org> 27.0.1-1mamba
- automatic version update by autodist