- Don't overwrite the path of license (boo#1121851).
OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=49
This commit is contained in:
parent
e0853bf1f3
commit
44183134f1
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 14 16:32:30 CET 2019 - jdelvare@suse.de
|
||||
|
||||
- Don't overwrite the path of license (boo#1121851).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 22 14:51:29 CEST 2018 - jdelvare@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dmidecode
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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
|
||||
@ -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/
|
||||
#
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@ Name: dmidecode
|
||||
Version: 3.2
|
||||
Release: 0
|
||||
Summary: DMI table decoder
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Console
|
||||
Url: http://www.nongnu.org/dmidecode/
|
||||
Source0: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.xz
|
||||
@ -66,7 +66,7 @@ for i in dmidecode vpddecode ownership biosdecode ; do
|
||||
%endif
|
||||
install -m 755 $i %{buildroot}%{_sbindir}/
|
||||
install -m 644 man/$i.8 %{buildroot}%{_mandir}/man8/
|
||||
install -m 644 AUTHORS NEWS LICENSE README %{buildroot}%{_docdir}/%{name}/
|
||||
install -m 644 AUTHORS NEWS README %{buildroot}%{_docdir}/%{name}/
|
||||
done
|
||||
|
||||
%files
|
||||
@ -75,8 +75,8 @@ done
|
||||
%dir %{_docdir}/%{name}
|
||||
%doc %{_docdir}/%{name}/AUTHORS
|
||||
%doc %{_docdir}/%{name}/NEWS
|
||||
%license %{_docdir}/%{name}/LICENSE
|
||||
%doc %{_docdir}/%{name}/README
|
||||
%{_mandir}/man8/*
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user