Update to 0.0.99

This commit is contained in:
Debarshi Ray 2021-01-12 14:16:48 +01:00
parent 12f33fed75
commit 07c5601e0b
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@
/toolbox-0.0.97.tar.xz
/toolbox-0.0.98.tar.xz
/toolbox-0.0.98.1.tar.xz
/toolbox-0.0.99.tar.xz

View File

@ -1 +1 @@
SHA512 (toolbox-0.0.98.1.tar.xz) = 89f2d1e331c42ef0d4c25c3144539f6160b4467090db6703c35eb68d1dad064f3a0f2234888e9aecfbd53b7c750f86d881932f2519a4b9629439d4d9841c2815
SHA512 (toolbox-0.0.99.tar.xz) = a2b750894d902575b742249ee89526e876fdbc6353e0aa8aa262f230f6b0c53266c70c93b2921eef3c2189d93dc096bdeee1be11c9aff0ee110a4fcbcb782f88

View File

@ -1,10 +1,10 @@
Name: toolbox
Version: 0.0.98.1
Version: 0.0.99
%global goipath github.com/containers/%{name}
%gometa
Release: 2%{?dist}
Release: 1%{?dist}
Summary: Unprivileged development environment
License: ASL 2.0
@ -38,8 +38,9 @@ Requires: podman >= 1.4.0
%description
Toolbox is offers a familiar RPM based environment for developing and
debugging software that runs fully unprivileged using Podman.
Toolbox is a tool for Linux operating systems, which allows the use of
containerized command line environments. It is built on top of Podman and
other standard container technologies from OCI.
# The list of requires packages for -support and -experience should be in sync with:
# https://github.com/containers/toolbox/blob/master/images/fedora/f33/extra-packages
@ -172,6 +173,9 @@ ln -s src/pkg pkg
%changelog
* Tue Jan 12 2021 Debarshi Ray <rishi@fedoraproject.org> - 0.0.99-1
- Update to 0.0.99
* Mon Jan 11 2021 Debarshi Ray <rishi@fedoraproject.org> - 0.0.98.1-2
- Harden the binary by using the same CGO_CFLAGS as on RHEL 8