From 111905697df5e600aa51953263899f959fb71580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Thu, 17 Aug 2023 08:26:29 +0200 Subject: [PATCH] Fix Packit config --- .packit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.packit.yaml b/.packit.yaml index c6189a3..4e73c7c 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -4,7 +4,7 @@ downstream_package_name: awscli2 upstream_project_url: https://github.com/aws/aws-cli # react only to v2 tags -upstream_tag_include: "^2\..+" +upstream_tag_include: "^2\\..+" specfile_path: awscli2.spec