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}