From 906afe610cbcf4504a229bc073334556f7491c10 Mon Sep 17 00:00:00 2001 From: Oliver Gutierrez Date: Jul 28 2021 15:55:24 +0000 Subject: Updated sources to 0.00.99.2^1.git9820550c82bb snapshot --- diff --git a/.gitignore b/.gitignore index 51193d6..9d7f95f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index c553232..2ec0d0c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (toolbox-0.0.99.2.tar.xz) = 8e775d500755181f22f62dde4da32d5eff446590e54587633a545f880e9d58dc36ace9e7b37e5ec7a4713f570ceb3d27569f9421ad27fd95f0bb6499b470d0b6 +SHA512 (toolbox-0.0.99.2^1.git9820550c82bb.tar.xz) = 508e943584cf867f1f9100ba03797420c9c60c40ff029831044bf7faee2f5115c891b82fa20723ac9b3a3da0dcd57e765020793cdf0ea1680eb81f918bb03da6 diff --git a/toolbox.spec b/toolbox.spec index ec2d98e..cce09d1 100644 --- a/toolbox.spec +++ b/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 - 0.0.99.2^1.git9820550c82bb-1 +- Updated to 0.00.99.2^1.git9820550c82bb snapshot + * Wed Jul 28 2021 Ondřej Míchal - 0.0.99.2-3 - Update dependencies of -tests subpackage