diff --git a/README.adoc b/README.adoc index 88c0194..32120ce 100644 --- a/README.adoc +++ b/README.adoc @@ -77,12 +77,17 @@ Content of this repository belongs to upstream. Once I am cleared for creation o |Fedora Rawhide |system +^|in progress ^|not started + +|Fedora 39 +|system +^|in progress ^|not started |Fedora 38 |system -^|not started +^|in progress ^|not started |CentOS Stream 9 diff --git a/tests/main.fmf b/tests/main.fmf index 7d238f2..7ddc68d 100644 --- a/tests/main.fmf +++ b/tests/main.fmf @@ -170,6 +170,19 @@ adjust+: # CentOS Stream 8 / gcc-toolset-12 # CentOS Stream 8 / gcc-toolset-11 + # Fedora Rawhide / no collection + - when: distro == fedora-rawhide and collection is not defined + require+: + - binutils + - gcc + - gcc-c++ + - annobin-plugin-gcc + environment+: + PACKAGES: binutils + _REQUIRES: gcc gcc-c++ glibc annobin-plugin-gcc + BINUTILS_PACKAGE: binutils + GCC_PACKAGE: gcc + # Fedora-39 / no collection - when: distro == fedora-39 and collection is not defined require+: