From c0a34fe0dea0997f66f13388f52df99554fce09a Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Thu, 8 Apr 2021 18:15:15 +0200 Subject: [PATCH] .packit.yaml: centos-stream-x86_64 -> centos-stream-8-x86_64 See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/PJT7PK2TLW7T2Z2WLXUGHUYBWR244SBB/ --- .packit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index caa0883..eb4abb3 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -5,7 +5,7 @@ jobs: targets: - fedora-all - epel-8-x86_64 - - centos-stream-x86_64 + - centos-stream-8-x86_64 trigger: pull_request - job: tests trigger: pull_request @@ -13,7 +13,7 @@ jobs: targets: - fedora-all - epel-8-x86_64 - - centos-stream-x86_64 + - centos-stream-8-x86_64 specfile_path: tuned.spec synced_files: - tuned.spec