diff --git a/.gitignore b/.gitignore index 0d48af7..4d6b099 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/subscription-manager-migration-data-2.0.37.tar.gz +SOURCES/subscription-manager-migration-data-2.0.49.tar.gz diff --git a/.subscription-manager-migration-data.metadata b/.subscription-manager-migration-data.metadata index 0de5666..acf8c6f 100644 --- a/.subscription-manager-migration-data.metadata +++ b/.subscription-manager-migration-data.metadata @@ -1 +1 @@ -610c8ac811df0cd9174550eee752136739e9c678 SOURCES/subscription-manager-migration-data-2.0.37.tar.gz +27238cb3feabb00308ad6d8366cdba32d9820951 SOURCES/subscription-manager-migration-data-2.0.49.tar.gz diff --git a/SPECS/subscription-manager-migration-data.spec b/SPECS/subscription-manager-migration-data.spec index 507031b..be44218 100644 --- a/SPECS/subscription-manager-migration-data.spec +++ b/SPECS/subscription-manager-migration-data.spec @@ -1,15 +1,22 @@ Name: subscription-manager-migration-data Summary: RHN Classic to RHSM migration data Group: System Environment/Base -License: See Red Hat Enterprise Agreement -Version: 2.0.37 -Release: 2%{?dist} +License: CC0 +Version: 2.0.49 +Release: 1 URL: http://redhat.com Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch + +%if (0%{?rhel} > 7 || 0%{?fedora}) BuildRequires: python3-devel BuildRequires: python3 +%global python_runtime %{__python3} +%else +BuildRequires: python2-devel +%global python_runtime %{__python} +%endif %description This package provides certificates for migrating a system from @@ -22,11 +29,11 @@ RHN Classic to RHSM. sed -i -e's,python,%{__python3},' Makefile %build -make -f Makefile build VERSION=%{version}-%{release} PREFIX=$RPM_BUILD_DIR +make -f Makefile build VERSION=%{version}-%{release} PREFIX=$RPM_BUILD_DIR PYTHON=%{python_runtime} %install rm -rf $RPM_BUILD_ROOT -make -f Makefile install VERSION=%{version}-%{release} PREFIX=$RPM_BUILD_ROOT RHEL_VER=%{?rhel} +make -f Makefile install VERSION=%{version}-%{release} PREFIX=$RPM_BUILD_ROOT RHEL_VER=%{?rhel} PYTHON=%{python_runtime} %clean rm -rf $RPM_BUILD_ROOT @@ -39,11 +46,37 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/rhsm/product/RHEL-%{?rhel}/channel-cert-mapping.txt %changelog +* Thu Jul 11 2019 Christopher Snyder 2.0.49-1 +- Bump release for gating tests + +* Fri Jun 28 2019 Christopher Snyder 2.0.48-1 +- Version bump for gating tests + +* Fri Jun 28 2019 Christopher Snyder 2.0.47-1 +- 1709424: Add 8.1 product certs (csnyder@redhat.com) +- Add 8.1 tito releaser (csnyder@redhat.com) + +* Thu Mar 07 2019 Christopher Snyder 2.0.46-1 +- 1637733: Add RHEL 8 product certs (csnyder@redhat.com) + * Tue Jul 31 2018 Petr Viktorin - 1.15.0-8 - Run sanity-check.py with Python 3 https://bugzilla.redhat.com/show_bug.cgi?id=1595816 https://bugzilla.redhat.com/show_bug.cgi?id=1610038 +* Mon Mar 26 2018 Christopher Snyder 2.0.41-1 +- 1555913: Remove unused certs (6.10) (csnyder@redhat.com) + +* Mon Mar 26 2018 Christopher Snyder 2.0.40-1 +- 1555913: Include RHEL 6.10 certs (csnyder@redhat.com) + +* Mon Feb 26 2018 Christopher Snyder 2.0.39-1 +- 1436850: Update migration data license to CC0 (csnyder@redhat.com) + +* Mon Feb 26 2018 Christopher Snyder 2.0.38-1 +- 1510200: Rebase subscription-manager-migration-data component to the latest + upstream branch for RHEL 7.5 (csnyder@redhat.com) + * Mon Jun 12 2017 Kevin Howell 2.0.37-1 - 1436441: Add SAP ppc64le cert (khowell@redhat.com)