From e26f1832631b4b353d7832e7feba1d87a77e563d36f3ffb7ecd5ae99507a3a31 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 4 Apr 2018 08:13:09 +0000 Subject: [PATCH] Accepting request 593189 from home:kukuk:branches:Base:System - Use %license instead of %doc [bsc#1082318] OBS-URL: https://build.opensuse.org/request/show/593189 OBS-URL: https://build.opensuse.org/package/show/Base:System/efibootmgr?expand=0&rev=42 --- efibootmgr.changes | 5 +++++ efibootmgr.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/efibootmgr.changes b/efibootmgr.changes index b3edb05..79192e4 100644 --- a/efibootmgr.changes +++ b/efibootmgr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 3 13:50:11 CEST 2018 - kukuk@suse.de + +- Use %license instead of %doc [bsc#1082318] + ------------------------------------------------------------------- Sat Jun 10 14:45:44 UTC 2017 - meissner@suse.com diff --git a/efibootmgr.spec b/efibootmgr.spec index 5d9ae85..7570433 100644 --- a/efibootmgr.spec +++ b/efibootmgr.spec @@ -1,7 +1,7 @@ # # spec file for package efibootmgr # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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: efibootmgr Version: 14 Release: 0 Summary: EFI Boot Manager -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Boot Url: https://github.com/rhinstaller/efibootmgr Source: https://github.com/rhinstaller/efibootmgr/releases/download/14/efibootmgr-14.tar.bz2 @@ -70,7 +70,8 @@ make DESTDIR=%{buildroot} sbindir=%{_sbindir} install %files %defattr(-, root, root) -%doc README COPYING +%license COPYING +%doc README %{_sbindir}/efiboot* %{_mandir}/man8/*.gz