public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cucumber-messages] rawhide: Make the -cpp-devel subpackage require json-devel
@ 2026-07-07  3:48 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-07  3:48 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/cucumber-messages
Branch : rawhide
Commit : 2b4ffbde4a0520f01804b8305a98df6ded77c0de
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-07-07T04:47:14+01:00
Stats  : +6/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/cucumber-messages/c/2b4ffbde4a0520f01804b8305a98df6ded77c0de?branch=rawhide

Log:
Make the -cpp-devel subpackage require json-devel

---
diff --git a/cucumber-messages.spec b/cucumber-messages.spec
index 0c6569f..0b538a5 100644
--- a/cucumber-messages.spec
+++ b/cucumber-messages.spec
@@ -74,6 +74,12 @@ This package contains libraries implementing Cucumber Messages for C++.
 Summary:        Development files for using the C++ implementation of Gherkin
 
 Requires:       %{name}-cpp-libs%{?_isa} = %{version}-%{release}
+# This appears in the public API. Formally, dependent packages should also have
+# BuildRequires: json-static, since they will indirectly incorporate the
+# header-only library, although manually tracking such indirect dependencies is
+# relatively impractical in practice.
+# https://docs.fedoraproject.org/en-US/packaging-guidelines/#_packaging_header_only_libraries
+Requires:       json-devel%{?_isa}
 
 %description cpp-devel %{common_description}
 

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

only message in thread, other threads:[~2026-07-07  3:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-07  3:48 [rpms/cucumber-messages] rawhide: Make the -cpp-devel subpackage require json-devel Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox