Linux DTrace development list
 help / color / mirror / Atom feed
* [PATCH] spec: make dependency for fuse3 more strict
@ 2026-08-28 18:49 Kris Van Hees
  2026-08-28 20:48 ` Elena Zannoni
  0 siblings, 1 reply; 2+ messages in thread
From: Kris Van Hees @ 2026-08-28 18:49 UTC (permalink / raw)
  To: dtrace, dtrace-devel

The runtime dependency should only be for the fuse3 libraries.

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
---
 dtrace.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dtrace.spec b/dtrace.spec
index d72baf9d..f294e28f 100644
--- a/dtrace.spec
+++ b/dtrace.spec
@@ -53,7 +53,7 @@ Requires:     fuse
 BuildRequires: fuse-devel
 %define maybe_use_fuse2 libfuse2=yes
 %else
-Requires:     fuse3 >= 3.2.0
+Requires:     fuse3-libs >= 3.2.0
 BuildRequires: fuse3-devel >= 3.2.0
 %define maybe_use_fuse2 %{nil}
 %endif
-- 
2.52.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-08-28 20:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-28 18:49 [PATCH] spec: make dependency for fuse3 more strict Kris Van Hees
2026-08-28 20:48 ` Elena Zannoni

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