diff --git a/.gitignore b/.gitignore index 46950fe..b732f65 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /toolbox-0.0.6.tar.xz +/toolbox-0.0.7.tar.xz diff --git a/sources b/sources index c62f946..0b7e5b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (toolbox-0.0.6.tar.xz) = f0d23379690545feb4c008e800734634676e2410d39e73824ce3fe0975196d5ce621fccfc1aa36eca092b28ea20b1b890b84c15ec9d49ee439a16af43d5f646c +SHA512 (toolbox-0.0.7.tar.xz) = 0aff6aa1fd333d64ac98e60d3249a61eca436df8cf4057da074b54234a5c8341909852d96511cb219795fb001435bfb2a92aed5f64d8f7308686c3875c05c014 diff --git a/toolbox.spec b/toolbox.spec index d7b8e27..d983724 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -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 - 0.0.7-1 +- Update to 0.0.7 + * Fri Feb 22 2019 Debarshi Ray - 0.0.6-1 - Initial build after rename from fedora-toolbox