Dominique Leuenberger 2018-03-30 09:58:06 +00:00 committed by Git OBS Bridge
commit 878e525823
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 26 15:49:57 CEST 2018 - kukuk@suse.de
- Use %license instead of %doc [bsc#1082318]
-------------------------------------------------------------------- --------------------------------------------------------------------
Fri May 12 09:34:28 UTC 2017 - wfeldt@opensuse.org Fri May 12 09:34:28 UTC 2017 - wfeldt@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Bootloader # spec file for package perl-Bootloader
# #
# 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -23,7 +23,7 @@ Requires: coreutils
Requires: perl-base = %{perl_version} Requires: perl-base = %{perl_version}
Recommends: perl-gettext Recommends: perl-gettext
Summary: Library for Configuring Boot Loaders Summary: Library for Configuring Boot Loaders
License: GPL-2.0+ License: GPL-2.0-or-later
Group: System/Boot Group: System/Boot
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -96,7 +96,7 @@ chmod 600 /var/log/pbl.log
%files %files
%defattr(-, root, root) %defattr(-, root, root)
%doc COPYING %license COPYING
%doc %{_mandir}/man?/* %doc %{_mandir}/man?/*
%{perl_vendorarch}/auto/Bootloader %{perl_vendorarch}/auto/Bootloader
%{perl_vendorlib}/Bootloader %{perl_vendorlib}/Bootloader