diff --git a/.gitignore b/.gitignore index 6fccb48..2807e33 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/redhat-support-tool-0.9.6-0.tar.gz +SOURCES/redhat-support-tool-0.9.7-1.tar.gz diff --git a/.redhat-support-tool.metadata b/.redhat-support-tool.metadata index 6968a38..5fff9ff 100644 --- a/.redhat-support-tool.metadata +++ b/.redhat-support-tool.metadata @@ -1 +1 @@ -1f5ae85836bdc530d5b793c6cdebdf13f62ef376 SOURCES/redhat-support-tool-0.9.6-0.tar.gz +f5367eada3173111e1a359eee04c868dfa642322 SOURCES/redhat-support-tool-0.9.7-1.tar.gz diff --git a/SPECS/redhat-support-tool.spec b/SPECS/redhat-support-tool.spec index 7ba8f61..f4f5fd2 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.6-0 +%global package_version 0.9.7-1 %global package_name redhat-support-tool Name: %{package_name} -Version: 0.9.6 -Release: 0%{?release_suffix}%{?dist} +Version: 0.9.7 +Release: 1%{?release_suffix}%{?dist} Summary: Tool for console access to Red Hat subscriber services Vendor: Red Hat, Inc. Group: Development/Libraries @@ -36,7 +36,7 @@ BuildArch: noarch Requires: python Requires: python-lxml Requires: python-dateutil -Requires: redhat-support-lib-python >= 0.9.6-0 +Requires: redhat-support-lib-python >= 0.9.7-0 %if 0%{?rhel} && 0%{?rhel} <= 5 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} @@ -78,6 +78,12 @@ rm -rf "%{buildroot}" %{_bindir}/redhat-support-tool %changelog +* Mon Oct 20 2014 Keith Robertson - 0.9.7-1 +- Resolves: rhbz#1108340 +- Resolves: rhbz#1146316 +- Resolves: rhbz#1146317 +- Resolves: rhbz#1117069 + * Wed Feb 26 2014 Keith Robertson - 0.9.6-0 - Resolves: rhbz#983968 - Resolves: rhbz#1036707