[DTrace-devel] [PATCH 1/3] spec: add dtrace.pc to filelist

Kris Van Hees kris.van.hees at oracle.com
Mon Nov 11 04:10:09 UTC 2024


Commit 52a18d35 "build: add a pkg-config file for dtrace consumers: use it"
added a dtrace.pc file but failed to add it to the dtrace.spec as well.

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

diff --git a/dtrace.spec b/dtrace.spec
index 1887fcad..c895426b 100644
--- a/dtrace.spec
+++ b/dtrace.spec
@@ -246,6 +246,7 @@ systemctl start dtprobed || :
 %{_libdir}/libdtrace.so.*
 %{_sbindir}/dtrace
 %{_sbindir}/dtprobed
+%{_datadir}/pkgconfig/dtrace.pc
 %{_datadir}/pkgconfig/dtrace_sdt.pc
 %{_mandir}/man8/dtrace.8.gz
 %doc %{_docdir}/dtrace-%{version}/*
-- 
2.42.0




More information about the DTrace-devel mailing list