From b99ecb3c2f59c7c2c5a2b3947ded64747e95859f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Prchl=C3=ADk?= Date: Wed, 30 Aug 2023 15:36:41 +0200 Subject: [PATCH] Enable Fedora Rawhide support --- README.adoc | 7 ++++++- tests/main.fmf | 13 +++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) 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+: