From 0e4a83f737aa5364ccfdb0e1c64e5d5d2836952b Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Mar 05 2014 02:03:45 +0000 Subject: import redhat-support-tool-0.9.6-0.el7.src.rpm --- diff --git a/.redhat-support-tool.metadata b/.redhat-support-tool.metadata index 55d1ce0..6968a38 100644 --- a/.redhat-support-tool.metadata +++ b/.redhat-support-tool.metadata @@ -1 +1 @@ -6a3a8ebd31340851a880cad384ebdb5142054701 SOURCES/redhat-support-tool-0.9.5-8.tar.gz +1f5ae85836bdc530d5b793c6cdebdf13f62ef376 SOURCES/redhat-support-tool-0.9.6-0.tar.gz diff --git a/SPECS/redhat-support-tool.spec b/SPECS/redhat-support-tool.spec index 19a1560..7ba8f61 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.5-8 -%global package_name redhat-support-tool +%global package_version 0.9.6-0 +%global package_name redhat-support-tool Name: %{package_name} -Version: 0.9.5 -Release: 8%{?release_suffix}%{?dist} +Version: 0.9.6 +Release: 0%{?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.5-3 +Requires: redhat-support-lib-python >= 0.9.6-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())")} @@ -67,12 +67,27 @@ mv src/redhat_support_tool/vendors/ACMECorp samples/vendors/ rm -rf "%{buildroot}" make %{?_smp_mflags} install DESTDIR="%{buildroot}" +%if 0%{?rhel} && 0%{?rhel} <= 5 +%clean +rm -rf "%{buildroot}" +%endif + %files %doc AUTHORS README README.plugins samples/ %{python_sitelib}/redhat_support_tool/ %{_bindir}/redhat-support-tool %changelog +* Wed Feb 26 2014 Keith Robertson - 0.9.6-0 +- Resolves: rhbz#983968 +- Resolves: rhbz#1036707 +- Resolves: rhbz#1036713 +- Resolves: rhbz#1036783 +- Resolves: rhbz#1037647 + +* Fri Dec 27 2013 Daniel Mach - 0.9.5-9 +- Mass rebuild 2013-12-27 + * Mon Aug 12 2013 Keith Robertson - 0.9.5-8 - Resolves: rhbz#983909