- CHANGELOG is gone, package more compact NEWS file instead.

- Reenable signature checking.
- Use %license for LICENSE file.

OBS-URL: https://build.opensuse.org/package/show/Base:System/dmidecode?expand=0&rev=45
This commit is contained in:
Jean Delvare 2018-09-17 11:29:18 +00:00 committed by Git OBS Bridge
parent 07cb0f1165
commit 39692e203a
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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