Accepting request 924254 from system:install:head

submitted by snwint via jenkins

OBS-URL: https://build.opensuse.org/request/show/924254
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/checkmedia?expand=0&rev=35
This commit is contained in:
Dominique Leuenberger 2021-10-11 13:30:49 +00:00 committed by Git OBS Bridge
commit c18f508944
4 changed files with 29 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66b7d36de4328af583576c321f7e23a7d82be889a88cdd65b04efb3e52e5666e
size 50552

BIN
checkmedia-6.1.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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

View File

@ -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