update to 0.8.5
This commit is contained in:
parent
7453405cdf
commit
2c72a2154c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/koji-tool-0.8.2.tar.gz
|
||||
/koji-tool-0.8.3.tar.gz
|
||||
/koji-tool-0.8.4.tar.gz
|
||||
/koji-tool-0.8.5.tar.gz
|
||||
|
@ -5,7 +5,7 @@
|
||||
%bcond_with tests
|
||||
|
||||
Name: koji-tool
|
||||
Version: 0.8.4
|
||||
Version: 0.8.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Koji CLI tool for querying tasks and installing builds
|
||||
|
||||
@ -80,6 +80,10 @@ mkdir -p %{buildroot}%{_datadir}/bash-completion/completions/
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 10 2022 Jens Petersen <petersen@redhat.com> - 0.8.5-1
|
||||
- use rpm-nvr-0.1.2 for better NVR and NVRA parsing ensuring non-empty names
|
||||
- when parsing koji build request fields, detect git hash and fork builds
|
||||
|
||||
* Mon May 09 2022 Jens Petersen <petersen@redhat.com> - 0.8.4-1
|
||||
- install: complete rework of logic using installed status and NVRA etc
|
||||
- install: '--no-reinstall' replaces '--reinstall-nvrs'
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (koji-tool-0.8.4.tar.gz) = 7ae8d0764136b4b6df0efdbabdfd33184dd2ae04e6c8702ac580adac9346f9d1b56a9c942e3a2558331f91c654d558281e8cfdf1c61e956f2c9330c52926d6bf
|
||||
SHA512 (koji-tool-0.8.5.tar.gz) = e39beebb97583dd2c8c643874abb52ca15b635948bc436ca628533b3ed336c7c824907f3c315dc674d4fa5b7229875208dbb27a58c08e91130ebd84ec153fbb0
|
||||
|
Loading…
Reference in New Issue
Block a user