Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package OpenIPMI for openSUSE:Factory checked in at 2022-05-05 23:05:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/OpenIPMI (Old) and /work/SRC/openSUSE:Factory/.OpenIPMI.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "OpenIPMI" Thu May 5 23:05:18 2022 rev:54 rq:974498 version:2.0.31 Changes: -------- --- /work/SRC/openSUSE:Factory/OpenIPMI/OpenIPMI.changes 2021-10-20 20:24:37.917390952 +0200 +++ /work/SRC/openSUSE:Factory/.OpenIPMI.new.1538/OpenIPMI.changes 2022-05-05 23:05:52.645518653 +0200 @@ -1,0 +2,10 @@ +Thu Apr 28 00:16:24 UTC 2022 - Jan Engelhardt <jeng...@inai.de> + +- Resolve rpmlint report "libOpenIPMI0.x86_64: E: + shlib-policy-name-error SONAME: libOpenIPMIui.so.1, expected + package suffix: 1" +- Trim manual library Provides. Prospective users (packages) ought + to let rpm find the dependencies (and their name is usually + "libIPMIlanserv.so.0()(64bit)" not "libIPMIlanserv". + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ OpenIPMI.spec ++++++ --- /var/tmp/diff_new_pack.UsXheK/_old 2022-05-05 23:05:53.173519312 +0200 +++ /var/tmp/diff_new_pack.UsXheK/_new 2022-05-05 23:05:53.181519322 +0200 @@ -1,7 +1,7 @@ # # spec file for package OpenIPMI # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -110,19 +110,25 @@ %package -n libOpenIPMI0 Summary: User-level library for accessing IPMI services Group: System/Libraries -Provides: libIPMIlanserv -Provides: libOpenIPMI -Provides: libOpenIPMIui %description -n libOpenIPMI0 The user-level library that provides a higher-level abstraction of IPMI and generic services. +%package -n libOpenIPMIui1 +Summary: User-level library for accessing IPMI services +Group: System/Libraries + +%description -n libOpenIPMIui1 +The user-level library that provides a higher-level abstraction of +IPMI and generic services. + %package devel Summary: Development files for OpenIPMI Group: Development/Libraries/C and C++ Requires: glibc-devel -Requires: libOpenIPMI0 = %{version} +Requires: libOpenIPMI0 = %{version}-%{release} +Requires: libOpenIPMIui1 = %{version}-%{release} %description devel These libraries are needed to get full access to the OpenIPMI @@ -142,8 +148,7 @@ that makes use of it. %prep -%setup -q -%autopatch -p1 +%autosetup -p1 rm -rf ./libedit @@ -160,7 +165,7 @@ --with-tcl=yes \ --with-tcllibs=-ltcl%{tcl_version} \ --with-tkinter=yes -make %{?_smp_mflags} +%make_build %if 0%{?doc_build} cd doc make IPMI.pdf @@ -208,6 +213,8 @@ %post -n libOpenIPMI0 -p /sbin/ldconfig %postun -n libOpenIPMI0 -p /sbin/ldconfig +%post -n libOpenIPMIui1 -p /sbin/ldconfig +%postun -n libOpenIPMIui1 -p /sbin/ldconfig %files %license COPYING COPYING.BSD COPYING.LIB @@ -253,7 +260,15 @@ %files -n libOpenIPMI0 %{_libdir}/libIPMIlanserv.so.* -%{_libdir}/libOpenIPMI*.so.* +%{_libdir}/libOpenIPMI.so.* +%{_libdir}/libOpenIPMIcmdlang.so.* +%{_libdir}/libOpenIPMIglib.so.* +%{_libdir}/libOpenIPMIposix.so.* +%{_libdir}/libOpenIPMIpthread.so.* +%{_libdir}/libOpenIPMIutils.so.* + +%files -n libOpenIPMIui1 +%{_libdir}/libOpenIPMIui.so.* %files devel %{_includedir}/*