Skip to content

Commit

Permalink
packaging: bump leapp-framework version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Michal Hecko committed Nov 12, 2024
1 parent 9cb0a74 commit 7efbd20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/leapp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7efbd20

Please sign in to comment.