Accepting request 930458 from system:install:head

- minor spec file adjustments
  (jsc#SCL-6)

OBS-URL: https://build.opensuse.org/request/show/930458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/checkmedia?expand=0&rev=36
factory
Dominique Leuenberger 2 years ago committed by Git OBS Bridge
commit 61f3906eef

@ -1,8 +1,14 @@
-------------------------------------------------------------------
Tue Nov 9 13:24:34 UTC 2021 - Steffen Winterfeldt <snwint@suse.com>
- minor spec file adjustments
--------------------------------------------------------------------
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
(jsc#SCL-6)
- 6.1
--------------------------------------------------------------------

@ -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.1
Release: 0
Url: https://github.com/openSUSE/checkmedia
URL: https://github.com/openSUSE/checkmedia
Source: %{name}-%{version}.tar.xz
BuildRequires: gpg
BuildRequires: xz
@ -76,7 +76,7 @@ install -d -m 755 %{buildroot}/usr/bin
%{_libdir}/*.so.*
%doc README.adoc
%doc mediacheck.md
%if %suse_version >= 1500
%if 0%{?suse_version} >= 1500
%license COPYING
%else
%doc COPYING

Loading…
Cancel
Save