Update to 0.0.8
This commit is contained in:
parent
7c7b43b61c
commit
83e7cea95a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/toolbox-0.0.6.tar.xz
|
/toolbox-0.0.6.tar.xz
|
||||||
/toolbox-0.0.7.tar.xz
|
/toolbox-0.0.7.tar.xz
|
||||||
|
/toolbox-0.0.8.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (toolbox-0.0.7.tar.xz) = 0aff6aa1fd333d64ac98e60d3249a61eca436df8cf4057da074b54234a5c8341909852d96511cb219795fb001435bfb2a92aed5f64d8f7308686c3875c05c014
|
SHA512 (toolbox-0.0.8.tar.xz) = 1dc5e32ed2ad96c78c219ded52dd20f3418de2b1c11ea0873857621e30b50e8f8e8c04a74d988ee2a501de1e2d2d8d3c6da02237820722bd0ce090a6c9c44e11
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: toolbox
|
Name: toolbox
|
||||||
Version: 0.0.7
|
Version: 0.0.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Unprivileged development environment
|
Summary: Unprivileged development environment
|
||||||
|
|
||||||
@ -11,6 +11,7 @@ BuildArch: noarch
|
|||||||
# buildah and podman only work on the following architectures:
|
# buildah and podman only work on the following architectures:
|
||||||
ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64
|
ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64
|
||||||
|
|
||||||
|
BuildRequires: ShellCheck
|
||||||
BuildRequires: go-md2man
|
BuildRequires: go-md2man
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
@ -105,8 +106,7 @@ Dockerfile if the image isn't based on the fedora-toolbox image.
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# https://github.com/debarshiray/toolbox/issues/68
|
%meson_test
|
||||||
# %%meson_test
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -127,6 +127,9 @@ Dockerfile if the image isn't based on the fedora-toolbox image.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 12 2019 Debarshi Ray <rishi@fedoraproject.org> - 0.0.8-1
|
||||||
|
- Update to 0.0.8
|
||||||
|
|
||||||
* Thu Mar 14 2019 Debarshi Ray <rishi@fedoraproject.org> - 0.0.7-1
|
* Thu Mar 14 2019 Debarshi Ray <rishi@fedoraproject.org> - 0.0.7-1
|
||||||
- Update to 0.0.7
|
- Update to 0.0.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user