Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openSUSE-Aeon for openSUSE:Factory checked in at 2024-05-24 19:53:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openSUSE-Aeon (Old) and /work/SRC/openSUSE:Factory/.openSUSE-Aeon.new.24587 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-Aeon" Fri May 24 19:53:29 2024 rev:6 rq:1176745 version:0.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/openSUSE-Aeon/openSUSE-Aeon.changes 2024-05-22 21:32:46.058616956 +0200 +++ /work/SRC/openSUSE:Factory/.openSUSE-Aeon.new.24587/openSUSE-Aeon.changes 2024-05-24 19:53:54.455582032 +0200 @@ -1,0 +2,5 @@ +Fri May 24 13:30:21 UTC 2024 - Richard Brown <[email protected]> + +- Correct ignition partition label to 'ignition' + +------------------------------------------------------------------- New: ---- disk.sh ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ disk.sh ++++++ #!/bin/bash set -euxo pipefail # Fix the filesystem label of the ignition partition, uppercase doesn't work with ignition e2label /dev/loop0p3 ignition
