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/dogtag-pki] rawhide: Fix ELN build
Date: Tue, 16 Jun 2026 10:24:47 GMT	[thread overview]
Message-ID: <178160548741.1.7834920094061906695.rpms-dogtag-pki-82aedaddb353@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/dogtag-pki
            Branch : rawhide
            Commit : 82aedaddb35304f4a9e1f6f2e2fe6756af6ed999
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2026-06-15T22:14:40-04:00
            Stats  : +19/-0 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/dogtag-pki/c/82aedaddb35304f4a9e1f6f2e2fe6756af6ed999?branch=rawhide

            Log:
            Fix ELN build

https://github.com/dogtagpki/pki/pull/5390

---
diff --git a/dogtag-pki.spec b/dogtag-pki.spec
index b8db3e6..8aac73a 100644
--- a/dogtag-pki.spec
+++ b/dogtag-pki.spec
@@ -43,6 +43,9 @@ Release:          %{release_number}%{?phase:.}%{?phase}%{?timestamp:.}%{?timesta
 #     <version tag>
 Source: https://github.com/dogtagpki/pki/archive/v%{version}%{?phase:-}%{?phase}/pki-%{version}%{?phase:-}%{?phase}.tar.gz
 
+# https://github.com/dogtagpki/pki/pull/5390
+Patch: eln-build.patch
+
 # To create a patch for all changes since a version tag:
 # $ git format-patch \
 #     --stdout \

diff --git a/eln-build.patch b/eln-build.patch
new file mode 100644
index 0000000..bfea9b2
--- /dev/null
+++ b/eln-build.patch
@@ -0,0 +1,16 @@
+Backport of https://github.com/dogtagpki/pki/pull/5390
+
+diff -up a/build.sh b/build.sh
+--- a/build.sh	2026-03-09 12:40:08.000000000 -0400
++++ b/build.sh	2026-06-15 21:58:16.299309504 -0400
+@@ -192,6 +192,10 @@ get_tomcat_app_server() {
+              distro="rhel"
+              ver=$VERSION_ID
+              ;;
++         "eln")
++             distro="rhel"
++             ver=$VERSION_ID
++             ;;
+          *)
+              echo $def_app_server 
+              return

                 reply	other threads:[~2026-06-16 10:24 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=178160548741.1.7834920094061906695.rpms-dogtag-pki-82aedaddb353@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