Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lsvpd for openSUSE:Factory checked in at 2021-12-20 14:18:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lsvpd (Old) and /work/SRC/openSUSE:Factory/.lsvpd.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lsvpd" Mon Dec 20 14:18:05 2021 rev:59 rq:941660 version:1.7.13 Changes: -------- --- /work/SRC/openSUSE:Factory/lsvpd/lsvpd.changes 2021-09-21 21:13:41.370675741 +0200 +++ /work/SRC/openSUSE:Factory/.lsvpd.new.2520/lsvpd.changes 2021-12-20 14:18:07.278603771 +0100 @@ -1,0 +2,5 @@ +Mon Dec 20 09:54:22 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org> + +- Fix build on UsrMerged distros: do not create symlinks in /sbin. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lsvpd.spec ++++++ --- /var/tmp/diff_new_pack.yzxU4Z/_old 2021-12-20 14:18:08.066604255 +0100 +++ /var/tmp/diff_new_pack.yzxU4Z/_new 2021-12-20 14:18:08.074604260 +0100 @@ -59,6 +59,7 @@ %install %make_install +%if ! 0%{?usrmerged} mkdir %{buildroot}/sbin for i in lscfg lsmcode lsvio lsvpd update-lsvpd-db do @@ -67,6 +68,7 @@ ln -sfvbn ..%{_sbindir}/$i %{buildroot}/sbin/$i fi done +%endif if [ -e %{_sysconfdir}/udev/rules.d/99-lsvpd.rules ] ; then rm %{_sysconfdir}/udev/rules.d/99-lsvpd.rules fi @@ -86,7 +88,9 @@ %doc README NEWS %dir %{_sysconfdir}/lsvpd %attr (644,root,root) %config %{_sysconfdir}/lsvpd/* +%if ! 0%{?usrmerged} /sbin/* +%endif %attr (755,root,root) %{_sbindir}/* %{_mandir}/*/*