public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/dogtag-pki] rawhide: Fix ELN build
@ 2026-06-16 10:24 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-06-16 10:24 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-16 10:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-16 10:24 [rpms/dogtag-pki] rawhide: Fix ELN 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