diff --git a/dmidecode.changes b/dmidecode.changes index af4c239..d5f8f2f 100644 --- a/dmidecode.changes +++ b/dmidecode.changes @@ -23,6 +23,9 @@ Mon Sep 17 13:01:40 CEST 2018 - jdelvare@suse.de * Obsoletes dmioem-reflect-hpe-new-company-name.patch, dmidecode-fix-tpm-device-firmware-version.patch, and dmioem-fix-hpe-type-219-uefi-flag.patch. + * CHANGELOG is gone, package more compact NEWS file instead. +- Reenable signature checking. +- Use %license for LICENSE file. ------------------------------------------------------------------- Tue Apr 17 09:54:57 UTC 2018 - jdelvare@suse.de diff --git a/dmidecode.spec b/dmidecode.spec index 77fed01..154d22f 100644 --- a/dmidecode.spec +++ b/dmidecode.spec @@ -64,13 +64,17 @@ 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 CHANGELOG LICENSE README %{buildroot}%{_docdir}/%{name}/ +install -m 644 AUTHORS NEWS LICENSE README %{buildroot}%{_docdir}/%{name}/ done %files %defattr(-,root,root) %{_sbindir}/* -%doc %{_docdir}/%{name} +%dir %{_docdir}/%{name} +%doc %{_docdir}/%{name}/AUTHORS +%doc %{_docdir}/%{name}/NEWS +%license %{_docdir}/%{name}/LICENSE +%doc %{_docdir}/%{name}/README %{_mandir}/man8/* %changelog