From 5840466e9ed42fb0c711b155cffbd6e6dcbdebb7 Mon Sep 17 00:00:00 2001 From: William Poteat Date: Oct 29 2018 18:51:25 +0000 Subject: Update virt-who to 0.24.1-1 --- diff --git a/.gitignore b/.gitignore index af0a4eb..71b1a37 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /virt-who-0.22.1.tar.gz /virt-who-0.22.2.tar.gz /virt-who-0.24.0.tar.gz +/virt-who-0.24.1.tar.gz diff --git a/sources b/sources index 35eb292..e7cfc6e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (virt-who-0.24.0.tar.gz) = ea224c064d24df4d27b7544ee433e24417c36992b04504ec27aef37a6034efe511f726443c80ece373c3aaa0be7e8c899f714409215f1b60ea4f831cfe34001b +SHA512 (virt-who-0.24.1.tar.gz) = 4d85580b9cb9d4580c7f297d840fd8bdeb2bf0bc7f095da9d2001b02ede7649aee46aae6961ecedf529b91215bc48f19c7177058f8c5f392f6612bc90dd47108 diff --git a/virt-who.spec b/virt-who.spec index 3ee47e0..f25dca5 100644 --- a/virt-who.spec +++ b/virt-who.spec @@ -20,7 +20,7 @@ Name: virt-who -Version: 0.24.0 +Version: 0.24.1 Release: %{release_number}%{?dist} Summary: Agent for reporting virtual guest IDs to subscription-manager @@ -161,6 +161,15 @@ fi %changelog +* Mon Oct 29 2018 William Poteat 0.24.1-1 +- Merge in changes from Fedora packaging (wpoteat@redhat.com) +- ENT-826 Added correlation id to virt-who reports (nmoumoul@redhat.com) +- Releaser addition for rhel-7.7 (wpoteat@redhat.com) +- Install subscription-manager, not python-rhsm which is deprecated: - Removed + python-rhsm from the requirements, and added subscription-manager as + dependency. - Added some dependencies that travis requires to install + subscription-manager. (nmoumoul@redhat.com) + * Wed Sep 19 2018 William Poteat 0.24.0-1 - Automatic commit of package [virt-who] release [0.22.2-1]. (wpoteat@redhat.com) @@ -265,6 +274,12 @@ fi - Add releaser for RHEL 7.6 (wpoteat@redhat.com) - Remove f26 releaser (f26 is EOL) (csnyder@redhat.com) +* Sat Jul 14 2018 Fedora Release Engineering - 0.22.2-1.2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro HronĨok - 0.22.2-1.1 +- Rebuilt for Python 3.7 + * Thu May 31 2018 William Poteat 0.22.2-1 - Correct date ordering in changelog (wpoteat@redhat.com) - 1575513: Re-add changelog entries that were merged out. (wpoteat@redhat.com)