Compare commits
19 Commits
27.0.1-1ma
...
main
Author | SHA1 | Date | |
---|---|---|---|
b18568d9a3 | |||
821272e3e8 | |||
6733076e6b | |||
a4febe8e22 | |||
f98ced6621 | |||
769233048a | |||
8fbf80d110 | |||
5e7ab7b212 | |||
32be80b11f | |||
f1a8849e37 | |||
e43410b002 | |||
b64a82f6a8 | |||
83abb716c4 | |||
e020f773ca | |||
58e7e4ba25 | |||
67233ec00e | |||
8f71a4a44c | |||
c7e5300d39 | |||
cf782033d4 |
71
docker.spec
71
docker.spec
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user