public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/accel-ppp] rawhide: Fix EPEL 11 build
@ 2026-08-13 23:02 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-08-13 23:02 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/accel-ppp
Branch : rawhide
Commit : 5a6a05d50e17334f77e5fb02c8c026076cc8424d
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-08-13T18:44:45-04:00
Stats : +9/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/accel-ppp/c/5a6a05d50e17334f77e5fb02c8c026076cc8424d?branch=rawhide
Log:
Fix EPEL 11 build
Based on the Centos10 config with the following change applied:
https://fedoraproject.org/wiki/Changes/Unify_bin_and_sbin
---
diff --git a/0003-Add-EPEL-10-CPack-option.patch b/0003-Add-EPEL-10-CPack-option.patch
index 110018e..88a800e 100644
--- a/0003-Add-EPEL-10-CPack-option.patch
+++ b/0003-Add-EPEL-10-CPack-option.patch
@@ -11,7 +11,7 @@ diff --git a/cmake/cpack.cmake b/cmake/cpack.cmake
index f17bcaa3..bd9edd8b 100644
--- a/cmake/cpack.cmake
+++ b/cmake/cpack.cmake
-@@ -94,6 +94,14 @@ IF(CPACK_TYPE STREQUAL Centos9)
+@@ -94,6 +94,22 @@ IF(CPACK_TYPE STREQUAL Centos9)
INCLUDE(${CMAKE_HOME_DIRECTORY}/cmake/centos/centos.cmake)
ENDIF()
@@ -23,6 +23,14 @@ index f17bcaa3..bd9edd8b 100644
+ INCLUDE(${CMAKE_HOME_DIRECTORY}/cmake/centos/centos.cmake)
+ENDIF()
+
++IF(CPACK_TYPE STREQUAL Centos11)
++ SET(CPACK_RPM_PACKAGE_LICENSE "GPL")
++ SET(CPACK_RPM_PACKAGE_URL "http://accel-ppp.org")
++ SET(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION "/usr/bin")
++ SET(CPACK_RPM_PACKAGE_REQUIRES "glibc >= 2.34, openssl-libs >= 3.0.1, pcre2 >= 10.40")
++ INCLUDE(${CMAKE_HOME_DIRECTORY}/cmake/centos/centos.cmake)
++ENDIF()
++
IF(CPACK_TYPE STREQUAL Fedora)
SET(CPACK_RPM_PACKAGE_LICENSE "GPL")
SET(CPACK_RPM_PACKAGE_URL "http://accel-ppp.org")
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-13 23:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-13 23:02 [rpms/accel-ppp] rawhide: Fix EPEL 11 build Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox