From b60fe25026ec2ee2329263c149002ed4976b5d03 Mon Sep 17 00:00:00 2001 From: renxichen Date: Tue, 8 Nov 2022 11:32:58 +0800 Subject: [PATCH] make it successfully to find debugedit when running /usr/lib/rpm/find-debuginfo.sh --- debugedit.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/debugedit.spec b/debugedit.spec index 6d03e74..38916b6 100644 --- a/debugedit.spec +++ b/debugedit.spec @@ -1,6 +1,6 @@ Name: debugedit Version: 5.0 -Release: 3 +Release: 4 Summary: Tools for debuginfo creation License: GPL-2.0-or-later and LGPL-2.1-only and GPL-3.0-only Group: Applications @@ -42,6 +42,8 @@ ln -s find-debuginfo find-debuginfo.sh cd %{buildroot} mkdir -p %{buildroot}%{_rpmconfigdir} ln -s %{_bindir}/find-debuginfo %{buildroot}%{_rpmconfigdir}/find-debuginfo.sh +ln -s %{_bindir}/debugedit %{buildroot}%{_rpmconfigdir}/debugedit + %check sed -i 's/^\(C\|LD\)FLAGS=.*/\1FLAGS=""/' tests/atlocal make check %{?_smp_mflags} @@ -59,8 +61,12 @@ make check %{?_smp_mflags} %{_mandir}/man1/sepdebugcrcfix.1* %{_mandir}/man1/find-debuginfo.1* %{_rpmconfigdir}/find-debuginfo.sh +%{_rpmconfigdir}/debugedit %changelog +* Tue Nov 08 2022 renhongxun 5.0-4 +- make it successfully to find debugedit when running /usr/lib/rpm/find-debuginfo.sh + * Fri Oct 21 2022 renhongxun 5.0-3 - fix -u option