From 9a52a8cd5f49009473faca785f9327e06d66c7b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Mat=C4=9Bj?= Date: Wed, 1 Apr 2026 13:18:27 +0200 Subject: [PATCH] Configure packit to use caret notation for postrelease snapshots This ensures the build of that specific version is considered newer than any other regular release of it. For rpm-software-management/ci-dnf-stack#1843 --- .packit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.packit.yml b/.packit.yml index f802583f..aa5c7b72 100644 --- a/.packit.yml +++ b/.packit.yml @@ -1,4 +1,6 @@ specfile_path: fedora/libmodulemd.spec +version_suffix: "^{PACKIT_PROJECT_SNAPSHOTID}" +update_release: false upstream_package_name: libmodulemd upstream_project_url: https://github.com/fedora-modularity/libmodulemd downstream_package_name: libmodulemd