Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package combustion for openSUSE:Factory checked in at 2024-01-26 22:46:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/combustion (Old) and /work/SRC/openSUSE:Factory/.combustion.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "combustion" Fri Jan 26 22:46:40 2024 rev:28 rq:1141541 version:1.3+git5 Changes: -------- --- /work/SRC/openSUSE:Factory/combustion/combustion.changes 2023-12-22 22:41:05.195458241 +0100 +++ /work/SRC/openSUSE:Factory/.combustion.new.1815/combustion.changes 2024-01-26 22:46:45.091083649 +0100 @@ -1,0 +2,7 @@ +Thu Jan 25 15:19:26 UTC 2024 - Fabian Vogt <[email protected]> + +- Update to version 1.3+git5: + * Set the snapper snapshot as important=yes + * Remove unnecessary chmod + +------------------------------------------------------------------- Old: ---- combustion-1.3+git3.obscpio New: ---- combustion-1.3+git5.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ combustion.spec ++++++ --- /var/tmp/diff_new_pack.SavUhI/_old 2024-01-26 22:46:46.775144296 +0100 +++ /var/tmp/diff_new_pack.SavUhI/_new 2024-01-26 22:46:46.787144728 +0100 @@ -1,7 +1,7 @@ # # spec file for package combustion # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: combustion -Version: 1.3+git3 +Version: 1.3+git5 Release: 0 Summary: System for initial configuration of appliances License: GPL-2.0-or-later ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.SavUhI/_old 2024-01-26 22:46:47.127156973 +0100 +++ /var/tmp/diff_new_pack.SavUhI/_new 2024-01-26 22:46:47.163158269 +0100 @@ -1,6 +1,5 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/combustion.git</param> - <param name="changesrevision">09be7826daad18badac606030a13178b8f9796f3</param></service></servicedata> -(No newline at EOF) + <param name="changesrevision">0c86ebdc18115dfa285101058083ae13ef65383b</param></service></servicedata> ++++++ combustion-1.3+git3.obscpio -> combustion-1.3+git5.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/combustion-1.3+git3/combustion new/combustion-1.3+git5/combustion --- old/combustion-1.3+git3/combustion 2023-12-21 17:50:59.000000000 +0100 +++ new/combustion-1.3+git5/combustion 2024-01-25 16:17:27.000000000 +0100 @@ -263,11 +263,11 @@ fi else mount -o remount,rw /sysroot - if ! chroot /sysroot sh -e -c "cd '${config_dir}'; chmod a+x script; ./script"; then + if ! chroot /sysroot sh -e -c "cd '${config_dir}'; ./script"; then echo "Command failed" exit 1 fi - chroot /sysroot snapper --no-dbus create -d "After combustion configuration" || : + chroot /sysroot snapper --no-dbus create -d "After combustion configuration" --userdata "important=yes" || : fi if [ "${complete}" -eq 1 ]; then ++++++ combustion.obsinfo ++++++ --- /var/tmp/diff_new_pack.SavUhI/_old 2024-01-26 22:46:47.967187224 +0100 +++ /var/tmp/diff_new_pack.SavUhI/_new 2024-01-26 22:46:47.971187368 +0100 @@ -1,5 +1,5 @@ name: combustion -version: 1.3+git3 -mtime: 1703177459 -commit: 09be7826daad18badac606030a13178b8f9796f3 +version: 1.3+git5 +mtime: 1706195847 +commit: 0c86ebdc18115dfa285101058083ae13ef65383b
