forked from pool/dmidecode
- 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:
parent
07cb0f1165
commit
39692e203a
@ -23,6 +23,9 @@ Mon Sep 17 13:01:40 CEST 2018 - jdelvare@suse.de
|
|||||||
* Obsoletes dmioem-reflect-hpe-new-company-name.patch,
|
* Obsoletes dmioem-reflect-hpe-new-company-name.patch,
|
||||||
dmidecode-fix-tpm-device-firmware-version.patch, and
|
dmidecode-fix-tpm-device-firmware-version.patch, and
|
||||||
dmioem-fix-hpe-type-219-uefi-flag.patch.
|
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
|
Tue Apr 17 09:54:57 UTC 2018 - jdelvare@suse.de
|
||||||
|
@ -64,13 +64,17 @@ for i in dmidecode vpddecode ownership biosdecode ; do
|
|||||||
%endif
|
%endif
|
||||||
install -m 755 $i %{buildroot}%{_sbindir}/
|
install -m 755 $i %{buildroot}%{_sbindir}/
|
||||||
install -m 644 man/$i.8 %{buildroot}%{_mandir}/man8/
|
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
|
done
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sbindir}/*
|
%{_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/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user