Update to 0.0.9
This commit is contained in:
parent
d6bc568366
commit
f5b32ef1d3
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (toolbox-0.0.8.tar.xz) = 1dc5e32ed2ad96c78c219ded52dd20f3418de2b1c11ea0873857621e30b50e8f8e8c04a74d988ee2a501de1e2d2d8d3c6da02237820722bd0ce090a6c9c44e11
|
||||
SHA512 (toolbox-0.0.9.tar.xz) = f59bf470bb5f5229b7f4dbd6f74093bac7a58eaeb3dbb2f20969b137d99f8e267d228c99aac5fca899a14e64636816852d3049c1ae7a6fb69f709b47a3ff5193
|
||||
|
12
toolbox.spec
12
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 <rishi@fedoraproject.org> - 0.0.9-1
|
||||
- Update to 0.0.9
|
||||
|
||||
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 0.0.8-2
|
||||
- Rebuild with Meson fix for #1699099
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user