diff --git a/.gitignore b/.gitignore index b732f65..66a24a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /toolbox-0.0.6.tar.xz /toolbox-0.0.7.tar.xz +/toolbox-0.0.8.tar.xz diff --git a/sources b/sources index 0b7e5b1..4efbe7e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (toolbox-0.0.7.tar.xz) = 0aff6aa1fd333d64ac98e60d3249a61eca436df8cf4057da074b54234a5c8341909852d96511cb219795fb001435bfb2a92aed5f64d8f7308686c3875c05c014 +SHA512 (toolbox-0.0.8.tar.xz) = 1dc5e32ed2ad96c78c219ded52dd20f3418de2b1c11ea0873857621e30b50e8f8e8c04a74d988ee2a501de1e2d2d8d3c6da02237820722bd0ce090a6c9c44e11 diff --git a/toolbox.spec b/toolbox.spec index 0d604b8..c5079fc 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -1,5 +1,5 @@ Name: toolbox -Version: 0.0.7 +Version: 0.0.8 Release: 1%{?dist} Summary: Unprivileged development environment @@ -11,6 +11,7 @@ BuildArch: noarch # buildah and podman only work on the following architectures: ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 +BuildRequires: ShellCheck BuildRequires: go-md2man BuildRequires: meson BuildRequires: systemd @@ -105,8 +106,7 @@ Dockerfile if the image isn't based on the fedora-toolbox image. %check -# https://github.com/debarshiray/toolbox/issues/68 -# %%meson_test +%meson_test %install @@ -127,6 +127,9 @@ Dockerfile if the image isn't based on the fedora-toolbox image. %changelog +* Fri Apr 12 2019 Debarshi Ray - 0.0.8-1 +- Update to 0.0.8 + * Thu Mar 14 2019 Debarshi Ray - 0.0.7-1 - Update to 0.0.7