Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Christopher Snyder
667af11923 Update virt-who to 1.31.9-1
Resolves: #1924572 - Add insecure option to config template (wpoteat@redhat.com)
2021-02-18 16:35:37 -05:00
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View file

@ -17,3 +17,4 @@
/virt-who-1.31.6.tar.gz
/virt-who-1.31.7.tar.gz
/virt-who-1.31.8.tar.gz
/virt-who-1.31.9.tar.gz

View file

@ -1,2 +1,2 @@
SHA512 (virt-who-1.31.8.tar.gz) = 8a1496c14ee174f09d83dfb435ed369600ef884000776faa274eb29b000f8ac0c29463714002d6ae20bb8841bc9cf24925f36e70fe31fab59d08775ecc0c85e7
SHA512 (virt-who-1.31.9.tar.gz) = 967c908c5f363ba45b68150f989cb9d09a919560859aea5ffe46a12aed667553aa18ddc017b13c35c3fd5f1fb6997b354699400e1013c773a8fc0e1fef70ce7d
SHA512 (build-rpm-no-ahv.patch) = f7bdfe5522619d1c1e299c842dd2a686d12ebe9783398e45c1b94d4040e004ddf549e65c8b91516a29d326490ec94bb9d3c83b61a71df1c0ec5eadd5877d1eca

View file

@ -20,7 +20,7 @@
Name: virt-who
Version: 1.31.8
Version: 1.31.9
Release: %{release_number}%{?dist}
Summary: Agent for reporting virtual guest IDs to subscription-manager
@ -169,6 +169,11 @@ fi
%changelog
* Thu Feb 18 2021 William Poteat <wpoteat@redhat.com> 1.31.9-1
- Man page update to describe the migration script (wpoteat@redhat.com)
- 1924572: Add insecure option to config template (wpoteat@redhat.com)
- Add Fedora 34 to releaser list (wpoteat@redhat.com)
* Thu Jan 28 2021 William Poteat <wpoteat@redhat.com> 1.31.8-1
- Update AHV patch for Kubevirt change (wpoteat@redhat.com)