Hello community, here is the log from the commit of package pin for openSUSE:Factory checked in at 2019-01-25 22:44:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pin (Old) and /work/SRC/openSUSE:Factory/.pin.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pin" Fri Jan 25 22:44:39 2019 rev:23 rq:668328 version:0.40 Changes: -------- --- /work/SRC/openSUSE:Factory/pin/pin.changes 2018-09-25 15:44:19.725168337 +0200 +++ /work/SRC/openSUSE:Factory/.pin.new.28833/pin.changes 2019-01-25 22:44:41.783129757 +0100 @@ -1,0 +2,6 @@ +Thu Jan 24 00:36:49 UTC 2019 - Christian Boltz <[email protected]> + +- read the correct variable from /etc/os-release to really fix boo#1095723 +- display the correct expected filename if ARCHIVES_*.gz doesn't exist + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pin ++++++ --- /var/tmp/diff_new_pack.Hq5BTI/_old 2019-01-25 22:44:42.175129273 +0100 +++ /var/tmp/diff_new_pack.Hq5BTI/_new 2019-01-25 22:44:42.175129273 +0100 @@ -87,7 +87,7 @@ [ -f /etc/os-release ] && { . /etc/os-release - export USED_VERSION=$VERSION + export USED_VERSION=$VERSION_ID } [ -f /etc/SuSE-release ] && USED_VERSION="`grep VERSION /etc/SuSE-release | cut -f3 -d " "`" @@ -212,7 +212,7 @@ if test "$(id -ru)" != "0" -a "$USER" != root -a -z "$ROOT" ; then cat <<__EOF__ - *** pin found no ARCHIVES_"$USED_VERSION".gz file in $ARC_DIR + *** pin found no ARCHIVES_${USED_VERSION}.gz file in $ARC_DIR pin will copy the files, please enter root password :
