Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tcpd for openSUSE:Factory checked in at 2022-09-21 14:38:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tcpd (Old) and /work/SRC/openSUSE:Factory/.tcpd.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tcpd" Wed Sep 21 14:38:53 2022 rev:34 rq:1004572 version:7.6 Changes: -------- --- /work/SRC/openSUSE:Factory/tcpd/tcpd.changes 2022-08-31 18:08:25.315285597 +0200 +++ /work/SRC/openSUSE:Factory/.tcpd.new.2083/tcpd.changes 2022-09-21 14:38:54.589168792 +0200 @@ -1,0 +2,5 @@ +Mon Sep 5 14:42:10 UTC 2022 - Ludwig Nussel <[email protected]> + +- use _libdir (boo#1191098) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tcpd.spec ++++++ --- /var/tmp/diff_new_pack.UT94Z1/_old 2022-09-21 14:38:56.369173728 +0200 +++ /var/tmp/diff_new_pack.UT94Z1/_new 2022-09-21 14:38:56.377173750 +0200 @@ -146,18 +146,15 @@ install -d -m 755 %{buildroot}%{_libdir} install -d -m 755 %{buildroot}%{_sbindir} install -d -m 755 %{buildroot}%{_mandir}/man{1,3,5,8} -install -d -m 755 %{buildroot}/%{_lib} install -m 644 ip6utils.h tcpd.h %{buildroot}%{_includedir} install -m 644 libwrap.a %{buildroot}/%{_libdir} install -m 755 safe_finger tcpd tcpdchk tcpdmatch try-from %{buildroot}%{_sbindir} install -m 644 hosts_access.3 %{buildroot}%{_mandir}/man3 install -m 644 hosts_access.5 hosts_options.5 %{buildroot}%{_mandir}/man5 install -m 644 tcpd.8 tcpdchk.8 tcpdmatch.8 %{buildroot}%{_mandir}/man8 -install -m 644 shared/libwrap.so.0.%{version} %{buildroot}/%{_lib} -cd %{buildroot}/%{_lib} -ln -sf libwrap.so.0.%{version} libwrap.so.0 -cd %{buildroot}%{_libdir} -ln -sf /%{_lib}/libwrap.so.0.%{version} libwrap.so +install -m 644 shared/libwrap.so.0.%{version} %{buildroot}/%{_libdir} +ln -sf libwrap.so.0.%{version} %{buildroot}/%{_libdir}/libwrap.so.0 +ln -sf libwrap.so.0.%{version} %{buildroot}/%{_libdir}/libwrap.so %post -n %{lname} -p /sbin/ldconfig @@ -172,7 +169,7 @@ %files -n %{lname} %defattr(-,root,root) %doc DISCLAIMER -%attr(755,root,root) /%{_lib}/libwrap.so.0* +%attr(755,root,root) %{_libdir}/libwrap.so.0* %files devel %defattr(644,root,root,755)
