forked from rpms/leapp-repository
30 lines
1.1 KiB
Diff
30 lines
1.1 KiB
Diff
From 021f083509b074905c18b79afba4a22f8ca483f6 Mon Sep 17 00:00:00 2001
|
|
From: Michal Hecko <mhecko@redhat.com>
|
|
Date: Fri, 11 Apr 2025 15:12:18 +0200
|
|
Subject: [PATCH 09/37] spec: require leapp-framework 6.1 for default CLI vals
|
|
|
|
Bump framework version as we want to use default=[] for the newly
|
|
introduced `--enable-experimental-features` switch.
|
|
|
|
Jira-ref: RHELMISC-10648
|
|
---
|
|
packaging/leapp-repository.spec | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/packaging/leapp-repository.spec b/packaging/leapp-repository.spec
|
|
index f45fda68..34768de1 100644
|
|
--- a/packaging/leapp-repository.spec
|
|
+++ b/packaging/leapp-repository.spec
|
|
@@ -120,7 +120,7 @@ Requires: leapp-repository-dependencies = %{leapp_repo_deps}
|
|
|
|
# IMPORTANT: this is capability provided by the leapp framework rpm.
|
|
# Check that 'version' instead of the real framework rpm version.
|
|
-Requires: leapp-framework >= 6.0, leapp-framework < 7
|
|
+Requires: leapp-framework >= 6.1, leapp-framework < 7
|
|
|
|
# Since we provide sub-commands for the leapp utility, we expect the leapp
|
|
# tool to be installed as well.
|
|
--
|
|
2.49.0
|
|
|