diff --git a/.gitignore b/.gitignore index 65e35ff..bda8bf7 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index f81cb03..6d069a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (toolbox-0.0.98.1.tar.xz) = 89f2d1e331c42ef0d4c25c3144539f6160b4467090db6703c35eb68d1dad064f3a0f2234888e9aecfbd53b7c750f86d881932f2519a4b9629439d4d9841c2815 +SHA512 (toolbox-0.0.99.tar.xz) = a2b750894d902575b742249ee89526e876fdbc6353e0aa8aa262f230f6b0c53266c70c93b2921eef3c2189d93dc096bdeee1be11c9aff0ee110a4fcbcb782f88 diff --git a/toolbox.spec b/toolbox.spec index f260777..cd45b99 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -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 - 0.0.99-1 +- Update to 0.0.99 + * Mon Jan 11 2021 Debarshi Ray - 0.0.98.1-2 - Harden the binary by using the same CGO_CFLAGS as on RHEL 8