From 1bb392a9ed43cf89418f993955aaa1b0ccbadaad6e41a21397927911fc920b16 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 20 Mar 2018 14:45:23 +0000 Subject: [PATCH] Accepting request 588512 from home:kukuk:branches:Base:System - Use %license instead of %doc [bsc#1082318] OBS-URL: https://build.opensuse.org/request/show/588512 OBS-URL: https://build.opensuse.org/package/show/Base:System/which?expand=0&rev=9 --- which.changes | 5 +++++ which.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/which.changes b/which.changes index a422904..ba3cadf 100644 --- a/which.changes +++ b/which.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 19 11:57:56 CET 2018 - kukuk@suse.de + +- Use %license instead of %doc [bsc#1082318] + ------------------------------------------------------------------- Tue Jun 7 12:16:07 UTC 2016 - tchvatal@suse.com diff --git a/which.spec b/which.spec index 0970d82..e1c99d4 100644 --- a/which.spec +++ b/which.spec @@ -1,7 +1,7 @@ # # spec file for package which # -# Copyright (c) 2016 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: which Version: 2.21 Release: 0 Summary: Displays where a particular program in your path is located -License: GPL-3.0+ +License: GPL-3.0-or-later Group: System/Base Url: https://savannah.gnu.org/projects/which/ Source0: http://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz @@ -52,7 +52,8 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} install %files %defattr(-,root,root) %{_bindir}/which -%doc EXAMPLES COPYING README README.alias AUTHORS NEWS +%license COPYING +%doc EXAMPLES README README.alias AUTHORS NEWS %{_infodir}/which.info* %{_mandir}/man1/which.1*