public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/dogtag-pki] rawhide: Build without runtime deps on RHEL
@ 2026-08-04 8:24 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-08-04 8:24 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-04 8:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-04 8:24 [rpms/dogtag-pki] rawhide: Build without runtime deps on RHEL Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox