diff --git a/.gitignore b/.gitignore index a839e76..c979982 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index e2bf81e..1f54840 100644 --- a/sources +++ b/sources @@ -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 diff --git a/virt-who.spec b/virt-who.spec index b0dfbf4..43d0346 100644 --- a/virt-who.spec +++ b/virt-who.spec @@ -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 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 1.31.8-1 - Update AHV patch for Kubevirt change (wpoteat@redhat.com)