Update to 0.0.7

This commit is contained in:
Debarshi Ray 2019-03-14 14:25:59 +01:00
parent 33bd39b0f9
commit b63f98c3b8
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/toolbox-0.0.6.tar.xz
/toolbox-0.0.7.tar.xz

View File

@ -1 +1 @@
SHA512 (toolbox-0.0.6.tar.xz) = f0d23379690545feb4c008e800734634676e2410d39e73824ce3fe0975196d5ce621fccfc1aa36eca092b28ea20b1b890b84c15ec9d49ee439a16af43d5f646c
SHA512 (toolbox-0.0.7.tar.xz) = 0aff6aa1fd333d64ac98e60d3249a61eca436df8cf4057da074b54234a5c8341909852d96511cb219795fb001435bfb2a92aed5f64d8f7308686c3875c05c014

View File

@ -1,5 +1,5 @@
Name: toolbox
Version: 0.0.6
Version: 0.0.7
Release: 1%{?dist}
Summary: Unprivileged development environment
@ -11,7 +11,9 @@ BuildArch: noarch
# buildah and podman only work on the following architectures:
ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64
BuildRequires: go-md2man
BuildRequires: meson
BuildRequires: systemd
Requires: buildah
Requires: podman
@ -48,8 +50,14 @@ debugging software that runs fully unprivileged using Podman.
%doc NEWS README.md
%license COPYING
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_mandir}/man1/%{name}-*.1*
%{_tmpfilesdir}/%{name}.conf
%changelog
* Thu Mar 14 2019 Debarshi Ray <rishi@fedoraproject.org> - 0.0.7-1
- Update to 0.0.7
* Fri Feb 22 2019 Debarshi Ray <rishi@fedoraproject.org> - 0.0.6-1
- Initial build after rename from fedora-toolbox