|
|
@ -1,10 +1,20 @@
|
|
|
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
|
|
|
## (rpmautospec version 0.6.5)
|
|
|
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
|
|
|
release_number = 5;
|
|
|
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
%global desc %{expand:
|
|
|
|
%global desc %{expand:
|
|
|
|
Python bindings for the AWS Common Runtime}
|
|
|
|
Python bindings for the AWS Common Runtime}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-awscrt
|
|
|
|
Name: python-awscrt
|
|
|
|
Version: 0.20.2
|
|
|
|
Version: 0.20.2
|
|
|
|
Release: 3%{dist}
|
|
|
|
Release: %autorelease
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Python bindings for the AWS Common Runtime
|
|
|
|
Summary: Python bindings for the AWS Common Runtime
|
|
|
|
# All files are licensed under Apache-2.0, except:
|
|
|
|
# All files are licensed under Apache-2.0, except:
|
|
|
@ -16,10 +26,6 @@ URL: https://github.com/awslabs/aws-crt-python
|
|
|
|
|
|
|
|
|
|
|
|
Source0: %{pypi_source awscrt}
|
|
|
|
Source0: %{pypi_source awscrt}
|
|
|
|
|
|
|
|
|
|
|
|
# Get an open source version of the pkcs11 header file from Simo's repository.
|
|
|
|
|
|
|
|
# https://github.com/latchset/pkcs11-headers
|
|
|
|
|
|
|
|
Source1: https://raw.githubusercontent.com/latchset/pkcs11-headers/main/public-domain/2.40/pkcs11.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# one test requires internet connection, skip it
|
|
|
|
# one test requires internet connection, skip it
|
|
|
|
Patch0: skip-test-requiring-network.patch
|
|
|
|
Patch0: skip-test-requiring-network.patch
|
|
|
|
|
|
|
|
|
|
|
@ -51,14 +57,6 @@ Summary: %{summary}
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1 -n awscrt-%{version}
|
|
|
|
%autosetup -p1 -n awscrt-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
# Bring in the pkcs11 header file from Simo's repository.
|
|
|
|
|
|
|
|
rm -fv crt/aws-c-io/source/pkcs11/v2.40/*
|
|
|
|
|
|
|
|
cp %{SOURCE1} crt/aws-c-io/source/pkcs11/v2.40/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Remove the third party license that goes along with
|
|
|
|
|
|
|
|
# the removed pkcs11.h header file.
|
|
|
|
|
|
|
|
rm -rf crt/aws-c-io/THIRD-PARTY-LICENSES.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
|
%pyproject_buildrequires
|
|
|
|
%pyproject_buildrequires
|
|
|
@ -88,19 +86,26 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}:%{buildroot}%{python3_sitelib}" %{py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Feb 13 2024 Major Hayden <major@redhat.com> - 0.20.2-3
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
- Remove the third party license file from excluded pkcs11.h
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.20.2-5
|
|
|
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.20.2-4
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.20.2-4
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 29 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.2-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 12 2024 Major Hayden <major@redhat.com> - 0.20.2-2
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.2-2
|
|
|
|
- Replacing upstream's pkcs11.h with Simo's public domain version.
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 02 2024 Packit <hello@packit.dev> - 0.20.2-1
|
|
|
|
* Tue Jan 02 2024 Packit <hello@packit.dev> - 0.20.2-1
|
|
|
|
- [packit] 0.20.2 upstream release
|
|
|
|
- [packit] 0.20.2 upstream release
|
|
|
|
- Resolves rhbz#2254450
|
|
|
|
- Resolves rhbz#2254450
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 06 2023 Nikola Forró <nforro@redhat.com> - 0.19.19-2
|
|
|
|
|
|
|
|
- Add Packit config
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 30 2023 Packit <hello@packit.dev> - 0.19.19-1
|
|
|
|
* Thu Nov 30 2023 Packit <hello@packit.dev> - 0.19.19-1
|
|
|
|
- [packit] 0.19.19 upstream release
|
|
|
|
- [packit] 0.19.19 upstream release
|
|
|
|
- Resolves rhbz#2250726
|
|
|
|
- Resolves rhbz#2250726
|
|
|
@ -119,5 +124,58 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}:%{buildroot}%{python3_sitelib}" %{py
|
|
|
|
* Mon Oct 02 2023 Packit <hello@packit.dev> - 0.19.2-1
|
|
|
|
* Mon Oct 02 2023 Packit <hello@packit.dev> - 0.19.2-1
|
|
|
|
- [packit] 0.19.2 upstream release
|
|
|
|
- [packit] 0.19.2 upstream release
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 25 2023 Nikola Forró <nforro@redhat.com> - 0.18.0-1
|
|
|
|
* Mon Sep 11 2023 Nikola Forró <nforro@redhat.com> - 0.19.1-2
|
|
|
|
- Initial import for EPEL 9
|
|
|
|
- Enable EPEL 9 in Packit config
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 28 2023 Packit <hello@packit.dev> - 0.19.1-1
|
|
|
|
|
|
|
|
- [packit] 0.19.1 upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 11 2023 Packit <hello@packit.dev> - 0.18.0-1
|
|
|
|
|
|
|
|
- [packit] 0.18.0 upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2023 Packit <hello@packit.dev> - 0.17.0-1
|
|
|
|
|
|
|
|
- [packit] 0.17.0 upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.25-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 17 2023 Packit <hello@packit.dev> - 0.16.25-1
|
|
|
|
|
|
|
|
- [packit] 0.16.25 upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 10 2023 Packit <hello@packit.dev> - 0.16.24-1
|
|
|
|
|
|
|
|
- [packit] 0.16.24 upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 16 2023 Python Maint <python-maint@redhat.com> - 0.16.21-2
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 16 2023 Packit <hello@packit.dev> - 0.16.21-1
|
|
|
|
|
|
|
|
- [packit] 0.16.21 upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 0.16.19-4
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 15 2023 Nikola Forró <nforro@redhat.com> - 0.16.19-3
|
|
|
|
|
|
|
|
- Backport a commit improving Python 3.12 compatibility
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 0.16.19-2
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 31 2023 Packit <hello@packit.dev> - 0.16.19-1
|
|
|
|
|
|
|
|
- [packit] 0.16.19 upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 24 2023 Packit <hello@packit.dev> - 0.16.18-1
|
|
|
|
|
|
|
|
- [packit] 0.16.18 upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 05 2023 Packit <hello@packit.dev> - 0.16.17-1
|
|
|
|
|
|
|
|
- [packit] 0.16.17 upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 26 2023 Nikola Forró <nforro@redhat.com> - 0.16.16-1
|
|
|
|
|
|
|
|
- New upstream release 0.16.16
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 22 2023 Nikola Forró <nforro@redhat.com> - 0.16.13-2
|
|
|
|
|
|
|
|
- Workaround a crash on %%ix86
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 16 2023 Nikola Forró <nforro@redhat.com> - 0.16.13-1
|
|
|
|
|
|
|
|
- Initial package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|