Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package debugedit for openSUSE:Factory checked in at 2022-08-08 08:44:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/debugedit (Old) and /work/SRC/openSUSE:Factory/.debugedit.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "debugedit" Mon Aug 8 08:44:44 2022 rev:3 rq:989010 version:5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/debugedit/debugedit.changes 2022-07-06 15:42:39.150574678 +0200 +++ /work/SRC/openSUSE:Factory/.debugedit.new.1521/debugedit.changes 2022-08-08 08:44:45.210374871 +0200 @@ -1,0 +2,7 @@ +Wed Jul 6 12:43:49 UTC 2022 - Ludwig Nussel <lnus...@suse.de> + +- 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. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ debugedit.spec ++++++ --- /var/tmp/diff_new_pack.jgluu5/_old 2022-08-08 08:44:45.722376376 +0200 +++ /var/tmp/diff_new_pack.jgluu5/_new 2022-08-08 08:44:45.726376388 +0200 @@ -63,13 +63,17 @@ %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}