Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jeos-firstboot for openSUSE:Factory checked in at 2022-02-06 23:53:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jeos-firstboot (Old) and /work/SRC/openSUSE:Factory/.jeos-firstboot.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jeos-firstboot" Sun Feb 6 23:53:29 2022 rev:41 rq:951339 version:1.1.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/jeos-firstboot/jeos-firstboot.changes 2022-01-22 08:18:25.690805095 +0100 +++ /work/SRC/openSUSE:Factory/.jeos-firstboot.new.1898/jeos-firstboot.changes 2022-02-06 23:53:46.607022487 +0100 @@ -1,0 +2,8 @@ +Thu Feb 03 15:19:56 UTC 2022 - Fabian Vogt <fv...@suse.com> + +- Update to version 1.1.0.3: + * Don't make a snapshot if /etc is not part of it + * Use mountpoint with -q + * Don't attach jeos-firstboot-snapshot.service to the TTY + +------------------------------------------------------------------- Old: ---- jeos-firstboot-1.1.0.0.obscpio New: ---- jeos-firstboot-1.1.0.3.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jeos-firstboot.spec ++++++ --- /var/tmp/diff_new_pack.YirKe5/_old 2022-02-06 23:53:49.359004137 +0100 +++ /var/tmp/diff_new_pack.YirKe5/_new 2022-02-06 23:53:49.363004111 +0100 @@ -17,7 +17,7 @@ Name: jeos-firstboot -Version: 1.1.0.0 +Version: 1.1.0.3 Release: 0 Summary: Simple text based JeOS first boot wizard License: MIT ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.YirKe5/_old 2022-02-06 23:53:49.403003844 +0100 +++ /var/tmp/diff_new_pack.YirKe5/_new 2022-02-06 23:53:49.407003817 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/openSUSE/jeos-firstboot.git</param> - <param name="changesrevision">e2d51e6e0eb20d4d27f243b4b577b774189fa32a</param></service></servicedata> + <param name="changesrevision">782a431fb04a3042a989085439a65751b93963b6</param></service></servicedata> (No newline at EOF) ++++++ jeos-firstboot-1.1.0.0.obscpio -> jeos-firstboot-1.1.0.3.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jeos-firstboot-1.1.0.0/files/usr/lib/systemd/system/jeos-firstboot-snapshot.service new/jeos-firstboot-1.1.0.3/files/usr/lib/systemd/system/jeos-firstboot-snapshot.service --- old/jeos-firstboot-1.1.0.0/files/usr/lib/systemd/system/jeos-firstboot-snapshot.service 2022-01-20 16:24:39.000000000 +0100 +++ new/jeos-firstboot-1.1.0.3/files/usr/lib/systemd/system/jeos-firstboot-snapshot.service 2022-02-02 11:55:40.000000000 +0100 @@ -22,9 +22,6 @@ # In Pre - if creation fails, don't do the configuration again ExecStartPre=/usr/bin/rm -f /var/lib/YaST2/reconfig_system ExecStart=/usr/sbin/jeos-firstboot-snapshot -StandardOutput=tty -StandardInput=tty -#StandardError=tty [Install] WantedBy=default.target diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jeos-firstboot-1.1.0.0/files/usr/sbin/jeos-firstboot-snapshot new/jeos-firstboot-1.1.0.3/files/usr/sbin/jeos-firstboot-snapshot --- old/jeos-firstboot-1.1.0.0/files/usr/sbin/jeos-firstboot-snapshot 2022-01-20 16:24:39.000000000 +0100 +++ new/jeos-firstboot-1.1.0.3/files/usr/sbin/jeos-firstboot-snapshot 2022-02-02 11:55:40.000000000 +0100 @@ -22,11 +22,16 @@ set -euo pipefail -if ! mountpoint /.snapshots &>/dev/null; then +if ! mountpoint -q /.snapshots &>/dev/null; then echo "Snapshots not enabled, skipping" exit 0 fi +if mountpoint -q /etc; then + echo "/etc is not part of the snapshot, skipping" + exit 0 +fi + if [ ! -e /.snapshots/2 ]; then snapper -v create -d "After jeos-firstboot configuration" --userdata "important=yes" fi ++++++ jeos-firstboot.obsinfo ++++++ --- /var/tmp/diff_new_pack.YirKe5/_old 2022-02-06 23:53:49.503003177 +0100 +++ /var/tmp/diff_new_pack.YirKe5/_new 2022-02-06 23:53:49.507003150 +0100 @@ -1,6 +1,5 @@ name: jeos-firstboot -version: 1.1.0.0 -mtime: 1642692279 -commit: d4578fc59d01e51e1b8dd0b7dfb84f6bc9090018 - +version: 1.1.0.3 +mtime: 1643799340 +commit: 782a431fb04a3042a989085439a65751b93963b6