Sync from SUSE:SLFO:Main acpica revision 5eeabe6a66ca39eba7594c252435eab4
This commit is contained in:
parent
1f8476e49c
commit
97cd078ff9
BIN
acpica-unix-20240827.tar.gz
(Stored with Git LFS)
BIN
acpica-unix-20240827.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
acpica-unix-20240927.tar.gz
(Stored with Git LFS)
Normal file
BIN
acpica-unix-20240927.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 14 08:41:22 UTC 2024 - Thomas Renninger <trenn@suse.de>
|
||||||
|
|
||||||
|
- Update to 20240927
|
||||||
|
* Fix the acpixf.h file which caused issues for the last release
|
||||||
|
(before this) 20240827
|
||||||
|
* Fix the pointer offset for the SLIC table
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 20 12:03:58 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
Fri Sep 20 12:03:58 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define kver %(rpm -q --qf '%%{VERSION}' kernel-source)
|
%define kver %(rpm -q --qf '%%{VERSION}' kernel-source)
|
||||||
%define dmp_ver %{kver}
|
%define dmp_ver %{kver}
|
||||||
Name: acpica
|
Name: acpica
|
||||||
Version: 20240827
|
Version: 20240927
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A set of tools to display and debug BIOS ACPI tables
|
Summary: A set of tools to display and debug BIOS ACPI tables
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -60,8 +60,6 @@ firmware. It also can disassemble AML, for debugging purposes.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{src_dir} -a 2 -a 4
|
%setup -q -n %{src_dir} -a 2 -a 4
|
||||||
# Workaround for https://github.com/acpica/acpica/issues/971
|
|
||||||
mv source/include/ACPIXF.H source/include/acpixf.h
|
|
||||||
%autopatch -p1
|
%autopatch -p1
|
||||||
mkdir acpidump-%{dmp_ver}
|
mkdir acpidump-%{dmp_ver}
|
||||||
cd acpidump-%{dmp_ver}
|
cd acpidump-%{dmp_ver}
|
||||||
|
Loading…
Reference in New Issue
Block a user