Compare commits
No commits in common. "c9s" and "c9" have entirely different histories.
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,4 +1 @@
|
||||
/awscrt-0.16.16.tar.gz
|
||||
/awscrt-0.20.2.tar.gz
|
||||
/pkcs11.h
|
||||
/awscrt-0.20.5.tar.gz
|
||||
SOURCES/awscrt-0.20.2.tar.gz
|
||||
|
1
.python-awscrt.metadata
Normal file
1
.python-awscrt.metadata
Normal file
@ -0,0 +1 @@
|
||||
3b76a63f106d4ddb6a27198f935405aa82c43585 SOURCES/awscrt-0.20.2.tar.gz
|
1750
SOURCES/pkcs11.h
Normal file
1750
SOURCES/pkcs11.h
Normal file
File diff suppressed because it is too large
Load Diff
@ -3,8 +3,8 @@ Python bindings for the AWS Common Runtime}
|
||||
|
||||
|
||||
Name: python-awscrt
|
||||
Version: 0.20.5
|
||||
Release: 3%{?dist}
|
||||
Version: 0.20.2
|
||||
Release: 3%{dist}
|
||||
|
||||
Summary: Python bindings for the AWS Common Runtime
|
||||
# All files are licensed under Apache-2.0, except:
|
||||
@ -16,6 +16,10 @@ URL: https://github.com/awslabs/aws-crt-python
|
||||
|
||||
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
|
||||
Patch0: skip-test-requiring-network.patch
|
||||
|
||||
@ -47,6 +51,14 @@ Summary: %{summary}
|
||||
%prep
|
||||
%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
|
||||
%pyproject_buildrequires
|
||||
@ -76,18 +88,6 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}:%{buildroot}%{python3_sitelib}" %{py
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 29 2024 Major Hayden <major@redhat.com> - 0.20.5-3
|
||||
- Removing extra pkcs11 source now that upstream switched to public domain headers
|
||||
|
||||
* Mon Apr 01 2024 Major Hayden <major@redhat.com> - 0.20.5-2
|
||||
- Bump revision for new build
|
||||
|
||||
* Wed Mar 27 2024 Major Hayden <major@redhat.com> - 0.20.5-1
|
||||
- Update to 0.20.5
|
||||
|
||||
* Tue Mar 19 2024 Major Hayden <major@redhat.com> - 0.20.2-4
|
||||
- Bump revision number for new build
|
||||
|
||||
* Tue Feb 13 2024 Major Hayden <major@redhat.com> - 0.20.2-3
|
||||
- Remove the third party license file from excluded pkcs11.h
|
||||
|
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
2
sources
2
sources
@ -1,2 +0,0 @@
|
||||
SHA512 (awscrt-0.20.5.tar.gz) = fbd1e8d97b9d9d3916757f772d37e5ac2aeab6ac4b9802c9318d9fde01a202b8e262803c5214a94c74e05e503c56563380065d94090cbf3a6fc94d53a29faf44
|
||||
SHA512 (pkcs11.h) = 36dba0fcde2327cff6a13d1492d2ae38161e73a088854235052abd79198943c0697fb66ce6f71e89eb1c6ce41ef727eaec96669d3ae013f76b291d3334e062f3
|
Loading…
Reference in New Issue
Block a user