Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package trousers for openSUSE:Factory checked in at 2021-10-08 22:04:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/trousers (Old) and /work/SRC/openSUSE:Factory/.trousers.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "trousers" Fri Oct 8 22:04:47 2021 rev:49 rq:923191 version:0.3.15 Changes: -------- --- /work/SRC/openSUSE:Factory/trousers/trousers.changes 2020-11-05 21:56:27.451976755 +0100 +++ /work/SRC/openSUSE:Factory/.trousers.new.2443/trousers.changes 2021-10-08 22:05:05.464564351 +0200 @@ -1,0 +2,5 @@ +Tue Oct 5 09:41:43 UTC 2021 - Matthias Gerstner <matthias.gerst...@suse.com> + +- move libraries to /usr/lib (bsc#1191102) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ trousers.spec ++++++ --- /var/tmp/diff_new_pack.2kqUKx/_old 2021-10-08 22:05:06.008565246 +0200 +++ /var/tmp/diff_new_pack.2kqUKx/_new 2021-10-08 22:05:06.012565252 +0200 @@ -1,7 +1,7 @@ # # spec file for package trousers # -# 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 @@ -89,7 +89,7 @@ DOC=%{_defaultdocdir} export CC CFLAGS autoreconf -i -f -%configure --libdir=/%{_lib} --disable-static --with-pic --with-gui=none +%configure --libdir=/%{_libdir} --disable-static --with-pic --with-gui=none make %{?_smp_mflags} %install @@ -103,9 +103,7 @@ cp -a dist/system.data* %{trousers_data} mkdir -p %{buildroot}%{_libdir} -ln -s -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/libtspi.so) %{buildroot}%{_libdir}/libtspi.so -rm -v %{buildroot}/%{_lib}/libtspi.{so,la} -mv -v %{buildroot}/%{_lib}/*.a %{buildroot}%{_libdir} +rm -v %{buildroot}/%{_libdir}/libtspi.la # we want to run tcsd as tss user right away. therefore we need to install a # suitable udev rule file. this conflicts somewhat with tpm2-0-tss, but both @@ -163,6 +161,6 @@ %files -n libtspi1 %defattr(-,root,root) -/%{_lib}/*.so.* +/%{_libdir}/*.so.* %changelog