From f6f82b6a8e389bcb93916078d3f33b5ae32a39ea517da152515b31274331e4db Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Fri, 1 Oct 2021 13:48:09 +0000 Subject: [PATCH 1/3] - release 6.0 OBS-URL: https://build.opensuse.org/package/show/system:install:head/checkmedia?expand=0&rev=62 --- checkmedia-5.4.tar.xz | 3 --- checkmedia-6.0.tar.xz | 3 +++ checkmedia.changes | 16 ++++++++++++++++ checkmedia.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 checkmedia-5.4.tar.xz create mode 100644 checkmedia-6.0.tar.xz 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.0.tar.xz b/checkmedia-6.0.tar.xz new file mode 100644 index 0000000..4d9b359 --- /dev/null +++ b/checkmedia-6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:babf28ce01cc4c76a0c30baf7f71646e09545928d8b9d37e9174d70c808cfe96 +size 58852 diff --git a/checkmedia.changes b/checkmedia.changes index f174fd0..395559e 100644 --- a/checkmedia.changes +++ b/checkmedia.changes @@ -1,3 +1,19 @@ +-------------------------------------------------------------------- +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..ff69b1d 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.0 Release: 0 Url: https://github.com/openSUSE/checkmedia Source: %{name}-%{version}.tar.xz From b35c393fa8400f53b90337c60a3e1531745bcea7c1c72bfe5a093fc0bc6ddbcb Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Fri, 1 Oct 2021 14:22:22 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/system:install:head/checkmedia?expand=0&rev=63 --- checkmedia.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/checkmedia.spec b/checkmedia.spec index ff69b1d..4014813 100644 --- a/checkmedia.spec +++ b/checkmedia.spec @@ -1,7 +1,7 @@ # # spec file for package checkmedia # -# Copyright (c) 2021 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,7 +22,7 @@ License: GPL-3.0-or-later Group: System/Management Version: 6.0 Release: 0 -Url: https://github.com/openSUSE/checkmedia +URL: https://github.com/openSUSE/checkmedia Source: %{name}-%{version}.tar.xz BuildRequires: gpg BuildRequires: 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 From 0ed52b58024c344b9e654531266036ba4dcf967cdf7273f327fa3057acb589ad Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Fri, 8 Oct 2021 15:17:38 +0000 Subject: [PATCH 3/3] - release 6.1 OBS-URL: https://build.opensuse.org/package/show/system:install:head/checkmedia?expand=0&rev=64 --- checkmedia-6.0.tar.xz | 3 --- checkmedia-6.1.tar.xz | 3 +++ checkmedia.changes | 7 +++++++ checkmedia.spec | 8 ++++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 checkmedia-6.0.tar.xz create mode 100644 checkmedia-6.1.tar.xz diff --git a/checkmedia-6.0.tar.xz b/checkmedia-6.0.tar.xz deleted file mode 100644 index 4d9b359..0000000 --- a/checkmedia-6.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:babf28ce01cc4c76a0c30baf7f71646e09545928d8b9d37e9174d70c808cfe96 -size 58852 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 395559e..52b81b8 100644 --- a/checkmedia.changes +++ b/checkmedia.changes @@ -1,3 +1,10 @@ +-------------------------------------------------------------------- +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 diff --git a/checkmedia.spec b/checkmedia.spec index 4014813..d755578 100644 --- a/checkmedia.spec +++ b/checkmedia.spec @@ -1,7 +1,7 @@ # # spec file for package checkmedia # -# Copyright (c) 2021 SUSE LLC +# 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -20,9 +20,9 @@ Name: checkmedia Summary: Check SUSE installation media License: GPL-3.0-or-later Group: System/Management -Version: 6.0 +Version: 6.1 Release: 0 -URL: https://github.com/openSUSE/checkmedia +Url: https://github.com/openSUSE/checkmedia Source: %{name}-%{version}.tar.xz BuildRequires: gpg BuildRequires: xz