Hi release team,
this is a unblock request for fai 6.0.1.
This version is in unstable for 25 days.
Attached is the debdiff from 6.0 to 6.0.1
- It fixes a small perl syntax error in install_packages
- It add comments into disk_config/* files which goes into the fai-doc package - The year in prcopyleft was set to 2023
$ debdiff fai_6.0.dsc fai_6.0.1.dsc|diffstat
bin/install_packages | 2 +-
debian/changelog | 12 ++++++++++++
examples/simple/disk_config/FAIBASE | 3 +++
examples/simple/disk_config/FAIBASE_EFI | 3 +++
examples/simple/disk_config/ROCKY | 3 +++
examples/simple/scripts/GRUB_EFI/10-setup | 5 +++++
lib/prcopyleft | 4 ++--
7 files changed, 29 insertions(+), 3 deletions(-)
diff -Nru fai-6.0/bin/install_packages fai-6.0.1/bin/install_packages
--- fai-6.0/bin/install_packages 2022-11-13 18:48:57.000000000 +0100
+++ fai-6.0.1/bin/install_packages 2023-02-23 16:31:07.000000000 +0100
@@ -204,7 +204,7 @@
my $packlist = join(' ',@{$pkglist});
if ($atype eq "hold") {
- my $hold = join " hold\n", @{$list{hold}}, "";
+ my $hold = join " hold\n", @{$list{hold}{$pkgopt}}, "";
execute("echo \"$hold\" | $rootcmd $command{hold}");
next;
}
diff -Nru fai-6.0/debian/changelog fai-6.0.1/debian/changelog
--- fai-6.0/debian/changelog 2023-01-13 22:45:03.000000000 +0100
+++ fai-6.0.1/debian/changelog 2023-03-08 19:38:00.000000000 +0100
@@ -1,3 +1,15 @@
+fai (6.0.1) unstable; urgency=low
+
+ [ Joerg Behrmann ]
+ * install_packages: fix wrong type of perl variable, Closes: #1032267
+
+ [ Thomas Lange ]
+ * prtcopyleft: year++
+ * disk_config/*: add comment about mkfs option that is needed when using
+ older Debian releases, Closes: #1031415
+
+ -- Thomas Lange <
lange@debian.org> Wed, 08 Mar 2023 1