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 2026-01-21 14:11:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jeos-firstboot (Old) and /work/SRC/openSUSE:Factory/.jeos-firstboot.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jeos-firstboot" Wed Jan 21 14:11:56 2026 rev:66 rq:1328211 version:1.5.9 Changes: -------- --- /work/SRC/openSUSE:Factory/jeos-firstboot/jeos-firstboot.changes 2025-07-09 17:26:19.170332828 +0200 +++ /work/SRC/openSUSE:Factory/.jeos-firstboot.new.1928/jeos-firstboot.changes 2026-01-21 14:12:01.393498457 +0100 @@ -1,0 +2,6 @@ +Tue Jan 20 08:01:25 UTC 2026 - Fabian Vogt <[email protected]> + +- Update to version 1.5.9: + * Use snapper create on transactional systems again + +------------------------------------------------------------------- Old: ---- jeos-firstboot-1.5.8.obscpio New: ---- _scmsync.obsinfo build.specials.obscpio jeos-firstboot-1.5.9.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jeos-firstboot.spec ++++++ --- /var/tmp/diff_new_pack.gp0brt/_old 2026-01-21 14:12:01.997523603 +0100 +++ /var/tmp/diff_new_pack.gp0brt/_new 2026-01-21 14:12:02.001523770 +0100 @@ -23,7 +23,7 @@ %endif Name: jeos-firstboot -Version: 1.5.8 +Version: 1.5.9 Release: 0 Summary: Simple text based JeOS first boot wizard License: MIT @@ -41,6 +41,8 @@ %if 0%{?suse_version} >= 1550 Requires: ssh-pairing %endif +# Used by jeos-firstboot-snapshot +Requires: /usr/bin/findmnt Requires: ((/usr/bin/qrencode and /usr/bin/oathtool) if pam_oath) Requires: (/usr/bin/nmtui if NetworkManager) BuildArch: noarch ++++++ _scmsync.obsinfo ++++++ mtime: 1768896195 commit: f960ae60f95ce9e4cba809c19c0e1fb6fff7ced86074c3effda1848860d42f5a url: https://src.opensuse.org/devel-factory/jeos-firstboot.git revision: f960ae60f95ce9e4cba809c19c0e1fb6fff7ced86074c3effda1848860d42f5a projectscmsync: https://src.opensuse.org/devel-factory/_ObsPrj.git ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.gp0brt/_old 2026-01-21 14:12:02.065526435 +0100 +++ /var/tmp/diff_new_pack.gp0brt/_new 2026-01-21 14:12:02.069526601 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/jeos-firstboot.git</param> - <param name="changesrevision">598996a37463fc5f0f5a12a87552808fed72907a</param></service></servicedata> + <param name="changesrevision">2b7167c16d7d5bac8fd7382129bf077f54cab7ae</param></service></servicedata> (No newline at EOF) ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-01-20 09:23:51.000000000 +0100 @@ -0,0 +1 @@ +.osc ++++++ jeos-firstboot-1.5.8.obscpio -> jeos-firstboot-1.5.9.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jeos-firstboot-1.5.8/files/usr/sbin/jeos-firstboot-snapshot new/jeos-firstboot-1.5.9/files/usr/sbin/jeos-firstboot-snapshot --- old/jeos-firstboot-1.5.8/files/usr/sbin/jeos-firstboot-snapshot 2025-07-08 15:02:32.000000000 +0200 +++ new/jeos-firstboot-1.5.9/files/usr/sbin/jeos-firstboot-snapshot 2026-01-20 08:59:02.000000000 +0100 @@ -9,7 +9,9 @@ exit 0 fi -if mountpoint -q /etc; then +if mountpoint -q /etc && [ "$(findmnt -nrvo FSTYPE /etc)" = "overlay" ]; then + # In case of overlayfs (older t-u), only t-u/tukit snapshot /etc, + # but not snapper create. So just don't bother. echo "/etc is not part of the snapshot, skipping" exit 0 fi ++++++ jeos-firstboot.obsinfo ++++++ --- /var/tmp/diff_new_pack.gp0brt/_old 2026-01-21 14:12:02.309536593 +0100 +++ /var/tmp/diff_new_pack.gp0brt/_new 2026-01-21 14:12:02.321537092 +0100 @@ -1,5 +1,5 @@ name: jeos-firstboot -version: 1.5.8 -mtime: 1751979752 -commit: 598996a37463fc5f0f5a12a87552808fed72907a +version: 1.5.9 +mtime: 1768895942 +commit: 2b7167c16d7d5bac8fd7382129bf077f54cab7ae
