Update to 0.0.99
This commit is contained in:
parent
12f33fed75
commit
07c5601e0b
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
|||||||
/toolbox-0.0.97.tar.xz
|
/toolbox-0.0.97.tar.xz
|
||||||
/toolbox-0.0.98.tar.xz
|
/toolbox-0.0.98.tar.xz
|
||||||
/toolbox-0.0.98.1.tar.xz
|
/toolbox-0.0.98.1.tar.xz
|
||||||
|
/toolbox-0.0.99.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (toolbox-0.0.98.1.tar.xz) = 89f2d1e331c42ef0d4c25c3144539f6160b4467090db6703c35eb68d1dad064f3a0f2234888e9aecfbd53b7c750f86d881932f2519a4b9629439d4d9841c2815
|
SHA512 (toolbox-0.0.99.tar.xz) = a2b750894d902575b742249ee89526e876fdbc6353e0aa8aa262f230f6b0c53266c70c93b2921eef3c2189d93dc096bdeee1be11c9aff0ee110a4fcbcb782f88
|
||||||
|
12
toolbox.spec
12
toolbox.spec
@ -1,10 +1,10 @@
|
|||||||
Name: toolbox
|
Name: toolbox
|
||||||
Version: 0.0.98.1
|
Version: 0.0.99
|
||||||
|
|
||||||
%global goipath github.com/containers/%{name}
|
%global goipath github.com/containers/%{name}
|
||||||
%gometa
|
%gometa
|
||||||
|
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Unprivileged development environment
|
Summary: Unprivileged development environment
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -38,8 +38,9 @@ Requires: podman >= 1.4.0
|
|||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Toolbox is offers a familiar RPM based environment for developing and
|
Toolbox is a tool for Linux operating systems, which allows the use of
|
||||||
debugging software that runs fully unprivileged using Podman.
|
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:
|
# 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
|
# https://github.com/containers/toolbox/blob/master/images/fedora/f33/extra-packages
|
||||||
@ -172,6 +173,9 @@ ln -s src/pkg pkg
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Harden the binary by using the same CGO_CFLAGS as on RHEL 8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user