diff --git a/checkmedia-5.4.tar.xz b/checkmedia-5.4.tar.xz deleted file mode 100644 index 55c9aa7..0000000 --- a/checkmedia-5.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66b7d36de4328af583576c321f7e23a7d82be889a88cdd65b04efb3e52e5666e -size 50552 diff --git a/checkmedia-6.1.tar.xz b/checkmedia-6.1.tar.xz new file mode 100644 index 0000000..475a9b7 --- /dev/null +++ b/checkmedia-6.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737cbf20fc436c91dcca04b1256c06e5c492fd4cd2e92234cb749b70f199be77 +size 58884 diff --git a/checkmedia.changes b/checkmedia.changes index f174fd0..52b81b8 100644 --- a/checkmedia.changes +++ b/checkmedia.changes @@ -1,3 +1,26 @@ +-------------------------------------------------------------------- +Fri Oct 8 15:15:57 UTC 2021 - wfeldt@opensuse.org + +- merge gh#openSUSE/checkmedia#16 +- fix auto-detecting a suitable signature location for rh media +- 6.1 + +-------------------------------------------------------------------- +Fri Oct 1 13:37:18 UTC 2021 - wfeldt@opensuse.org + +- merge gh#openSUSE/checkmedia#15 +- add --version option to tagmedia +- use volume id if app id is missing for nice output +- add support for rh style meta data and digest calculation +- extend fragment calculation to suse style +- show signee if signature is ok +- add --create-signature option +- fix large file support +- updated unit tests +- enhance documentation +- add new and shiny README.adoc +- 6.0 + -------------------------------------------------------------------- Wed Apr 15 09:04:13 UTC 2020 - wfeldt@opensuse.org diff --git a/checkmedia.spec b/checkmedia.spec index 5d06820..d755578 100644 --- a/checkmedia.spec +++ b/checkmedia.spec @@ -1,7 +1,7 @@ # # spec file for package checkmedia # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: checkmedia Summary: Check SUSE installation media License: GPL-3.0-or-later Group: System/Management -Version: 5.4 +Version: 6.1 Release: 0 Url: https://github.com/openSUSE/checkmedia Source: %{name}-%{version}.tar.xz @@ -74,7 +74,7 @@ install -d -m 755 %{buildroot}/usr/bin %files -n libmediacheck%{libversion} %defattr(-,root,root) %{_libdir}/*.so.* -%doc README.md +%doc README.adoc %doc mediacheck.md %if %suse_version >= 1500 %license COPYING