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: Build without runtime deps on RHEL
Date: Tue, 04 Aug 2026 08:24:26 GMT [thread overview]
Message-ID: <178583186682.1.1225456939655723510.rpms-dogtag-pki-7c76ee1ff21e@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/dogtag-pki
Branch : rawhide
Commit : 7c76ee1ff21e80f87c3bfa8097a6dc464ba1f7c2
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-07-30T14:47:29-04:00
Stats : +8/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/dogtag-pki/c/7c76ee1ff21e80f87c3bfa8097a6dc464ba1f7c2?branch=rawhide
Log:
Build without runtime deps on RHEL
RHEL actually builds with bundled build deps too, but that isn't supported
yet in the Fedora spec file.
---
diff --git a/dogtag-pki.spec b/dogtag-pki.spec
index 2eee878..9ca457c 100644
--- a/dogtag-pki.spec
+++ b/dogtag-pki.spec
@@ -16,7 +16,7 @@ Name: dogtag-pki
# Downstream release number:
# - development/stabilization (unsupported): 0.<n> where n >= 1
# - GA/update (supported): <n> where n >= 1
-%global release_number 1
+%global release_number 2
# Development phase:
# - development (unsupported): alpha<n> where n >= 1
@@ -103,7 +103,11 @@ ExcludeArch: i686
%bcond_without build_deps
# Use external runtime dependencies unless --with runtime_deps is specified.
+%if 0%{?rhel}
+%bcond_with runtime_deps
+%else
%bcond_without runtime_deps
+%endif
# Build with Maven unless --without maven is specified.
%bcond_without maven
@@ -2428,6 +2432,9 @@ fi
################################################################################
%changelog
+* Thu Jul 30 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 11.10.1-2
+- Build without runtime deps on RHEL
+
* Wed Jul 29 2026 Dogtag PKI Team <devel@lists.dogtagpki.org> - 11.10.1-1
- Rebase to 11.10.1
- Drop REST API v1 and resteasy dependency
reply other threads:[~2026-08-04 8: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=178583186682.1.1225456939655723510.rpms-dogtag-pki-7c76ee1ff21e@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