Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libsmbios for openSUSE:Factory 
checked in at 2022-05-08 21:52:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsmbios (Old)
 and      /work/SRC/openSUSE:Factory/.libsmbios.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsmbios"

Sun May  8 21:52:28 2022 rev:48 rq:975346 version:2.4.3.3.gf01a217

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsmbios/libsmbios.changes      2021-07-15 
23:58:58.114190746 +0200
+++ /work/SRC/openSUSE:Factory/.libsmbios.new.1538/libsmbios.changes    
2022-05-08 21:52:41.835489157 +0200
@@ -1,0 +2,7 @@
+Tue May  3 07:24:33 UTC 2022 - Fabian Vogt <[email protected]>
+
+- Replace invalid use of chrpath with patching out -static (boo#1199134)
+- Mention the sonum in %files
+- Drop meanwhile unnecessary libsmbios-rpmlintrc
+
+-------------------------------------------------------------------

Old:
----
  libsmbios-rpmlintrc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libsmbios.spec ++++++
--- /var/tmp/diff_new_pack.7AuN44/_old  2022-05-08 21:52:42.395489861 +0200
+++ /var/tmp/diff_new_pack.7AuN44/_new  2022-05-08 21:52:42.399489866 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libsmbios
 #
-# 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
@@ -16,7 +16,8 @@
 #
 
 
-%define libname libsmbios_c2
+%define sonum 2
+%define libname libsmbios_c%{sonum}
 Name:           libsmbios
 Version:        2.4.3.3.gf01a217
 Release:        0
@@ -25,10 +26,8 @@
 Group:          Hardware/Other
 URL:            https://github.com/dell/libsmbios
 Source:         %{name}-%{version}.tar.gz
-Source1:        %{name}-rpmlintrc
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  chrpath
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -119,6 +118,8 @@
 
 %prep
 %autosetup -p1
+# That conflicts with --disable-static
+sed -i"" "s/ -static//" src/bin/Makefile.am
 
 %build
 autoreconf -fvi
@@ -137,9 +138,6 @@
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
-# remove rpath from binaries
-chrpath --replace '$ORIGIN' %{buildroot}%{_sbindir}/smbios-sys-info-lite
-
 # python3 duplicates
 %fdupes %{buildroot}%{python3_sitearch}
 
@@ -168,6 +166,7 @@
 %files -n %{libname}
 %license COPYING-GPL COPYING-OSL
 %license src/bin/getopts_LICENSE.txt
+%{_libdir}/libsmbios_c.so.%{sonum}
 %{_libdir}/libsmbios_c.so.*
 %{_datadir}/locale/en/
 

++++++ libsmbios-2.4.3.3.gf01a217.obscpio ++++++

++++++ libsmbios.obsinfo ++++++
--- /var/tmp/diff_new_pack.7AuN44/_old  2022-05-08 21:52:42.731490284 +0200
+++ /var/tmp/diff_new_pack.7AuN44/_new  2022-05-08 21:52:42.731490284 +0200
@@ -3,4 +3,3 @@
 mtime: 1609786060
 commit: f01a21763180c9c11d70326ad36b9761cde9131c
 
-

Reply via email to