Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Fix RPM dependencies #32

Closed
wants to merge 2 commits into from
Closed
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
4 changes: 4 additions & 0 deletions cmake/cpack_rpms.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ set(CPACK_RPM_PACKAGE_REQUIRES "libarchive13, libc6 >= 2.4, libglib2.0-0, zlib1g

set(CPACK_COMPONENTS_ALL appimaged)
set(CPACK_RPM_COMPONENT_INSTALL ON)
set(CPACK_RPM_MAIN_COMPONENT appimaged)

set(CPACK_RPM_PACKAGE_REQUIRES "libglib2.0-0")
set(CPACK_RPM_PACKAGE_AUTOREQ ON)