Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package blog for openSUSE:Factory checked in at 2021-04-22 18:03:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/blog (Old) and /work/SRC/openSUSE:Factory/.blog.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "blog" Thu Apr 22 18:03:02 2021 rev:13 rq:883985 version:2.20 Changes: -------- --- /work/SRC/openSUSE:Factory/blog/blog.changes 2020-01-18 12:13:34.330992215 +0100 +++ /work/SRC/openSUSE:Factory/.blog.new.12324/blog.changes 2021-04-22 18:03:05.458425547 +0200 @@ -1,0 +2,5 @@ +Fri Apr 9 07:19:38 UTC 2021 - Dr. Werner Fink <[email protected]> + +- Fix package split done for shared library packaging guideline (bsc#1184479). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ blog.spec ++++++ --- /var/tmp/diff_new_pack.05iNjp/_old 2021-04-22 18:03:05.890426215 +0200 +++ /var/tmp/diff_new_pack.05iNjp/_new 2021-04-22 18:03:05.894426221 +0200 @@ -1,7 +1,7 @@ # # spec file for package blog # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,6 +18,7 @@ Name: blog Version: 2.20 +%define sonum 2 Release: 0 Summary: Boot logging License: GPL-2.0-or-later @@ -38,11 +39,14 @@ buffer is used to hold the information for writing it to an existing logging file. -%package -n libblogger2 +%package -n libblogger%{sonum} Summary: FIFO interface used by startproc Group: System/Libraries +%if %sonum == 2 +Provides: %{name}:%{_libdir}/libblogger.so.2 +%endif -%description -n libblogger2 +%description -n libblogger%{sonum} The libaray for the FIFO interface used by the LSB startproc command. %package plymouth @@ -50,7 +54,8 @@ Group: System/Base Requires: blog Requires: systemd -Conflicts: plymouth plymouth-dracut +Conflicts: plymouth +Conflicts: plymouth-dracut %description plymouth The Blogd daemon can be used as a replacement for Plymouth in situations where @@ -65,7 +70,7 @@ %package devel Summary: Provides library and header for boot logging Group: Development/Libraries/C and C++ -Requires: libblogger2 = %{version} +Requires: libblogger%{sonum} = %{version} %description devel The libaray and the header file for the FIFO interface used to build @@ -99,8 +104,8 @@ %postun test -x /bin/systemctl && /bin/systemctl daemon-reload >/dev/null 2>&1 || : -%post -n libblogger2 -p /sbin/ldconfig -%postun -n libblogger2 -p /sbin/ldconfig +%post -n libblogger%{sonum} -p /sbin/ldconfig +%postun -n libblogger%{sonum} -p /sbin/ldconfig %posttrans %{?regenerate_initrd_posttrans} @@ -122,7 +127,7 @@ %doc %{_mandir}/man8/setconsole.8.gz %doc %{_mandir}/man8/showconsole.8.gz -%files -n libblogger2 +%files -n libblogger%{sonum} %{_libdir}/libblogger.so.* %files devel
