Handle different find-debuginfo.sh location with external debugedit

This commit is contained in:
Panu Matilainen 2021-05-17 12:46:22 +03:00
parent d0c51399dc
commit f40acc53d9
1 changed files with 8 additions and 1 deletions

View File

@ -32,7 +32,7 @@
%global rpmver 4.16.90 %global rpmver 4.16.90
%global snapver git15395 %global snapver git15395
%global rel 6 %global rel 7
%global sover 9 %global sover 9
%global srcver %{rpmver}%{?snapver:-%{snapver}} %global srcver %{rpmver}%{?snapver:-%{snapver}}
@ -314,6 +314,10 @@ the fapolicyd daemon.
%prep %prep
%autosetup -n rpm-%{srcver} -p1 %autosetup -n rpm-%{srcver} -p1
%if %{with debugedit}
sed -i -e "s:%%{_rpmconfigdir}/find-debuginfo.sh:%%{_bindir}/find-debuginfo.sh:g" macros.in
%endif
%build %build
%set_build_flags %set_build_flags
@ -571,6 +575,9 @@ fi
%doc doc/librpm/html/* %doc doc/librpm/html/*
%changelog %changelog
* Mon May 17 2021 Panu Matilainen <pmatilai@redhat.com> - 4.16.90-0.git15395.7
- Handle different find-debuginfo.sh location with external debugedit
* Fri May 07 2021 Panu Matilainen <pmatilai@redhat.com> - 4.16.90-0.git15395.6 * Fri May 07 2021 Panu Matilainen <pmatilai@redhat.com> - 4.16.90-0.git15395.6
- Fix regression causing a crash on Lua state reset (#1958095) - Fix regression causing a crash on Lua state reset (#1958095)