forked from pool/gnu-efi
Accepting request 834228 from home:dirkmueller:branches:Base:System
- update to 3.0.12: * Add SMBIOS 3.0 table support * Fix ARCH on ARMv6. OBS-URL: https://build.opensuse.org/request/show/834228 OBS-URL: https://build.opensuse.org/package/show/Base:System/gnu-efi?expand=0&rev=37
This commit is contained in:
parent
590bdd3e01
commit
f5a2d547b3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f28da792a2532e91e18e0101468811739a22cde9eee5eacfd0efb9bf3a61d6b9
|
|
||||||
size 154456
|
|
3
gnu-efi-3.0.12.tar.bz2
Normal file
3
gnu-efi-3.0.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0196f2e1fd3c334b66e610a608a0e59233474c7a01bec7bc53989639aa327669
|
||||||
|
size 154575
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 14 07:52:03 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.0.12:
|
||||||
|
* Add SMBIOS 3.0 table support
|
||||||
|
* Fix ARCH on ARMv6.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 11 03:23:55 UTC 2019 - Gary Ching-Pang Lin <glin@suse.com>
|
Wed Dec 11 03:23:55 UTC 2019 - Gary Ching-Pang Lin <glin@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnu-efi
|
# spec file for package gnu-efi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnu-efi
|
Name: gnu-efi
|
||||||
Version: 3.0.11
|
Version: 3.0.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for EFI Applications
|
Summary: Library for EFI Applications
|
||||||
License: BSD-3-Clause AND GPL-2.0-or-later
|
License: BSD-3-Clause AND GPL-2.0-or-later
|
||||||
@ -52,7 +52,6 @@ cp -p apps/*.efi %{buildroot}%{_libdir}/%{name}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
|
||||||
%doc README.*
|
%doc README.*
|
||||||
%{_includedir}/efi
|
%{_includedir}/efi
|
||||||
%{_libdir}/crt0-efi-*.o
|
%{_libdir}/crt0-efi-*.o
|
||||||
|
Loading…
Reference in New Issue
Block a user