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*