diff --git a/elfutils-0.187.tar.bz2 b/elfutils-0.188.tar.bz2 similarity index 53% rename from elfutils-0.187.tar.bz2 rename to elfutils-0.188.tar.bz2 index 75542a269396da91eca5fbcb659b4ad254983075..90a4b4e483ac3ac2001f75948649e9bccb4b7e6b 100644 Binary files a/elfutils-0.187.tar.bz2 and b/elfutils-0.188.tar.bz2 differ diff --git a/elfutils.spec b/elfutils.spec index e81e4efefdccd7f31ed4f29833a7ba6e7c1a88d4..038f14eda8d7f54455124d6ec6d1ae7f9c345655 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -7,11 +7,11 @@ Name: elfutils -Version: 0.187 +Version: 0.188 Release: %{anolis_release}%{?dist} URL: http://elfutils.org/ License: GPLv3+ and (GPLv2+ or LGPLv3+) and GFDL -Source: %{?source_url}%{name}-%{version}.tar.bz2 +Source: https://sourceware.org/elfutils/ftp/%{version}/%{name}-%{version}.tar.bz2 Summary: A collection of utilities and DSOs to handle ELF files and DWARF data Requires: elfutils-libelf = %{version}-%{release} @@ -231,19 +231,6 @@ uname -r; rpm -q binutils gcc glibc || true %make_build check || (cat tests/test-suite.log; false) -%if 0%{?ldconfig_scriptlets:1} -%ldconfig_scriptlets libs -%ldconfig_scriptlets libelf -%ldconfig_scriptlets debuginfod-client -%else -%post libs -p /sbin/ldconfig -%postun libs -p /sbin/ldconfig -%post libelf -p /sbin/ldconfig -%postun libelf -p /sbin/ldconfig -%post debuginfod-client -p /sbin/ldconfig -%postun debuginfod-client -p /sbin/ldconfig -%endif - %if %{provide_yama_scope} %post default-yama-scope if [ -x /usr/lib/systemd/systemd-sysctl ] ; then @@ -341,8 +328,8 @@ fi %{_bindir}/debuginfod %config(noreplace) %{_sysconfdir}/sysconfig/debuginfod %{_unitdir}/debuginfod.service -%{_sysconfdir}/sysconfig/debuginfod %{_mandir}/man8/debuginfod.8* +%{_mandir}/man8/debuginfod.service.8* %dir %attr(0700,debuginfod,debuginfod) %{_localstatedir}/cache/debuginfod %ghost %attr(0600,debuginfod,debuginfod) %{_localstatedir}/cache/debuginfod/debuginfod.sqlite @@ -361,6 +348,9 @@ exit 0 %systemd_postun_with_restart debuginfod.service %changelog +* Sun Nov 13 2022 Funda Wang - 0.188-1 +- New version 0.188 + * Thu Sep 22 2022 mgb01105731 - 0.187-1 - update to 0.187