Updated sources to 0.00.99.2^1.git9820550c82bb snapshot
This commit is contained in:
parent
c6fdde6d4a
commit
906afe610c
2
.gitignore
vendored
2
.gitignore
vendored
@ -23,3 +23,5 @@
|
||||
/toolbox-0.0.99.tar.xz
|
||||
/toolbox-0.0.99.1.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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (toolbox-0.0.99.2.tar.xz) = 8e775d500755181f22f62dde4da32d5eff446590e54587633a545f880e9d58dc36ace9e7b37e5ec7a4713f570ceb3d27569f9421ad27fd95f0bb6499b470d0b6
|
||||
SHA512 (toolbox-0.0.99.2^1.git9820550c82bb.tar.xz) = 508e943584cf867f1f9100ba03797420c9c60c40ff029831044bf7faee2f5115c891b82fa20723ac9b3a3da0dcd57e765020793cdf0ea1680eb81f918bb03da6
|
||||
|
12
toolbox.spec
12
toolbox.spec
@ -1,15 +1,18 @@
|
||||
Name: toolbox
|
||||
Version: 0.0.99.2
|
||||
Version: 0.0.99.2^1.git9820550c82bb
|
||||
|
||||
%global goipath github.com/containers/%{name}
|
||||
%gometa
|
||||
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for containerized command line environments on Linux
|
||||
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/containers/%{name}
|
||||
Source0: https://github.com/containers/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
# https://github.com/containers/%%{name}/releases/download/%%{version}/%%{name}-%%{version}.tar.xz
|
||||
# Snapshot tarball
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
|
||||
# Fedora specific
|
||||
Patch100: toolbox-Don-t-use-Go-s-semantic-import-versioning.patch
|
||||
@ -181,6 +184,9 @@ ln -s src/pkg pkg
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Wed Jul 28 2021 Ondřej Míchal <harrymichal@seznam.cz> - 0.0.99.2-3
|
||||
- Update dependencies of -tests subpackage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user