update to 0.8.4
This commit is contained in:
parent
09326f97c2
commit
7453405cdf
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/koji-tool-0.8.2.tar.gz
|
||||
/koji-tool-0.8.3.tar.gz
|
||||
/koji-tool-0.8.4.tar.gz
|
||||
|
@ -5,7 +5,7 @@
|
||||
%bcond_with tests
|
||||
|
||||
Name: koji-tool
|
||||
Version: 0.8.3
|
||||
Version: 0.8.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Koji CLI tool for querying tasks and installing builds
|
||||
|
||||
@ -80,6 +80,13 @@ mkdir -p %{buildroot}%{_datadir}/bash-completion/completions/
|
||||
|
||||
|
||||
%changelog
|
||||
* 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'
|
||||
- Install: confirm for --all and --exclude, respecting --yes
|
||||
- tasks: parse taskid as arg and drop --task and --children
|
||||
- Tasks: print parent Task taskid compactly and then its children
|
||||
|
||||
* Sat Apr 23 2022 Jens Petersen <petersen@redhat.com> - 0.8.3-1
|
||||
- 'latest': new cmd to list latest package build for tag
|
||||
- 'install': use --reinstall-nvrs to reinstall rpms for current nvr
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (koji-tool-0.8.3.tar.gz) = 767c69b50be7b4c6777c0bfbdc01d8b692eff42e2d31b934e150cd5223fe2f3d3cae3c8ce609fbaea48b34823074b970067e002c510a8f476b2b269e9ae10631
|
||||
SHA512 (koji-tool-0.8.4.tar.gz) = 7ae8d0764136b4b6df0efdbabdfd33184dd2ae04e6c8702ac580adac9346f9d1b56a9c942e3a2558331f91c654d558281e8cfdf1c61e956f2c9330c52926d6bf
|
||||
|
Loading…
Reference in New Issue
Block a user