Compare commits

...

2 Commits

Author SHA1 Message Date
Patrik Koncity 5f736a4df1 Add keylime CI on c9s. 2023-05-25 05:04:05 +00:00
Brian C. Lane 56e22667d7 - Bump release for move of -devel subpackage to CRB
Resolves: rhbz#2149497
2023-05-09 09:34:28 -07:00
4 changed files with 25 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

View File

@ -0,0 +1 @@
959222fc19fffb3849dd50f08aa5fa59ae7e659f greenlet-1.1.2.tar.gz

18
keylime_tests.fmf Normal file
View File

@ -0,0 +1,18 @@
summary: run keylime tests to verify if new version of keylime affect keylime
# define context to filter out all test requiring TPM device
context:
swtpm: yes
discover:
how: fmf
url: https://github.com/RedHat-SP-Security/keylime-tests
ref: "@.tmt/dynamic_ref.fmf"
test:
- /setup/configure_tpm_emulator
- /setup/inject_SELinux_AVC_check
- /setup/configure_kernel_ima_module/ima_policy_simple
- /functional/basic-attestation-on-localhost
execute:
how: tmt

View File

@ -2,7 +2,7 @@
Name: python-%{modname}
Version: 1.1.2
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Lightweight in-process concurrent programming
License: MIT
URL: https://github.com/python-greenlet/greenlet
@ -59,6 +59,10 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}" %{python3} -m unittest discover gre
%{_includedir}/python%{python3_version}*/%{modname}/
%changelog
* Tue May 09 2023 Brian C. Lane <bcl@redhat.com> - 1.1.2-4
- Bump release for move of -devel subpackage to CRB
Resolves: rhbz#2149497
* Wed Jun 15 2022 Sergio Correia <scorreia@redhat.com> - 1.1.2-3
- Add python-greenlet to RHEL-9
Resolves: rhbz#2084555