From f5b32ef1d38916cb4a8338c0e7267314bce36943 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Apr 30 2019 10:56:48 +0000 Subject: Update to 0.0.9 --- diff --git a/.gitignore b/.gitignore index 66a24a5..3c646f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /toolbox-0.0.6.tar.xz /toolbox-0.0.7.tar.xz /toolbox-0.0.8.tar.xz +/toolbox-0.0.9.tar.xz diff --git a/sources b/sources index 4efbe7e..5071ebc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (toolbox-0.0.8.tar.xz) = 1dc5e32ed2ad96c78c219ded52dd20f3418de2b1c11ea0873857621e30b50e8f8e8c04a74d988ee2a501de1e2d2d8d3c6da02237820722bd0ce090a6c9c44e11 +SHA512 (toolbox-0.0.9.tar.xz) = f59bf470bb5f5229b7f4dbd6f74093bac7a58eaeb3dbb2f20969b137d99f8e267d228c99aac5fca899a14e64636816852d3049c1ae7a6fb69f709b47a3ff5193 diff --git a/toolbox.spec b/toolbox.spec index 9b9c4e3..4fbbd59 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -1,6 +1,6 @@ Name: toolbox -Version: 0.0.8 -Release: 2%{?dist} +Version: 0.0.9 +Release: 1%{?dist} Summary: Unprivileged development environment License: ASL 2.0 @@ -14,6 +14,7 @@ ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 BuildRequires: ShellCheck BuildRequires: go-md2man BuildRequires: meson +BuildRequires: pkgconfig(bash-completion) BuildRequires: systemd Requires: buildah @@ -101,7 +102,7 @@ Dockerfile if the image isn't based on the fedora-toolbox image. %build -%meson --buildtype=plain +%meson --buildtype=plain -Dprofile_dir=%{_sysconfdir}/profile.d %meson_build @@ -117,8 +118,10 @@ Dockerfile if the image isn't based on the fedora-toolbox image. %doc NEWS README.md %license COPYING %{_bindir}/%{name} +%{_datadir}/bash-completion %{_mandir}/man1/%{name}.1* %{_mandir}/man1/%{name}-*.1* +%{_sysconfdir}/profile.d/toolbox.sh %{_tmpfilesdir}/%{name}.conf %files support @@ -127,6 +130,9 @@ Dockerfile if the image isn't based on the fedora-toolbox image. %changelog +* Tue Apr 30 2019 Debarshi Ray - 0.0.9-1 +- Update to 0.0.9 + * Tue Apr 16 2019 Adam Williamson - 0.0.8-2 - Rebuild with Meson fix for #1699099