Accepting request 716036 from system:install:head

submitted by snwint via jenkins

OBS-URL: https://build.opensuse.org/request/show/716036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/checkmedia?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2019-07-26 10:24:12 +00:00 committed by Git OBS Bridge
commit cb6368d425
4 changed files with 55 additions and 12 deletions

View File

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

3
checkmedia-5.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35bf3ba6dce98e6f35c576a12e766e0234828e1e0de1f24f4cf0b5468038f722
size 50480

View File

@ -1,3 +1,40 @@
--------------------------------------------------------------------
Wed Jul 17 11:46:06 UTC 2019 - wfeldt@opensuse.org
- merge gh#openSUSE/checkmedia#12
- fix compat issue with older gcc
- 5.2
--------------------------------------------------------------------
Wed Jul 17 10:03:51 UTC 2019 - wfeldt@opensuse.org
- merge gh#openSUSE/checkmedia#11
- work also with older gpg versions
- 5.1
-------------------------------------------------------------------
Wed Jul 17 08:29:09 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summaries.
- Drop redundant ldconfig PreReq.
--------------------------------------------------------------------
Tue Jul 16 14:43:12 UTC 2019 - wfeldt@opensuse.org
- merge gh#openSUSE/checkmedia#10
- add support for signed media (bsc#1139561)
- adjust tagmedia script
- update doc
- adjust test cases
- add links to signature magic value origins
- allow to set specific gpg key for signature verification
- rearrange data structure to provide some compatibility
- check for empty signature
- better error log
- added tests for signature verification
- signature test results reference
- 5.0
--------------------------------------------------------------------
Wed Nov 28 15:35:46 UTC 2018 - snwint@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package checkmedia
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@ -16,25 +16,27 @@
#
%define libversion 4
Name: checkmedia
Summary: Check SUSE installation media
License: GPL-3.0-or-later
Group: System/Management
Version: 4.1
Version: 5.2
Release: 0
Url: https://github.com/openSUSE/checkmedia
Source: %{name}-%{version}.tar.xz
BuildRequires: gpg
BuildRequires: xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Check SUSE installation media for errors.
The program checks SUSE installation media for errors.
%define libversion %(echo %version | cut -d. -f1)
%package -n libmediacheck%{libversion}
Summary: Library for checking SUSE installation media
Group: System/Libraries
PreReq: /sbin/ldconfig
Requires: gpg
%description -n libmediacheck%{libversion}
Library for checking SUSE installation media. Used by checkmedia and linuxrc.
@ -58,11 +60,11 @@ make test
%install
install -d -m 755 %{buildroot}/usr/bin
make install DESTDIR=%{buildroot}
%make_install
%post -n libmediacheck4 -p /sbin/ldconfig
%post -n libmediacheck%{libversion} -p /sbin/ldconfig
%postun -n libmediacheck4 -p /sbin/ldconfig
%postun -n libmediacheck%{libversion} -p /sbin/ldconfig
%files
%defattr(-,root,root)
@ -74,7 +76,11 @@ make install DESTDIR=%{buildroot}
%{_libdir}/*.so.*
%doc README.md
%doc mediacheck.md
%if %suse_version >= 1500
%license COPYING
%else
%doc COPYING
%endif
%files -n libmediacheck-devel
%defattr(-,root,root)