The acpica-tools rpms
Find a file
Al Stone bada08a9e1 Update to 20240322 and remove support for big-endian architectures
As s390x was the only one remaining, it has now been excluded.  This
was best done with an update of the source tree to match upstream.
This is turn caused additional patch updates.

With s390x gone, all of the big-endian patches can be removed,
simplifying things enormously.  This is the biggest change.

Several other patches that are no longer needed due to changes
in Fedora builds (ld flags, for example), or that are no longer needed
(such as armv7) have also been removed.  Further cleanup likely to
follow.

Signed-off-by: Al Stone <ahs3@ahs3.net>
2024-08-12 15:16:04 -06:00
tests Update the test list 2019-07-02 15:04:33 -06:00
.gitignore Update to 20240322 and remove support for big-endian architectures 2024-08-12 15:16:04 -06:00
acpibin.1 Initial import (#904843). 2013-08-28 13:31:28 -06:00
acpica-tools.spec Update to 20240322 and remove support for big-endian architectures 2024-08-12 15:16:04 -06:00
acpidump.1 Initial import (#904843). 2013-08-28 13:31:28 -06:00
acpiexamples.1 Add man page for acpiexamples. Closes BZ#1611145. 2018-08-08 17:10:53 -06:00
acpiexec.1 Initial import (#904843). 2013-08-28 13:31:28 -06:00
acpihelp.1 Initial import (#904843). 2013-08-28 13:31:28 -06:00
acpisrc.1 Initial import (#904843). 2013-08-28 13:31:28 -06:00
acpixtract.1 Initial import (#904843). 2013-08-28 13:31:28 -06:00
armv7-str-fixes.patch Update to 20220331 upstream sources 2022-04-03 15:18:02 -06:00
badcode.asl.result Update to 20240322 and remove support for big-endian architectures 2024-08-12 15:16:04 -06:00
converterSample.asl.result Update to 20240322 and remove support for big-endian architectures 2024-08-12 15:16:04 -06:00
COPYING Initial import (#904843). 2013-08-28 13:31:28 -06:00
cve-2017-13693.patch Update to 20240322 and remove support for big-endian architectures 2024-08-12 15:16:04 -06:00
cve-2017-13694.patch Update to 20240322 and remove support for big-endian architectures 2024-08-12 15:16:04 -06:00
cve-2017-13695.patch Update to 20240322 and remove support for big-endian architectures 2024-08-12 15:16:04 -06:00
dangling-ptr.patch Update to 20240322 and remove support for big-endian architectures 2024-08-12 15:16:04 -06:00
dbtest.patch Update to 20240322 and remove support for big-endian architectures 2024-08-12 15:16:04 -06:00
fix-version.patch Update to 20240322 and remove support for big-endian architectures 2024-08-12 15:16:04 -06:00
grammar.asl.result Update to 20240322 and remove support for big-endian architectures 2024-08-12 15:16:04 -06:00
iasl.1 Initial import (#904843). 2013-08-28 13:31:28 -06:00
int-format.patch Update to 20220331 upstream sources 2022-04-03 15:18:02 -06:00
mips-be-fix.patch Update to 20220331 upstream sources 2022-04-03 15:18:02 -06:00
OPT_LDFLAGS.patch Update to 20240322 and remove support for big-endian architectures 2024-08-12 15:16:04 -06:00
ptr-cast.patch Update to 20220331 upstream sources 2022-04-03 15:18:02 -06:00
README.Fedora Initial import (#904843). 2013-08-28 13:31:28 -06:00
run-misc-tests.sh Update to 20240322 and remove support for big-endian architectures 2024-08-12 15:16:04 -06:00
simple-64bit.patch Update to 20220331 upstream sources 2022-04-03 15:18:02 -06:00
sources Update to 20240322 and remove support for big-endian architectures 2024-08-12 15:16:04 -06:00
str-trunc-warn.patch Update to 20240322 and remove support for big-endian architectures 2024-08-12 15:16:04 -06:00
template.patch Update to 20240322 and remove support for big-endian architectures 2024-08-12 15:16:04 -06:00
unaligned.patch Update to 20240322 and remove support for big-endian architectures 2024-08-12 15:16:04 -06:00
uuid-len.patch Update to 20240322 and remove support for big-endian architectures 2024-08-12 15:16:04 -06:00
wpbt-unicode.patch Fix WPBT processing of zero-length argument lists 2021-07-27 18:04:30 -06:00

Packaging Notes for Fedora
==========================
The upstream source contains documentation that may or may not be licensed
in a freely redistributable manner.  In an excess of caution, the manuals in
question have been removed from the source we start with.  You can still get
your own copies of the documentation from here:

   https://www.acpica.org/documentation/

The two manuals affected are:

   (1) ACPICA Reference Manual, describing the ACPI Component Architecture
       in some detail, and

   (2) ASL Compiler Reference Manual, describing how to use iasl

While there are man pages for the commands, they are very brief.  The
documents above are recommended reading.


Test Cases
==========
The aapits tests do not currently build properly.  They will be added to
this package once they do.  In the meantime, ASL, template and misc tests
will be run as part of %check.