diff --git a/.gitignore b/.gitignore index 71b1a37..13001ae 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /virt-who-0.22.2.tar.gz /virt-who-0.24.0.tar.gz /virt-who-0.24.1.tar.gz +/virt-who-0.24.2.tar.gz diff --git a/sources b/sources index e7cfc6e..ab57cb8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (virt-who-0.24.1.tar.gz) = 4d85580b9cb9d4580c7f297d840fd8bdeb2bf0bc7f095da9d2001b02ede7649aee46aae6961ecedf529b91215bc48f19c7177058f8c5f392f6612bc90dd47108 +SHA512 (virt-who-0.24.2.tar.gz) = cadb79bb07c6c34c419c7fa68bf7bf5fd49687c0b89ff4dd7fbdaa2204561d91bc63045571937086caf5272303722c0bebd7f4c5a774eb5a6fa56b9cf3a1c34d diff --git a/virt-who.spec b/virt-who.spec index f25dca5..37de738 100644 --- a/virt-who.spec +++ b/virt-who.spec @@ -20,7 +20,7 @@ Name: virt-who -Version: 0.24.1 +Version: 0.24.2 Release: %{release_number}%{?dist} Summary: Agent for reporting virtual guest IDs to subscription-manager @@ -33,7 +33,12 @@ Source0: %{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: %{python_ver}-devel BuildRequires: %{python_ver}-setuptools -Requires: %{python_ver}-setuptools +# rhel 8 has different naming going forward +%if (0%{?rhel} && 0%{?rhel} >= 8) +Requires: platform-python-setuptools +%else +Requires: %{python_ver}-setuptools +%endif # libvirt python required for libvirt support %if (0%{?rhel} && 0%{?rhel} > 7 || 0%{?fedora}) Requires: %{python_ver}-libvirt @@ -161,6 +166,18 @@ fi %changelog +* Fri Dec 21 2018 William Poteat 0.24.2-1 +- 1657104: Remove references to removed command line options + (wpoteat@redhat.com) +- Fixing kubevirt config path argument (piotr.kliczewski@gmail.com) +- fix travis run (wpoteat@redhat.com) +- 1650133: setuptools naming change (wpoteat@redhat.com) +- 1638250: Proxy issue when https not specified (wpoteat@redhat.com) +- Update branch definition for RHEL 8.0 branch (wpoteat@redhat.com) +- ENT-896: Disable deprecated configuration options in python 3 + (wpoteat@redhat.com) +- 1637407: vCenter mapping info failure due to TypeError (wpoteat@redhat.com) + * 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)