Lines Matching refs:debuginfod
13 Requires: elfutils-debuginfod-client = %{version}-%{release}
29 # For debuginfod
38 # For the run-debuginfod-find.sh test case in %%check for /usr/sbin/ss etc.
43 # For run-debuginfod-response-headers.sh test case
63 Requires: elfutils-debuginfod-client = %{version}-%{release}
78 Requires: elfutils-debuginfod-client-devel = %{version}-%{release}
143 %package debuginfod-client
146 # For debuginfod-find binary
150 %package debuginfod-client-devel
151 Summary: Libraries and headers to build debuginfod client applications
153 Requires: elfutils-debuginfod-client = %{version}-%{release}
155 %package debuginfod
160 Requires: elfutils-debuginfod-client = %{version}-%{release}
169 %description debuginfod-client
170 The elfutils-debuginfod-client package contains shared libraries
171 dynamically loaded from -ldw, which use a debuginfod service
175 %description debuginfod-client-devel
176 The elfutils-debuginfod-client-devel package contains the libraries
177 to create applications to use the debuginfod service.
179 %description debuginfod
180 The elfutils-debuginfod package contains the debuginfod binary
190 %configure --program-prefix=%{_programprefix} --enable-debuginfod --enable-debuginfod-urls
200 mkdir -p ${RPM_BUILD_ROOT}%{_localstatedir}/cache/debuginfod
201 touch ${RPM_BUILD_ROOT}%{_localstatedir}/cache/debuginfod/debuginfod.sqlite
212 install -Dm0644 config/debuginfod.service ${RPM_BUILD_ROOT}%{_unitdir}/debuginfod.service
213 install -Dm0644 config/debuginfod.sysconfig ${RPM_BUILD_ROOT}%{_sysconfdir}/sysconfig/debuginfod
214 mkdir -p ${RPM_BUILD_ROOT}%{_localstatedir}/cache/debuginfod
215 touch ${RPM_BUILD_ROOT}%{_localstatedir}/cache/debuginfod/debuginfod.sqlite
224 %post debuginfod-client -p /sbin/ldconfig
225 %postun debuginfod-client -p /sbin/ldconfig
301 %files debuginfod-client
305 %{_bindir}/debuginfod-find
306 %{_mandir}/man1/debuginfod-find.1*
307 %{_mandir}/man7/debuginfod*.7*
309 %config(noreplace) %{_sysconfdir}/debuginfod/*
311 %files debuginfod-client-devel
315 %{_mandir}/man7/debuginfod*.7*
316 %{_includedir}/elfutils/debuginfod.h
319 %files debuginfod
321 %{_bindir}/debuginfod
322 %config(noreplace) %{_sysconfdir}/sysconfig/debuginfod
323 %{_unitdir}/debuginfod.service
324 %{_mandir}/man8/debuginfod*.8*
325 %{_mandir}/man7/debuginfod*.7*
327 %dir %attr(0700,debuginfod,debuginfod) %{_localstatedir}/cache/debuginfod
328 %ghost %attr(0600,debuginfod,debuginfod) %{_localstatedir}/cache/debuginfod/debuginfod.sqlite
330 %pre debuginfod
331 getent group debuginfod >/dev/null || groupadd -r debuginfod
332 getent passwd debuginfod >/dev/null || \
333 useradd -r -g debuginfod -d /var/cache/debuginfod -s /sbin/nologin \
334 -c "elfutils debuginfo server" debuginfod
337 %post debuginfod
338 %systemd_post debuginfod.service
340 %postun debuginfod
341 %systemd_postun_with_restart debuginfod.service
346 - debuginfod-client: Add $DEBUGINFOD_HEADERS_FILE setting to supply
349 - debuginfod: Add --disable-source-scan option.
355 - debuginfod: Support -C option for connection thread pooling.
356 - debuginfod-client: Negative cache file are now zero sized instead
369 - debuginfod-client: Default $DEBUGINFOD_URLS is computed from
370 drop-in files /etc/debuginfod/*.urls rather than
371 hardcoded into the /etc/profile.d/debuginfod*
376 - debuginfod: Supply extra HTTP response headers, describing
392 - debuginfod-client: Simplify curl handle reuse so downloads which
399 - debuginfod: Use libarchive's bsdtar as the .deb-family file unpacker.
400 - debuginfod-client: Client caches negative results. If a query for a
413 - debuginfod: New thread-busy metric and more detailed error metrics.
415 - debigonfod-client: DEBUGINFOD_SONAME macro added to debuginfod.h can
420 unless configured --enable-debuginfod-urls[=URLS]
427 - debuginfod: More efficient package traversal, tolerate various
430 - debuginfod-client: Now supports compressed (kernel) ELF images.
455 - debuginfod-client: When DEBUGINFOD_PROGRESS is set and the program
464 - debuginfod: Uses libarchive directly for reading rpm archives.
471 - debuginfod-find: Accept /path/names in place of buildid hex.
480 - debuginfod: New server, client tool and library to index and fetch
491 - libdwfl: Will try to use debuginfod when installed as fallback to