Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libdwarf for openSUSE:Factory checked in at 2022-05-02 16:25:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libdwarf (Old) and /work/SRC/openSUSE:Factory/.libdwarf.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libdwarf" Mon May 2 16:25:45 2022 rev:24 rq:974321 version:0.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libdwarf/libdwarf.changes 2022-04-25 23:35:12.854390138 +0200 +++ /work/SRC/openSUSE:Factory/.libdwarf.new.1538/libdwarf.changes 2022-05-02 16:25:54.348860641 +0200 @@ -1,0 +2,7 @@ +Wed Apr 27 12:25:48 UTC 2022 - Jan Engelhardt <[email protected]> + +- Resolve rpmlint report "libdwarf1.x86_64: E: + shlib-policy-name-error SONAME: libdwarf.so.0, expected package + suffix: 0" + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdwarf.spec ++++++ --- /var/tmp/diff_new_pack.laAF7s/_old 2022-05-02 16:25:54.844861192 +0200 +++ /var/tmp/diff_new_pack.laAF7s/_new 2022-05-02 16:25:54.848861197 +0200 @@ -31,12 +31,13 @@ libdwarf is a library of functions to provide read/write DWARF debugging records. -%package -n libdwarf1 +%package -n libdwarf0 Summary: Library to access DWARF information in object files License: LGPL-2.1-or-later Group: System/Libraries +Conflicts: libdwarf1 -%description -n libdwarf1 +%description -n libdwarf0 Library of functions to provide creation of DWARF debugging information records, DWARF line number information, DWARF address range and pubnames information, weak names information, and DWARF @@ -46,7 +47,7 @@ Summary: Development files for libdwarf License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ -Requires: libdwarf1 = %{version} +Requires: libdwarf0 = %{version} Requires: libelf-devel %description devel @@ -100,10 +101,10 @@ mkdir %{buildroot}%{_includedir}/libdwarf cp -l %{buildroot}%{_includedir}/libdwarf-0/*.h %{buildroot}%{_includedir}/libdwarf -%post -n libdwarf1 -p /sbin/ldconfig -%postun -n libdwarf1 -p /sbin/ldconfig +%post -n libdwarf0 -p /sbin/ldconfig +%postun -n libdwarf0 -p /sbin/ldconfig -%files -n libdwarf1 +%files -n libdwarf0 %license src/lib/libdwarf/LIBDWARFCOPYRIGHT src/lib/libdwarf/LGPL.txt %{_libdir}/libdwarf.so.0*
