commit transactional-update for openSUSE:Factory
Hello community, here is the log from the commit of package transactional-update for openSUSE:Factory checked in at 2017-06-30 18:42:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/transactional-update (Old) and /work/SRC/openSUSE:Factory/.transactional-update.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "transactional-update" Fri Jun 30 18:42:58 2017 rev:12 rq:507258 version:1.19 Changes: -------- --- /work/SRC/openSUSE:Factory/transactional-update/transactional-update.changes 2017-06-29 15:16:35.056594474 +0200 +++ /work/SRC/openSUSE:Factory/.transactional-update.new/transactional-update.changes 2017-06-30 18:43:46.298235447 +0200 @@ -1,0 +2,6 @@ +Fri Jun 30 09:58:51 CEST 2017 - kukuk@suse.de + +- Update to version 1.19 + - Add 'shell' option for debugging and testing + +------------------------------------------------------------------- @@ -12,0 +19 @@ + - unit file cleanup, no change of behavior Old: ---- transactional-update-1.18.tar.bz2 New: ---- transactional-update-1.19.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ transactional-update.spec ++++++ --- /var/tmp/diff_new_pack.ZDHAFQ/_old 2017-06-30 18:43:46.846158378 +0200 +++ /var/tmp/diff_new_pack.ZDHAFQ/_new 2017-06-30 18:43:46.850157816 +0200 @@ -17,7 +17,7 @@ Name: transactional-update -Version: 1.18 +Version: 1.19 Release: 0 Summary: Transactional Updates with btrfs and snapshots License: GPL-2.0+ ++++++ transactional-update-1.18.tar.bz2 -> transactional-update-1.19.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/transactional-update-1.18/NEWS new/transactional-update-1.19/NEWS --- old/transactional-update-1.18/NEWS 2017-06-28 14:12:44.000000000 +0200 +++ new/transactional-update-1.19/NEWS 2017-06-30 09:55:19.000000000 +0200 @@ -2,6 +2,9 @@ Copyright (C) 2016, 2017 Thorsten Kukuk +Version 1.19 +* Add undocumented 'shell' option for debugging and testing + Version 1.18 * Auto accept product license in non-interactive mode diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/transactional-update-1.18/configure new/transactional-update-1.19/configure --- old/transactional-update-1.18/configure 2017-06-28 14:13:11.000000000 +0200 +++ new/transactional-update-1.19/configure 2017-06-30 09:55:28.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for transactional-update 1.18. +# Generated by GNU Autoconf 2.69 for transactional-update 1.19. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -576,8 +576,8 @@ # Identity of this package. PACKAGE_NAME='transactional-update' PACKAGE_TARNAME='transactional-update' -PACKAGE_VERSION='1.18' -PACKAGE_STRING='transactional-update 1.18' +PACKAGE_VERSION='1.19' +PACKAGE_STRING='transactional-update 1.19' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1211,7 +1211,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures transactional-update 1.18 to adapt to many kinds of systems. +\`configure' configures transactional-update 1.19 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1278,7 +1278,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of transactional-update 1.18:";; + short | recursive ) echo "Configuration of transactional-update 1.19:";; esac cat <<\_ACEOF @@ -1358,7 +1358,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -transactional-update configure 1.18 +transactional-update configure 1.19 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1375,7 +1375,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by transactional-update $as_me 1.18, which was +It was created by transactional-update $as_me 1.19, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2238,7 +2238,7 @@ # Define the identity of the package. PACKAGE='transactional-update' - VERSION='1.18' + VERSION='1.19' cat >>confdefs.h <<_ACEOF @@ -3097,7 +3097,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by transactional-update $as_me 1.18, which was +This file was extended by transactional-update $as_me 1.19, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3150,7 +3150,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -transactional-update config.status 1.18 +transactional-update config.status 1.19 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/transactional-update-1.18/configure.ac new/transactional-update-1.19/configure.ac --- old/transactional-update-1.18/configure.ac 2017-06-28 14:12:18.000000000 +0200 +++ new/transactional-update-1.19/configure.ac 2017-06-30 09:54:59.000000000 +0200 @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(transactional-update, 1.18) +AC_INIT(transactional-update, 1.19) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([sbin/transactional-update.in]) AC_PREFIX_DEFAULT(/usr) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/transactional-update-1.18/sbin/transactional-update.in new/transactional-update-1.19/sbin/transactional-update.in --- old/transactional-update-1.18/sbin/transactional-update.in 2017-06-28 14:08:51.000000000 +0200 +++ new/transactional-update-1.19/sbin/transactional-update.in 2017-06-30 09:39:17.000000000 +0200 @@ -32,6 +32,7 @@ DO_ROLLBACK=0 ROLLBACK_SNAPSHOT=0 REBOOT_AFTERWARDS=0 +RUN_SHELL=0 USE_SALT_GRAINS=0 LOGFILE="/var/log/transactional-update.log" STATE_FILE="/var/lib/misc/transactional-update.state" @@ -212,6 +213,10 @@ REWRITE_GRUB_CFG=1 shift ;; + shell) + RUN_SHELL=1 + shift + ;; initrd) REWRITE_INITRD=1 REBUILD_KDUMP_INITRD=1 @@ -368,7 +373,8 @@ fi if [ -n "${ZYPPER_ARG}" -o ${REWRITE_GRUB_CFG} -eq 1 \ - -o ${REWRITE_INITRD} -eq 1 -o ${REBUILD_KDUMP_INITRD} -eq 1 ]; then + -o ${REWRITE_INITRD} -eq 1 -o ${REBUILD_KDUMP_INITRD} -eq 1 \ + -o ${RUN_SHELL} -eq 1 ]; then if [ -n "${ZYPPER_ARG}" -a -n "${ZYPPER_NONINTERACTIVE}" ]; then #check if there are updates at all @@ -518,6 +524,11 @@ fi fi + if [ ${RUN_SHELL} -eq 1 ]; then + echo "Chroot in snapshot ${SNAPSHOT_ID}, continue with 'exit'" + env PS1="transactional update # " chroot ${MOUNT_DIR} bash + fi + # unset variable unset TRANSACTIONAL_UPDATE
participants (1)
-
root@hilbert.suse.de