Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mkmedia for openSUSE:Factory checked in at 2026-08-27 18:50:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mkmedia (Old) and /work/SRC/openSUSE:Factory/.mkmedia.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mkmedia" Thu Aug 27 18:50:29 2026 rev:3 rq:1373776 version:6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/mkmedia/mkmedia.changes 2026-08-09 21:41:18.642474344 +0200 +++ /work/SRC/openSUSE:Factory/.mkmedia.new.1265/mkmedia.changes 2026-08-27 18:50:48.559382691 +0200 @@ -1,0 +2,7 @@ +Wed Aug 26 09:33:26 UTC 2026 - [email protected] + +- merge gh#openSUSE/mkmedia#104 +- doc update: replace obsolete mksusecd references +- 6.2 + +-------------------------------------------------------------------- Old: ---- mkmedia-6.1.tar.xz New: ---- mkmedia-6.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mkmedia.spec ++++++ --- /var/tmp/diff_new_pack.4TE7Mh/_old 2026-08-27 18:50:49.545416739 +0200 +++ /var/tmp/diff_new_pack.4TE7Mh/_new 2026-08-27 18:50:49.550416912 +0200 @@ -18,7 +18,7 @@ Name: mkmedia -Version: 6.1 +Version: 6.2 Release: 0 Summary: Tool to create and modify SUSE, Fedora, Red Hat Linux installation media License: GPL-3.0+ ++++++ mkmedia-6.1.tar.xz -> mkmedia-6.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkmedia-6.1/Makefile new/mkmedia-6.2/Makefile --- old/mkmedia-6.1/Makefile 2026-08-07 13:09:40.000000000 +0200 +++ new/mkmedia-6.2/Makefile 2026-08-26 11:33:26.000000000 +0200 @@ -46,7 +46,7 @@ install -m 755 -D tools/mnt/umnt $(DESTDIR)$(LIBDIR)/mkmedia/umnt @rm -f mkmedia.tmp verifymedia.tmp isozipl.tmp mnt.tmp -%.1: %_man.adoc +%.1: %_man.adoc VERSION @if [ -x /usr/bin/asciidoctor ] ; then \ asciidoctor -b manpage -a version=$(VERSION) $< ; \ fi diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkmedia-6.1/README.md new/mkmedia-6.2/README.md --- old/mkmedia-6.1/README.md 2026-08-07 13:09:40.000000000 +0200 +++ new/mkmedia-6.2/README.md 2026-08-26 11:33:26.000000000 +0200 @@ -22,10 +22,10 @@ Packages for openSUSE and SLES are built at the [openSUSE Build Service](https://build.opensuse.org). You can grab -- [official releases](https://software.opensuse.org/package/mksusecd) or +- [official releases](https://software.opensuse.org/package/mkmedia) or -- [latest stable versions](https://software.opensuse.org/download/package?project=home:snwint:ports&package=mksusecd) - from my [ports](https://build.opensuse.org/package/show/home:snwint:ports/mksusecd) project +- [latest stable versions](https://software.opensuse.org/download/package?project=home:snwint:ports&package=mkmedia) + from my [ports](https://build.opensuse.org/package/show/home:snwint:ports/mkmedia) project ## Blog @@ -106,12 +106,12 @@ ## Installation -Often you will need [mkdud][1] along with mksusecd. Both mksusecd and mkdud are +Often you will need [mkdud][1] along with mkmedia. Both mkmedia and mkdud are included in openSUSE Tumbleweed. So on openSUSE Tumbleweed installation is as simple as ``` -zypper in mksusecd mkdud +zypper in mkmedia mkdud ``` [1]: https://github.com/openSUSE/mkdud @@ -127,13 +127,13 @@ Each time a new commit is integrated into the master branch of the repository, a new submit request is created to the openSUSE Build Service. The devel project -is [system:install:head](https://build.opensuse.org/package/show/system:install:head/mksusecd). +is [system:install:head](https://build.opensuse.org/package/show/system:install:head/mkmedia). `*.changes` and version numbers are auto-generated from git commits, you don't have to worry about this. The spec file is maintained in the Build Service only. If you need to change it for the `master` branch, submit to the -[devel project](https://build.opensuse.org/package/show/system:install:head/mksusecd) +[devel project](https://build.opensuse.org/package/show/system:install:head/mkmedia) in the build service directly. Development happens exclusively in the `master` branch. The branch is used for all current products. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkmedia-6.1/VERSION new/mkmedia-6.2/VERSION --- old/mkmedia-6.1/VERSION 2026-08-07 13:09:40.000000000 +0200 +++ new/mkmedia-6.2/VERSION 2026-08-26 11:33:26.000000000 +0200 @@ -1 +1 @@ -6.1 +6.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkmedia-6.1/changelog new/mkmedia-6.2/changelog --- old/mkmedia-6.1/changelog 2026-08-07 13:09:40.000000000 +0200 +++ new/mkmedia-6.2/changelog 2026-08-26 11:33:26.000000000 +0200 @@ -1,3 +1,7 @@ +2026-08-26: 6.2 + - merge gh#openSUSE/mkmedia#104 + - doc update: replace obsolete mksusecd references + 2026-08-07: 6.1 - merge gh#openSUSE/mkmedia#103 - integrate parti update: fix iso9660 detection issues with latest diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkmedia-6.1/mkmedia.1 new/mkmedia-6.2/mkmedia.1 --- old/mkmedia-6.1/mkmedia.1 2026-08-07 13:09:40.000000000 +0200 +++ new/mkmedia-6.2/mkmedia.1 2026-08-26 11:33:26.000000000 +0200 @@ -2,12 +2,12 @@ .\" Title: mkmedia .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.23 -.\" Date: 2026-03-26 +.\" Date: 2026-08-26 .\" Manual: User Commands -.\" Source: mkmedia 5.3 +.\" Source: mkmedia 6.2 .\" Language: English .\" -.TH "MKMEDIA" "1" "2026-03-26" "mkmedia 5.3" "User Commands" +.TH "MKMEDIA" "1" "2026-08-26" "mkmedia 6.2" "User Commands" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -1680,7 +1680,7 @@ . IP \(bu 2.3 .\} the same, locally: \c -.URL "file:///usr/share/doc/packages/mksusecd/suse_blog.html" "" +.URL "file:///usr/share/doc/packages/mkmedia/suse_blog.html" "" .br .RE .sp @@ -1706,7 +1706,7 @@ . IP \(bu 2.3 .\} more documentation: \c -.URL "file:///usr/share/doc/packages/mksusecd" "" +.URL "file:///usr/share/doc/packages/mkmedia" "" .br .RE .sp diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkmedia-6.1/mkmedia_man.adoc new/mkmedia-6.2/mkmedia_man.adoc --- old/mkmedia-6.1/mkmedia_man.adoc 2026-08-07 13:09:40.000000000 +0200 +++ new/mkmedia-6.2/mkmedia_man.adoc 2026-08-26 11:33:26.000000000 +0200 @@ -986,9 +986,9 @@ == Links - extensive usage summary: https://www.suse.com/c/make-your-own-suse-dvd-tooling-for-suse-and-multi-linux-installation-live-media + -- the same, locally: file:///usr/share/doc/packages/mksusecd/suse_blog.html + +- the same, locally: file:///usr/share/doc/packages/mkmedia/suse_blog.html + - mkmedia web site: https://github.com/openSUSE/mkmedia + -- more documentation: file:///usr/share/doc/packages/mksusecd + +- more documentation: file:///usr/share/doc/packages/mkmedia + - get latest version: https://github.com/openSUSE/mkmedia?tab=readme-ov-file#downloads + - driver update documentaion: https://github.com/openSUSE/mkdud/blob/master/README.md + - YaST, linuxrc options: https://en.opensuse.org/SDB:Linuxrc (linuxrc, YaST) + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkmedia-6.1/suse_blog.adoc new/mkmedia-6.2/suse_blog.adoc --- old/mkmedia-6.1/suse_blog.adoc 2026-08-07 13:09:40.000000000 +0200 +++ new/mkmedia-6.2/suse_blog.adoc 2026-08-26 11:33:26.000000000 +0200 @@ -17,7 +17,7 @@ purely network-based installations. There is a group of tools that lets you do all this easily. They come in two -packages: `checkmedia` and `mksusecd`. +packages: `checkmedia` and `mkmedia`. A lesser known fact is that these tools work not only with SUSE media but also with Multi-Linux media. That is, with Fedora, RHEL, CentOS, and @@ -197,7 +197,7 @@ == verifymedia -`verifymedia` and `mkmedia` are part of the `mksusecd` package. These tools +`verifymedia` and `mkmedia` are part of the `mkmedia` package. These tools are for people creating new or modified media. In contrast to `checkmedia`, `verifymedia` testifies technical correctness: @@ -272,7 +272,7 @@ == mkmedia -`mkmedia` (in package `mksusecd`) is the tool to modify existing installation or Live images. It used to be +`mkmedia` is the tool to modify existing installation or Live images. It used to be called `mksusecd` but that name does not reflect the fact that it is no longer limited to SUSE media. Typical things you can do include @@ -1326,4 +1326,4 @@ 1. Media signing and digest meta data + https://github.com/openSUSE/checkmedia/blob/master/README.adoc 2. Hybrid mode ISO image layout details + - https://github.com/openSUSE/mksusecd/blob/master/layout.md + https://github.com/openSUSE/mkmedia/blob/master/layout.md diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkmedia-6.1/suse_blog.html new/mkmedia-6.2/suse_blog.html --- old/mkmedia-6.1/suse_blog.html 2026-08-07 13:09:40.000000000 +0200 +++ new/mkmedia-6.2/suse_blog.html 2026-08-26 11:33:26.000000000 +0200 @@ -460,7 +460,7 @@ </div> <div class="paragraph"> <p>There is a group of tools that lets you do all this easily. They come in two -packages: <code>checkmedia</code> and <code>mksusecd</code>.</p> +packages: <code>checkmedia</code> and <code>mkmedia</code>.</p> </div> <div class="paragraph"> <p>A lesser known fact is that these tools work not only with SUSE media but @@ -744,7 +744,7 @@ <h2 id="_verifymedia">verifymedia</h2> <div class="sectionbody"> <div class="paragraph"> -<p><code>verifymedia</code> and <code>mkmedia</code> are part of the <code>mksusecd</code> package. These tools +<p><code>verifymedia</code> and <code>mkmedia</code> are part of the <code>mkmedia</code> package. These tools are for people creating new or modified media.</p> </div> <div class="paragraph"> @@ -829,7 +829,7 @@ <h2 id="_mkmedia">mkmedia</h2> <div class="sectionbody"> <div class="paragraph"> -<p><code>mkmedia</code> (in package <code>mksusecd</code>) is the tool to modify existing installation or Live images. It used to be +<p><code>mkmedia</code> is the tool to modify existing installation or Live images. It used to be called <code>mksusecd</code> but that name does not reflect the fact that it is no longer limited to SUSE media.</p> </div> <div class="paragraph"> @@ -2111,7 +2111,7 @@ </li> <li> <p>Hybrid mode ISO image layout details<br> -<a href="https://github.com/openSUSE/mksusecd/blob/master/layout.md" class="bare">https://github.com/openSUSE/mksusecd/blob/master/layout.md</a></p> +<a href="https://github.com/openSUSE/mkmedia/blob/master/layout.md" class="bare">https://github.com/openSUSE/mkmedia/blob/master/layout.md</a></p> </li> </ol> </div> @@ -2120,7 +2120,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 2026-03-25 12:18:32 +0100 +Last updated 2026-08-26 11:24:14 +0200 </div> </div> </body> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkmedia-6.1/verifymedia.1 new/mkmedia-6.2/verifymedia.1 --- old/mkmedia-6.1/verifymedia.1 2026-08-07 13:09:40.000000000 +0200 +++ new/mkmedia-6.2/verifymedia.1 2026-08-26 11:33:26.000000000 +0200 @@ -2,12 +2,12 @@ .\" Title: verifymedia .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.23 -.\" Date: 2026-03-26 +.\" Date: 2026-08-26 .\" Manual: User Commands -.\" Source: verifymedia 5.3 +.\" Source: verifymedia 6.2 .\" Language: English .\" -.TH "VERIFYMEDIA" "1" "2026-03-26" "verifymedia 5.3" "User Commands" +.TH "VERIFYMEDIA" "1" "2026-08-26" "verifymedia 6.2" "User Commands" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 @@ -136,7 +136,7 @@ . IP \(bu 2.3 .\} the same, locally: \c -.URL "file:///usr/share/doc/packages/mksusecd/suse_blog.html" "" +.URL "file:///usr/share/doc/packages/mkmedia/suse_blog.html" "" .br .RE .sp @@ -149,7 +149,7 @@ . IP \(bu 2.3 .\} more documentation: \c -.URL "file:///usr/share/doc/packages/mksusecd" "" +.URL "file:///usr/share/doc/packages/mkmedia" "" .br .RE .sp diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mkmedia-6.1/verifymedia_man.adoc new/mkmedia-6.2/verifymedia_man.adoc --- old/mkmedia-6.1/verifymedia_man.adoc 2026-08-07 13:09:40.000000000 +0200 +++ new/mkmedia-6.2/verifymedia_man.adoc 2026-08-26 11:33:26.000000000 +0200 @@ -58,8 +58,8 @@ == Links - extensive usage summary: https://www.suse.com/c/make-your-own-suse-dvd-tooling-for-suse-and-multi-linux-installation-live-media + -- the same, locally: file:///usr/share/doc/packages/mksusecd/suse_blog.html + -- more documentation: file:///usr/share/doc/packages/mksusecd + +- the same, locally: file:///usr/share/doc/packages/mkmedia/suse_blog.html + +- more documentation: file:///usr/share/doc/packages/mkmedia + - get latest version: https://github.com/openSUSE/mkmedia?tab=readme-ov-file#downloads + - mkmedia web site: https://github.com/openSUSE/mkmedia + - openSUSE Build Service: https://build.opensuse.org
