public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/accel-ppp] rawhide: Fix EPEL 11 build
Date: Thu, 13 Aug 2026 23:02:15 GMT	[thread overview]
Message-ID: <178666213594.1.14822067686217270729.rpms-accel-ppp-5a6a05d50e17@fedoraproject.org> (raw)

            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")

                 reply	other threads:[~2026-08-13 23:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178666213594.1.14822067686217270729.rpms-accel-ppp-5a6a05d50e17@fedoraproject.org \
    --to=yselkowi@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox