Hello community, here is the log from the commit of package ypbind for openSUSE:Factory checked in at 2019-03-26 15:46:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ypbind (Old) and /work/SRC/openSUSE:Factory/.ypbind.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ypbind" Tue Mar 26 15:46:02 2019 rev:54 rq:688687 version:2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/ypbind/ypbind.changes 2019-01-24 14:13:29.807356807 +0100 +++ /work/SRC/openSUSE:Factory/.ypbind.new.25356/ypbind.changes 2019-03-26 15:46:05.380062365 +0100 @@ -1,0 +2,18 @@ +Mon Mar 25 09:54:46 UTC 2019 - [email protected] + +- ypbind needs yp.conf to be present. So wait for network to be + online in case it's created by DHCP (boo#1129587) + +------------------------------------------------------------------- +Fri Feb 22 07:38:04 UTC 2019 - Franck Bui <[email protected]> + +- Drop use of $FIRST_ARG in .spec + + The use of $FIRST_ARG was probably required because of the + %service_* rpm macros were playing tricks with the shell positional + parameters. This is bad practice and error prones so let's assume + that no macros should do that anymore and hence it's safe to assume + that positional parameters remains unchanged after any rpm macro + call. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ypbind.spec ++++++ --- /var/tmp/diff_new_pack.6i7ubN/_old 2019-03-26 15:46:06.516061789 +0100 +++ /var/tmp/diff_new_pack.6i7ubN/_new 2019-03-26 15:46:06.520061787 +0100 @@ -21,8 +21,7 @@ %endif %define tmpfiles_remove() \ -test -n "$FIRST_ARG" || FIRST_ARG="$1" \ -if [ "$FIRST_ARG" -eq 0 ]; then \ +if [ $1 -eq 0 ]; then \ [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && \ /usr/bin/systemd-tmpfiles --remove %{?*} || : \ fi \ ++++++ ypbind.service ++++++ --- /var/tmp/diff_new_pack.6i7ubN/_old 2019-03-26 15:46:06.592061750 +0100 +++ /var/tmp/diff_new_pack.6i7ubN/_new 2019-03-26 15:46:06.596061748 +0100 @@ -2,8 +2,8 @@ Description=NIS/YP Clients to NIS Domain Binder Documentation=man:ypbind(8) Requires=rpcbind.service -Wants=nss-user-lookup.target -After=network.target rpcbind.service ypserv.service nss-lookup.target +Wants=nss-user-lookup.target network-online.target +After=network.target rpcbind.service ypserv.service nss-lookup.target network-online.target Before=systemd-user-sessions.service nss-user-lookup.target [Service]
