Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/toolbox.git#07c5601e0b3108c6e7e287f064542027b81a18ed
This commit is contained in:
parent
a1034df597
commit
0e55d874b1
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
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
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user