38 lines
1.4 KiB
Diff
38 lines
1.4 KiB
Diff
From 607be4cd18dd24695e8fad827e7484bed36f7dce Mon Sep 17 00:00:00 2001
|
|
From: Michal Hecko <mhecko@redhat.com>
|
|
Date: Mon, 4 Nov 2024 11:29:00 +0100
|
|
Subject: [PATCH 5/6] packaging: bump leapp-framework version
|
|
|
|
Increase the provided leapp-framework version to 6.0 (from 5.0).
|
|
Similarly, framework_dependencies are bumped to 6.0. These changes
|
|
are done as introducing actor configuration presents a major feature,
|
|
and, therefore, any codebases using the framework might want to
|
|
require leapp with config support. Bumping the version number, thus,
|
|
allows to distinguish between leapp-framework versions that provide
|
|
configs and those that do not.
|
|
---
|
|
packaging/leapp.spec | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/packaging/leapp.spec b/packaging/leapp.spec
|
|
index 29ece53..7efe596 100644
|
|
--- a/packaging/leapp.spec
|
|
+++ b/packaging/leapp.spec
|
|
@@ -13,11 +13,11 @@
|
|
# This is kind of help for more flexible development of leapp repository,
|
|
# so people do not have to wait for new official release of leapp to ensure
|
|
# it is installed/used the compatible one.
|
|
-%global framework_version 5.0
|
|
+%global framework_version 6.0
|
|
|
|
# IMPORTANT: everytime the requirements are changed, increment number by one
|
|
# - same for Provides in deps subpackage
|
|
-%global framework_dependencies 5
|
|
+%global framework_dependencies 6
|
|
|
|
# Do not build bindings for python3 for RHEL == 7
|
|
# # Currently Py2 is dead on Fedora and we don't have to support it. As well,
|
|
--
|
|
2.47.0
|
|
|