Skip to content

Add package requirements #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions packaging/leapp-repository.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ py2_byte_compile "%1" "%2"}

Name: leapp-repository
Version: 0.20.0
Release: 1%{?dist}.cloudlinux
Release: 2%{?dist}.cloudlinux
Summary: Repositories for leapp

License: ASL 2.0
Expand Down Expand Up @@ -104,7 +104,7 @@ Requires: leapp-framework >= 5.0, leapp-framework < 6

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

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

# The package was updated with new version of pes files
Conflicts: leapp-data-cloudlinux < 0.3-1

# IMPORTANT: every time the requirements are changed, increment number by one
# - same for Requires in main package
Provides: leapp-repository-dependencies = %{leapp_repo_deps}
Expand Down