diff --git a/.gitignore b/.gitignore index bb18e40..3a544a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/redhat-support-tool-0.9.9-3.tar.gz +SOURCES/redhat-support-tool-0.9.10-1.tar.gz diff --git a/.redhat-support-tool.metadata b/.redhat-support-tool.metadata index 5502b92..3d55ff0 100644 --- a/.redhat-support-tool.metadata +++ b/.redhat-support-tool.metadata @@ -1 +1 @@ -aef1af357c468b3c3b7956aa4942f9bd5563b171 SOURCES/redhat-support-tool-0.9.9-3.tar.gz +c5eac165cb95f7a38d4f6dcb05345ce23156460c SOURCES/redhat-support-tool-0.9.10-1.tar.gz diff --git a/SPECS/redhat-support-tool.spec b/SPECS/redhat-support-tool.spec index 239576e..79be96e 100644 --- a/SPECS/redhat-support-tool.spec +++ b/SPECS/redhat-support-tool.spec @@ -15,12 +15,12 @@ # limitations under the License. # -%global package_version 0.9.9-3 +%global package_version 0.9.10-1 %global package_name redhat-support-tool Name: %{package_name} -Version: 0.9.9 -Release: 3%{?release_suffix}%{?dist} +Version: 0.9.10 +Release: 1%{?release_suffix}%{?dist} Summary: Tool for console access to Red Hat subscriber services Vendor: Red Hat, Inc. Group: Development/Libraries @@ -79,6 +79,10 @@ rm -rf "%{buildroot}" %{_bindir}/redhat-support-tool %changelog +* Thu Nov 2 2017 Vikas Rathee - 0.9.10-1 +- Resolves: rhbz#1342627 - List cases by group. +- Resolves: rhbz#1379619 - Inform when http_proxy environment variable is used. + * Wed May 31 2017 Vikas Rathee - 0.9.9-3 - Resolves: rhbz#1380109 - Correcting spacing in non-interactive mode search results.