|
@@ -1,6 +1,6 @@
|
|
|
Name: docker-compose
|
|
|
Summary: Define and run multi-container applications with Docker
|
|
|
-Version: 2.29.4
|
|
|
+Version: 2.35.1
|
|
|
Release: 1%{_dist_release}
|
|
|
Group: virtualization
|
|
|
Vendor: Project Vine
|
|
@@ -9,7 +9,9 @@ Distribution: Vine Linux
|
|
|
License: Apache-2.0
|
|
|
URL: https://github.com/docker/compose
|
|
|
Source: https://github.com/docker/compose/archive/refs/tags/v%{version}.tar.gz#/compose-%{version}.tar.gz
|
|
|
+# cd compose-x.y-z/
|
|
|
# GOPROXY=https://proxy.golang.org,direct go mod vendor
|
|
|
+# tar Jcvf ../vendor.tar.xz vendor
|
|
|
Source1: vendor.tar.xz
|
|
|
BuildRequires: golang
|
|
|
Requires: moby-engine
|
|
@@ -58,6 +60,12 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Apr 26 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.35.1-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
+* Fri Jan 10 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.32.2-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Mon Sep 16 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.29.4-1
|
|
|
- new upstream release.
|
|
|
|