import toolbox-0.0.99.3-0.1.module+el8.5.0+12209+fe58a295

This commit is contained in:
CentOS Sources 2021-08-18 19:38:32 +00:00 committed by Andrew Lukoshko
parent 7e64decf2e
commit 9a9ca4a0a9
3 changed files with 12 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/toolbox-0.0.99.2^1.git660b6970e998-vendored.tar.xz
SOURCES/toolbox-0.0.99.3-vendored.tar.xz

View File

@ -1 +1 @@
53c96750cb48c825a54dea680922e46dc4b123ca SOURCES/toolbox-0.0.99.2^1.git660b6970e998-vendored.tar.xz
925877d2e970cfbf315174de4ceaa921581abed6 SOURCES/toolbox-0.0.99.3-vendored.tar.xz

View File

@ -4,12 +4,12 @@
%global _find_debuginfo_dwz_opts %{nil}
Name: toolbox
Version: 0.0.99.2^1.git660b6970e998
Version: 0.0.99.3
%global goipath github.com/containers/%{name}
%gometa
Release: 1%{?dist}
Release: 0.1%{?dist}
Summary: Unprivileged development environment
License: ASL 2.0
@ -106,6 +106,14 @@ ln -s src/vendor vendor
%changelog
* Wed Aug 11 2021 Jindrich Novy <jnovy@redhat.com> - 0.0.99.3-0.1
- change release to 0.x so it is obvious it is devel version
- Related: #1934415
* Thu Aug 05 2021 Jindrich Novy <jnovy@redhat.com> - 0.0.99.3-1
- Fix the build on CentOS Stream
- Related: #1934415
* Wed Jul 28 2021 Jindrich Novy <jnovy@redhat.com> - 0.0.99.2^1.git660b6970e998-1
- Add support for configuration files
Resolves: #1940082