Updated to 0.0.99.2^2.git40fbd377ed0b snapshot
This commit is contained in:
parent
c3bb2b8822
commit
8b5e951037
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@
|
|||||||
/toolbox-0.0.99.2.tar.xz
|
/toolbox-0.0.99.2.tar.xz
|
||||||
/toolbox-0.0.99.2-1.git9820550c82bb.tar.xz
|
/toolbox-0.0.99.2-1.git9820550c82bb.tar.xz
|
||||||
/toolbox-0.0.99.2^1.git9820550c82bb.tar.xz
|
/toolbox-0.0.99.2^1.git9820550c82bb.tar.xz
|
||||||
|
/toolbox-0.0.99.2^2.git40fbd377ed0b.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (toolbox-0.0.99.2^1.git9820550c82bb.tar.xz) = b131e7fcac664cc9eeb25ae781e6409ee398e31fb1aef4240f31da889600e96feb7e8a4ec0fd37b9b772ce0a37e7c5f6623f390ea6c250c725ae32b36615d209
|
SHA512 (toolbox-0.0.99.2^2.git40fbd377ed0b.tar.xz) = 5abc37f4e1c3accd29976fbb9d303ab3b3f0457543563d24d11346cf09cc546cfb879139e58251ce82e955e13f3e69bd964cdbb8acb6ad0e9009a58b78d635c9
|
||||||
|
@ -1,13 +1,11 @@
|
|||||||
From c6e3a241c54fb16494d129bb8a455e874e0ba1ba Mon Sep 17 00:00:00 2001
|
From 40fbd377ed0b94060ae5fb2a60289500b66486dc Mon Sep 17 00:00:00 2001
|
||||||
From: Oliver Gutierrez <ogutierrez@fedoraproject.org>
|
From: Oliver Gutierrez <ogutsua@gmail.com>
|
||||||
Date: Wed, 28 Jul 2021 17:58:48 +0100
|
Date: Thu, 29 Jul 2021 14:12:41 +0100
|
||||||
Subject: [PATCH] Don't use Go's semantic import versioning
|
Subject: [PATCH] Don't use Go's semantic import versioning
|
||||||
|
|
||||||
Fedora doesn't support Go modules when building Go programs. This
|
Fedora doesn't support Go modules when building Go programs. This
|
||||||
means that source code using semantic import versioning can't be built.
|
means that source code using semantic import versioning can't be built.
|
||||||
|
|
||||||
https://github.com/containers/toolbox/pull/484
|
|
||||||
|
|
||||||
---
|
---
|
||||||
src/cmd/create.go | 2 +-
|
src/cmd/create.go | 2 +-
|
||||||
src/go.mod | 2 +-
|
src/go.mod | 2 +-
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: toolbox
|
Name: toolbox
|
||||||
Version: 0.0.99.2^1.git9820550c82bb
|
Version: 0.0.99.2^2.git40fbd377ed0b
|
||||||
|
|
||||||
%global goipath github.com/containers/%{name}
|
%global goipath github.com/containers/%{name}
|
||||||
%gometa
|
%gometa
|
||||||
@ -185,6 +185,9 @@ ln -s src/pkg pkg
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 29 2021 Oliver Gutiérrez <ogutierrez@fedoraproject.org> - 0.0.99.2^2.git40fbd377ed0b-1
|
||||||
|
- Updated to 0.0.99.2^2.git40fbd377ed0b snapshot
|
||||||
|
|
||||||
* Wed Jul 28 2021 Oliver Gutiérrez <ogutierrez@fedoraproject.org> - 0.0.99.2^1.git9820550c82bb-1
|
* Wed Jul 28 2021 Oliver Gutiérrez <ogutierrez@fedoraproject.org> - 0.0.99.2^1.git9820550c82bb-1
|
||||||
- Updated to 0.00.99.2^1.git9820550c82bb snapshot
|
- Updated to 0.00.99.2^1.git9820550c82bb snapshot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user