diff --git a/.gitignore b/.gitignore index b963fb9..88366bc 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ /subscription-manager-1.16.6.tar.gz /subscription-manager-1.16.7.tar.gz /subscription-manager-1.17.1.tar.gz +/subscription-manager-1.17.2.tar.gz diff --git a/sources b/sources index cdaaa9e..74e614f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5047925e4711a4e955bbeacf1182f332 subscription-manager-1.17.1.tar.gz +06016406571fc60b7121d0cc943de197 subscription-manager-1.17.2.tar.gz diff --git a/subscription-manager.spec b/subscription-manager.spec index a7ef783..b116de2 100644 --- a/subscription-manager.spec +++ b/subscription-manager.spec @@ -61,8 +61,8 @@ %endif Name: subscription-manager -Version: 1.17.1 -Release: 2%{?dist} +Version: 1.17.2 +Release: 1%{?dist} Summary: Tools and libraries for subscription and repository management Group: System Environment/Base License: GPLv2 @@ -577,8 +577,9 @@ fi %endif %changelog -* Fri Feb 05 2016 Fedora Release Engineering - 1.17.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild +* Fri Feb 19 2016 Alex Wood 1.17.2-1 +- 1308732: Leave hw fact virt.uuid unset if unknown (alikins@redhat.com) +- 1290885: Display formatted error if no DISPLAY exists. (awood@redhat.com) * Mon Feb 01 2016 Christopher Snyder 1.17.1-1 - 1300259: Select service level label no longer overlaps dropdown box