convert patches into unix format

This commit is contained in:
Funda Wang 2024-11-29 12:32:20 +08:00
parent c4a5a60d63
commit 24be9a4b91
4 changed files with 162 additions and 159 deletions

View File

@ -7,9 +7,9 @@
Name: moby Name: moby
Version: 25.0.3 Version: 25.0.3
Release: 20 Release: 21
Summary: The open-source application container engine Summary: The open-source application container engine
License: ASL 2.0 License: Apache-2.0
URL: https://www.docker.com URL: https://www.docker.com
# https://github.com/docker/cli/archive/refs/tags/v25.0.3.tar.gz # https://github.com/docker/cli/archive/refs/tags/v25.0.3.tar.gz
Source0: cli-%{version}.tar.gz Source0: cli-%{version}.tar.gz
@ -224,6 +224,9 @@ fi
%systemd_postun_with_restart docker.service %systemd_postun_with_restart docker.service
%changelog %changelog
* Fri Nov 29 2024 Funda Wang <fundawang@yeah.net> - 25.0.3-21
- convert patches into unix format
* Fri Nov 22 2024 Funda Wang <fundawang@yeah.net> - 25.0.3-20 * Fri Nov 22 2024 Funda Wang <fundawang@yeah.net> - 25.0.3-20
- rename back to moby - rename back to moby
- split docker-proxy for docker 18 to use - split docker-proxy for docker 18 to use