Updated sources to 0.00.99.2^1.git9820550c82bb snapshot

This commit is contained in:
Oliver Gutierrez 2021-07-28 16:55:24 +01:00
parent c6fdde6d4a
commit 906afe610c
No known key found for this signature in database
GPG Key ID: C4D0A809DC608C15
3 changed files with 12 additions and 4 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
SHA512 (toolbox-0.0.99.2.tar.xz) = 8e775d500755181f22f62dde4da32d5eff446590e54587633a545f880e9d58dc36ace9e7b37e5ec7a4713f570ceb3d27569f9421ad27fd95f0bb6499b470d0b6
SHA512 (toolbox-0.0.99.2^1.git9820550c82bb.tar.xz) = 508e943584cf867f1f9100ba03797420c9c60c40ff029831044bf7faee2f5115c891b82fa20723ac9b3a3da0dcd57e765020793cdf0ea1680eb81f918bb03da6

View File

@ -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