From 0eeae42a6716847ef4ed8de99f88f5da29feaed7ca9801ad6776e0cbd6f47b06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Wed, 6 Jul 2022 13:31:34 +0000 Subject: [PATCH] Accepting request 987205 from home:lnussel:build - move find-debuginfo and sepdebugcrcfix which are basically tools for use by rpmbuild only to /usr/lib/rpm where they used to be when debugedit was bundled with rpm. OBS-URL: https://build.opensuse.org/request/show/987205 OBS-URL: https://build.opensuse.org/package/show/Base:System/debugedit?expand=0&rev=4 --- debugedit.changes | 7 +++++++ debugedit.spec | 8 ++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/debugedit.changes b/debugedit.changes index b269482..ad627fd 100644 --- a/debugedit.changes +++ b/debugedit.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jul 6 12:43:49 UTC 2022 - Ludwig Nussel + +- move find-debuginfo and sepdebugcrcfix which are basically tools + for use by rpmbuild only to /usr/lib/rpm where they used to be + when debugedit was bundled with rpm. + ------------------------------------------------------------------- Mon Jun 27 11:36:59 UTC 2022 - Ludwig Nussel diff --git a/debugedit.spec b/debugedit.spec index b2d6b87..b4bce18 100644 --- a/debugedit.spec +++ b/debugedit.spec @@ -63,13 +63,17 @@ autoreconf -fiv %install %make_install +mkdir -p %{buildroot}/usr/lib/rpm +mv %{buildroot}%{_bindir}/{find-debuginfo,sepdebugcrcfix} %{buildroot}/usr/lib/rpm +ln -s ../../bin/debugedit %{buildroot}/usr/lib/rpm %files %license COPYING3 %doc README %{_bindir}/debugedit -%{_bindir}/find-debuginfo -%{_bindir}/sepdebugcrcfix +/usr/lib/rpm/debugedit +/usr/lib/rpm/find-debuginfo +/usr/lib/rpm/sepdebugcrcfix %{_mandir}/man1/debugedit.1%{?ext_man} %{_mandir}/man1/find-debuginfo.1%{?ext_man} %{_mandir}/man1/sepdebugcrcfix.1%{?ext_man}