diff --git a/mksusecd-3.3.tar.xz b/mksusecd-3.3.tar.xz deleted file mode 100644 index 2dce672..0000000 --- a/mksusecd-3.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:684e501cb43cac3ba2da5e3401d470e40dbb72f31cb07a944dc3fe876d856103 -size 102992 diff --git a/mksusecd-3.5.tar.xz b/mksusecd-3.5.tar.xz new file mode 100644 index 0000000..f9f435e --- /dev/null +++ b/mksusecd-3.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc6519b43aa0fab552745b4360023a3abd8c47cf938bb7023af711bbb45edcd +size 126628 diff --git a/mksusecd.changes b/mksusecd.changes index 35cb49d..9269a5a 100644 --- a/mksusecd.changes +++ b/mksusecd.changes @@ -1,3 +1,22 @@ +-------------------------------------------------------------------- +Thu Feb 20 15:06:26 UTC 2025 - wfeldt@opensuse.org + +- merge gh#openSUSE/mksusecd#83 +- add missing perl-JSON dependency +- rework signature test wording +- change --ignore option to accept only one argument +- 3.5 + +-------------------------------------------------------------------- +Wed Feb 19 13:56:09 UTC 2025 - wfeldt@opensuse.org + +- merge gh#openSUSE/mksusecd#82 +- add verifymedia tool to check SUSE media for technical + correctness (bsc#1236828) +- moved isohybrid into separate directory +- add sligthly stripped down version of parti +- 3.4 + -------------------------------------------------------------------- Fri Feb 7 11:56:42 UTC 2025 - wfeldt@opensuse.org diff --git a/mksusecd.spec b/mksusecd.spec index 6233c42..fb779b1 100644 --- a/mksusecd.spec +++ b/mksusecd.spec @@ -18,7 +18,7 @@ Name: mksusecd -Version: 3.3 +Version: 3.5 Release: 0 Summary: Tool to create SUSE Linux installation ISOs License: GPL-3.0+ @@ -48,6 +48,10 @@ Requires: gpg2 Requires: mtools Requires: squashfs Requires: xz +Requires: perl-JSON +BuildRequires: pkgconfig(blkid) +BuildRequires: pkgconfig(uuid) +BuildRequires: pkgconfig(json-c) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -61,6 +65,7 @@ This is a tool to create SUSE Linux installation ISOs. %install make DESTDIR=%{buildroot} LIBDIR=%{_libexecdir} BINDIR=%{_bindir} install %{?_smp_mflags} install -D -m 644 mksusecd.1 %{buildroot}%{_mandir}/man1/mksusecd.1 +install -D -m 644 verifymedia.1 %{buildroot}%{_mandir}/man1/verifymedia.1 %files %defattr(-,root,root) @@ -68,6 +73,7 @@ install -D -m 644 mksusecd.1 %{buildroot}%{_mandir}/man1/mksusecd.1 %{_libexecdir}/%{name} %doc README* *.md %doc %{_mandir}/man1/mksusecd.* +%doc %{_mandir}/man1/verifymedia.* %if %suse_version >= 1500 %license COPYING* %else