Skip to content

Commit be2b777

Browse files
authored
Merge pull request #31 from cloudlinux/clos-3200-bump-leapp-deps
Update leapp-framework dependency
2 parents 4f2b402 + 44c912b commit be2b777

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packaging/leapp-repository.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Requires: leapp-repository-dependencies = %{leapp_repo_deps}
100100

101101
# IMPORTANT: this is capability provided by the leapp framework rpm.
102102
# Check that 'version' instead of the real framework rpm version.
103-
Requires: leapp-framework >= 5.0, leapp-framework < 6
103+
Requires: leapp-framework >= 6.0, leapp-framework < 7
104104

105105
# Since we provide sub-commands for the leapp utility, we expect the leapp
106106
# tool to be installed as well.

packaging/other_specs/leapp-el7toel8-deps.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
%define leapp_repo_deps 10
13-
%define leapp_framework_deps 5
13+
%define leapp_framework_deps 6
1414

1515
# NOTE: the Version contains the %{rhel} macro just for the convenience to
1616
# have always upgrade path between newer and older deps packages. So for
@@ -108,6 +108,7 @@ Requires: python3
108108
Requires: python3-six
109109
Requires: python3-setuptools
110110
Requires: python3-requests
111+
Requires: python3-PyYAML
111112

112113

113114
%description -n %{ldname}

0 commit comments

Comments
 (0)