Skip to content

Commit ed4a823

Browse files
authored
Merge pull request #25 from cloudlinux/clos-2898-add-requirements
Add package requirements
2 parents 3c64157 + 23a6383 commit ed4a823

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

packaging/leapp-repository.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ py2_byte_compile "%1" "%2"}
4242

4343
Name: leapp-repository
4444
Version: 0.20.0
45-
Release: 1%{?dist}.cloudlinux
45+
Release: 2%{?dist}.cloudlinux
4646
Summary: Repositories for leapp
4747

4848
License: ASL 2.0
@@ -104,7 +104,7 @@ Requires: leapp-framework >= 5.0, leapp-framework < 6
104104

105105
# Since we provide sub-commands for the leapp utility, we expect the leapp
106106
# tool to be installed as well.
107-
Requires: leapp
107+
Requires: leapp >= 0.17.0
108108

109109
# Used to determine RHEL version of a given target RHEL installation image -
110110
# uncompressing redhat-release package from the ISO.
@@ -141,6 +141,9 @@ Summary: Meta-package with system dependencies of %{lpr_name} package
141141
# The package has been renamed, so let's obsoletes the old one
142142
Obsoletes: leapp-repository-deps < 0.14.0-%{release}
143143

144+
# The package was updated with new version of pes files
145+
Conflicts: leapp-data-cloudlinux < 0.3-1
146+
144147
# IMPORTANT: every time the requirements are changed, increment number by one
145148
# - same for Requires in main package
146149
Provides: leapp-repository-dependencies = %{leapp_repo_deps}

0 commit comments

Comments
 (0)