diff --git a/.gitignore b/.gitignore index dfe32e0..009aa3d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/subscription-manager-1.28.6.tar.gz -SOURCES/subscription-manager-cockpit-1.28.6.tar.gz +SOURCES/subscription-manager-1.28.7.tar.gz +SOURCES/subscription-manager-cockpit-1.28.7.tar.gz diff --git a/.subscription-manager.metadata b/.subscription-manager.metadata index 2c9b94a..2e0c051 100644 --- a/.subscription-manager.metadata +++ b/.subscription-manager.metadata @@ -1,2 +1,2 @@ -fa3f220a7f54a0cd5e4cb4a5a309fbb3ca6064d7 SOURCES/subscription-manager-1.28.6.tar.gz -0b307de0c2384af588a7106cb4db2660d6eb7dc6 SOURCES/subscription-manager-cockpit-1.28.6.tar.gz +82b0270f614169bca63d19799bc87f31bb3ef8af SOURCES/subscription-manager-1.28.7.tar.gz +090cb9d475a2362acd8baa76411fd67130fc2af2 SOURCES/subscription-manager-cockpit-1.28.7.tar.gz diff --git a/SPECS/subscription-manager.spec b/SPECS/subscription-manager.spec index dd1d500..9482bdb 100644 --- a/SPECS/subscription-manager.spec +++ b/SPECS/subscription-manager.spec @@ -243,7 +243,7 @@ %global use_rhsm_icons 0%{use_cockpit} || 0%{use_rhsm_gtk} Name: subscription-manager -Version: 1.28.6 +Version: 1.28.7 Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management %if 0%{?suse_version} @@ -303,7 +303,7 @@ Requires: %{py_package_prefix}-python-dateutil BuildRequires: %{py_package_prefix}-dateutil Requires: %{py_package_prefix}-dateutil %endif -Requires: %{py_package_prefix}-syspurpose +Requires: %{py_package_prefix}-syspurpose = %{version}-%{release} # rhel 8 has different naming for setuptools going forward %if (0%{?rhel} && 0%{?rhel} == 8) @@ -412,7 +412,6 @@ Group: Productivity/Networking/System %else Group: System Environment/Base %endif -Requires: %{name} = %{version}-%{release} %description -n %{py_package_prefix}-syspurpose Provides the syspurpose commandline utility. This utility manages the system syspurpose. @@ -1446,6 +1445,12 @@ gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Thu Dec 03 2020 Christopher Snyder 1.28.7-1 +- 1855437: Fixed rpm dependency of subscription-manager; ENT-3250 (#2365) + (jhnidek@redhat.com) +- 1894450: Fix issue with identity command; ENT-3235 (#2364) + (jhnidek@redhat.com) + * Mon Nov 16 2020 Christopher Snyder 1.28.6-1 - 1850624: Uncaught JSONDecodeError when content_access.json is empty and registering to Satellite6 (wpoteat@redhat.com)