Replace whole repo with latest content from branch rhel-8.8.0

Content corresponds with RHEL dist-git commit dc08bf8
This commit is contained in:
Honza Horak 2023-05-15 16:42:52 +02:00
parent c9a1c641eb
commit 6254283a76
3 changed files with 10 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

1
.gitignore vendored
View File

@ -1 +1,2 @@
/pybind11-2.10.1.tar.gz
/pybind11-2.10.3.tar.gz

8
plan.fmf Normal file
View File

@ -0,0 +1,8 @@
execute:
how: tmt
discover:
how: shell
dist-git-source: true
tests:
- name: smoke - import works
test: python3.11 -c 'import pybind11'