From 6ba26ba289a233571d0e5624aef4f261f86e35d6 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 2 Nov 2018 21:30:07 +0100 Subject: [PATCH] Change fedora rpm suffix --- cmake/Rpm.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Rpm.cmake b/cmake/Rpm.cmake index d5d510a8b..9c7d6273e 100644 --- a/cmake/Rpm.cmake +++ b/cmake/Rpm.cmake @@ -48,7 +48,7 @@ if (LSB_RELEASE_EXEC AND RPMBUILD_EXEC) ) elseif (${DIST_NAME} STREQUAL "fedora") if (DIST_VERSION) - set(RPM_DISTRO "${DIST_NAME}${DIST_VERSION}" CACHE STRING "Suffix of the rpm file") + set(RPM_DISTRO "fc${DIST_VERSION}" CACHE STRING "Suffix of the rpm file") else () set(RPM_DISTRO ${DIST_NAME} CACHE STRING "Suffix of the rpm file") endif()