Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mksusecd for openSUSE:Factory checked in at 2023-07-14 15:35:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mksusecd (Old) and /work/SRC/openSUSE:Factory/.mksusecd.new.3193 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mksusecd" Fri Jul 14 15:35:48 2023 rev:75 rq:1098558 version:2.11 Changes: -------- --- /work/SRC/openSUSE:Factory/mksusecd/mksusecd.changes 2023-03-22 22:30:47.738239597 +0100 +++ /work/SRC/openSUSE:Factory/.mksusecd.new.3193/mksusecd.changes 2023-07-14 15:35:51.674012909 +0200 @@ -1,0 +2,8 @@ +Thu Jul 13 16:52:52 UTC 2023 - wfe...@opensuse.org + +- merge gh#openSUSE/mksusecd#66 +- add --volume1 option to allow setting separate labels for both + ISO file systems (bsc#1213185) +- 2.11 + +-------------------------------------------------------------------- Old: ---- mksusecd-2.10.tar.xz New: ---- mksusecd-2.11.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mksusecd.spec ++++++ --- /var/tmp/diff_new_pack.1S3NGb/_old 2023-07-14 15:35:52.390017073 +0200 +++ /var/tmp/diff_new_pack.1S3NGb/_new 2023-07-14 15:35:52.394017097 +0200 @@ -18,7 +18,7 @@ Name: mksusecd -Version: 2.10 +Version: 2.11 Release: 0 Summary: Tool to create SUSE Linux installation ISOs License: GPL-3.0+ ++++++ mksusecd-2.10.tar.xz -> mksusecd-2.11.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mksusecd-2.10/VERSION new/mksusecd-2.11/VERSION --- old/mksusecd-2.10/VERSION 2023-03-21 18:21:28.000000000 +0100 +++ new/mksusecd-2.11/VERSION 2023-07-13 18:52:52.000000000 +0200 @@ -1 +1 @@ -2.10 +2.11 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mksusecd-2.10/changelog new/mksusecd-2.11/changelog --- old/mksusecd-2.10/changelog 2023-03-21 18:21:28.000000000 +0100 +++ new/mksusecd-2.11/changelog 2023-07-13 18:52:52.000000000 +0200 @@ -1,3 +1,8 @@ +2023-07-13: 2.11 + - merge gh#openSUSE/mksusecd#66 + - add --volume1 option to allow setting separate labels for both + ISO file systems (bsc#1213185) + 2023-03-21: 2.10 - merge gh#openSUSE/mksusecd#65 - create efi boot image, if missing diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mksusecd-2.10/mksusecd new/mksusecd-2.11/mksusecd --- old/mksusecd-2.10/mksusecd 2023-03-21 18:21:28.000000000 +0100 +++ new/mksusecd-2.11/mksusecd 2023-07-13 18:52:52.000000000 +0200 @@ -250,6 +250,7 @@ my $opt_preparer; my $opt_application; my $opt_volume; +my $opt_volume1; my $opt_no_docs = 1; my $opt_loader; my $opt_sign = 1; @@ -339,6 +340,7 @@ 'defaultrepo=s' => \$opt_defaultrepo, 'instsys-in-repo!' => \$opt_instsys_in_repo, 'volume=s' => \$opt_volume, + 'volume1=s' => \$opt_volume1, 'vendor=s' => \$opt_vendor, 'preparer=s' => \$opt_preparer, 'application=s' => \$opt_application, @@ -781,6 +783,8 @@ --vendor VENDOR_ID Set ISO publisher id to VENDOR_ID. --preparer PREPARER_ID Set ISO data preparer id to PREPARER_ID. --application APP_ID Set ISO application id to APP_ID. + --volume1 VOLUME_ID Specify ISO volume id of the entire image - in case it should differ + from the ISO volume id used for the partition. General image layout related options: @@ -1645,6 +1649,10 @@ $progress_end = 100; + if($opt_volume1) { + $mkisofs->{options} .= " -V '" . substr($opt_volume1, 0, 32) . "'"; + } + run_mkisofs; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mksusecd-2.10/mksusecd_man.adoc new/mksusecd-2.11/mksusecd_man.adoc --- old/mksusecd-2.10/mksusecd_man.adoc 2023-03-21 18:21:28.000000000 +0100 +++ new/mksusecd-2.11/mksusecd_man.adoc 2023-07-13 18:52:52.000000000 +0200 @@ -189,6 +189,11 @@ *--application*=_APPLICATION_ID_:: Set ISO application id to _APPLICAION_ID_. +*--volume1*=_VOLUME_ID_:: +Specify ISO volume id of the entire image - in case it should differ +from the ISO volume id used for the partition. + +See *Hybrid mode notes* below. + === General image layout related options *--uefi*:: @@ -382,6 +387,11 @@ partition 2 and partition 1 points to the UEFI image. Partition 1 and 2 don't overlap. In this variant a consistent partition table is written. +Normally the file system of the entire image and the file system of the main partition +have identical data and meta data. If you need to have separate labels (volume ids) for +both file system variants you can use the **--volume1** option to set a different label +to be used for the entire image. + === Signing notes On all media there is a file '/CHECKSUMS' (or '/content' with the old SUSE