Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

acpica-tools-20180629-3.el8 RPM for ppc64le

From CentOS 8-stream BaseOS for ppc64le / Packages

Name: acpica-tools Distribution: CentOS
Version: 20180629 Vendor: CentOS
Release: 3.el8 Build date: Sat May 11 15:27:08 2019
Group: Development/Languages Build host: ppc64le-01.mbox.centos.org
Size: 4612312 Source RPM: acpica-tools-20180629-3.el8.src.rpm
Packager: CentOS Buildsys <bugs@centos.org>
Url: https://www.acpica.org/
Summary: ACPICA tools for the development and debug of ACPI tables
The ACPI Component Architecture (ACPICA) project provides an OS-independent
reference implementation of the Advanced Configuration and Power Interface
Specification (ACPI).  ACPICA code contains those portions of ACPI meant to
be directly integrated into the host OS as a kernel-resident subsystem, and
a small set of tools to assist in developing and debugging ACPI tables.

This package contains only the user-space tools needed for ACPI table
development, not the kernel implementation of ACPI.  The following commands
are installed:
   -- iasl: compiles ASL (ACPI Source Language) into AML (ACPI Machine
      Language), suitable for inclusion as a DSDT in system firmware.
      It also can disassemble AML, for debugging purposes.
   -- acpibin: performs basic operations on binary AML files (e.g.,
      comparison, data extraction)
   -- acpidump: write out the current contents of ACPI tables
   -- acpiexec: simulate AML execution in order to debug method definitions
   -- acpihelp: display help messages describing ASL keywords and op-codes
   -- acpinames: display complete ACPI name space from input AML
   -- acpisrc: manipulate the ACPICA source tree and format source files
      for specific environments
   -- acpixtract: extract binary ACPI tables from acpidump output (see
      also the pmtools package)

This version of the tools is being released under GPLv2 license.

Provides

Requires

License

GPLv2

Changelog

* Wed Aug 08 2018 Al Stone <ahs3@redhat.com> - 20180629-3
  - Add in man page for acpiexamples.  So that the man page makes some sense,
    also copy the source code used for acpiexamples to the doc directory for
    this package.  Closes BZ#1611145.
  - Add in the converterSample.asl file from the misc tests.  Clean up the
    run-misc-tests.sh script, too, to make it more robust by simplifying
    the work done.
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20180629-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sun Jul 08 2018 Al Stone <ahs3@redhat.com> - 20180629-1
  - Update to 20180629 source tree, including patch refeshes. Closes BZ#1584923
  - Includes upstream fix for #1592971 (iasl segfault).
* Thu Jun 21 2018 Al Stone <ahs3@redhat.com> - 20180531-1
  - Update to 20180531 source tree, including patch refeshes. Closes BZ#1584923
* Tue May 22 2018 Al Stone <ahs3@redhat.com> - 20180508-2
  - %pre and %post scriptlets fail -- stupid thinko where I inadvertently
    tested for alternatives not existing, vs existing
* Tue May 15 2018 Al Stone <ahs3@redhat.com> - 20180508-1
  - Update to 20180508 source tree, including patch refeshes. Closes BZ#1544048
  - acpidump/acpixtract no longer have alternatives, so remove the scriptlets
    that maintain them and just install them directly; we do leave the pre-
    and post- scriptlets to remove the alternatives for now.  Closes BZ#1576970
  - Typo: OPT_LDFLAGS, not OPT_LDLAGS in the build section.  Closes BZ#1560542
* Mon May 14 2018 Al Stone <ahs3@redhat.com> - 20180427-1
  - Update to 20180427 source tree, including patch refeshes. Closes BZ#1544048
* Mon May 14 2018 Al Stone <ahs3@redhat.com> - 20180313-1
  - Update to 20180313 source tree, including patch refeshes. Closes BZ#1544048
* Fri Mar 16 2018 Al Stone <ahs3@redhat.com> - 20180209-1
  - Update to 20180209 source tree, including patch refeshes. Closes BZ#1544048
  - CVE-2017-13693: operand cache leak in dsutils.c -- applied github patch to
    fix the leak.  Resolves BZ#1485346.
  - CVE-2017-13694: acpi parse and parseext cache leaks in psobjects.c -- applied
    github patch to fix the leaks.  Resolves BZ#1485348.
  - CVE-2017-13695: operand cache leak in nseval.c -- applied github patch to fix
    the leak.  Resolves BZ#1485349.
  - Security fixes for the CVEs above applied.  Closes BZ#1485355.  NOTE: these
    patches fix acpica-tools ONLY; the kernel needs to be patch separately.
  - Added gcc to BuildRequires
  - It turns out the %build section was incorrectly passing in OPT_CFLAGS; it
    made the wrong assumptions about what generate/unix/Makefile.config did with
    that value.  Added to the spec file what should happen so that a full and
    complete set of C flags get passed in, not just the small subset that was.
  - Clean up compiler warnings for truncated strings
  - Clean up compiler warnings for pointer casting on 32-bit architectures
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 20180105-3
  - Escape macros in %changelog
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20180105-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Mon Jan 08 2018 Al Stone <ahs3@redhat.com> - 20180105-1
  - Update to 20180105 source tree, including patch refeshes. Closes BZ#1526651
  - Cleaned up changelog. Closes BZ#1525938
  - Pulled in a mips32/BE patch from Debian, for completeness sake
* Mon Jan 08 2018 Al Stone <ahs3@redhat.com> - 20171215-1
  - Update to 20171215 source tree, including patch refeshes
* Mon Nov 20 2017 Al Stone <ahs3@redhat.com> - 20171110-1
  - Update to 20171110 source tree, including patch refeshes
  - Add patch for mips64el build, should it ever be needed; it also cleans
    up all 64-bit arches, so nice to have regardless
  - Add new patch for a TPM2 big-endian issue.
* Fri Oct 06 2017 Al Stone <ahs3@redhat.com> - 20170929-1
  - Update to 20170929 source tree, including patch refeshes
  - Removed aslts-acpibin.patch to fix PATH problem in ASLTS; in upstream now
* Wed Sep 27 2017 Al Stone <ahs3@redhat.com> - 20170831-1
  - Update to 20170831 source tree, including patch refeshes
  - Add aslts-acpibin.patch to fix PATH problem in ASLTS that prevents
    some tests from being run
* Fri Aug 18 2017 Al Stone <ahs3@redhat.com> - 20170728-3
  - Completed the big-endian fixes (I think)
  - Fix ppc64le.patch that inadvertently broke s390x
  - Minor patch refresh
  - Re-enable full %check for s390x
* Mon Aug 14 2017 Al Stone <ahs3@redhat.com> - 20170728-2
  - Start some long delayed clean-up
  - Temporarily disable one test section until all the big-endian issues
    can be resolved; it provides what may be a false negative result
  - Consolidate the big-endian patches
* Fri Aug 11 2017 Al Stone <ahs3@redhat.com> - 20170728-1
  - Update to 20170728 source tree, including patch refeshes
* Fri Aug 11 2017 Al Stone <ahs3@redhat.com> - 20170629-1
  - Update to 20170629 source tree, including patch refeshes
* Fri Aug 11 2017 Al Stone <ahs3@redhat.com> - 20170531-1
  - Update to 20170531 source tree, including patch refeshes
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20170303-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20170303-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Fri May 05 2017 Al Stone <ahs3@redhat.com> - 20170303-3
  - Correct ppc64le.patch; it was not setting little-endian properly.
* Tue May 02 2017 Al Stone <ahs3@redhat.com> - 20170303-2
  - Correct update-big-endian.patch; it introduced a bug due to logic being
    replaced in the wrong order.
* Fri Mar 31 2017 Al Stone <ahs3@redhat.com> - 20170303-1
  - Update to latest upstream.  Closes BZ#1381017.
  - Refresh patches.
* Fri Mar 31 2017 Al Stone <ahs3@redhat.com> - 20170224-1
  - Update to latest upstream.  Closes BZ#1381017.
  - Refresh patches.
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20170119-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Mon Jan 30 2017 Al Stone <ahs3@redhat.com> - 20170119-1
  - Update to latest upstream.  Closes BZ#1381017.
  - Refresh patches.
  - Add patch to fix ASLTS.
  - Add patch to fix ppc64le build.
  - Add patch to fix arm7hl build.
* Mon Jan 09 2017 Al Stone <ahs3@redhat.com> - 20161222-1
  - Update to latest upstream.  Closes BZ#1381017.
  - Refresh patches.
* Mon Jan 09 2017 Al Stone <ahs3@redhat.com> - 20160930-3
  - Restructure the repairs for big-endian support to simplify patching -- it is
    all combined into update-big-endian.patch now.  (NB: this version may still
    have issues on big-endian)
* Fri Dec 09 2016 Al Stone <ahs3@redhat.com> - 20160930-2
  - Major repairs to compiler and disassembler code to make it endian-neutral
    again (added patches big-endian-part1 and big-endian-part2).
* Fri Oct 28 2016 Al Stone <ahs3@redhat.com> - 20160930-2
  - Update to latest upstream.  Closes BZ#1381017.
  - Refresh patches.
  - Major repairs to disassembler code to make it endian-neutral again.
* Thu Sep 01 2016 Al Stone <ahs3@redhat.com> - 20160831-1
  - Update to latest upstream.  Closes BZ#1372107.
  - Refresh patches.
  - Closes BZ#1365193 -- s390x FTBFS due to int/ptr size mismatch: made sure
    the tools built with 64-bit integers for s390x
* Tue Aug 02 2016 Al Stone <ahs3@redhat.com> - 20160729-1
  - Update to latest upstream.  Closes BZ#1361737.
  - Refresh patches.
* Thu Jun 09 2016 Al Stone <ahs3@redhat.com> - 20160527-1
  - Update to latest upstream.  Closes BZ#1340573.
  - Refresh patches.
* Tue Apr 26 2016 Al Stone <ahs3@redhat.com> - 20160422-1
  - Update to latest upstream.  Closes BZ#1329774.
  - Refresh patches.
* Sat Mar 19 2016 Al Stone <ahs3@redhat.com> - 20160318-1
  - Update to latest upstream.  Closes BZ#1319359.
  - Refresh patches.
* Mon Feb 22 2016 Al Stone <ahs3@redhat.com> - 20160212-1
  - Update to latest upstream.  Closes BZ#1307192.
  - Refresh patches.
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 20160108-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Mon Jan 11 2016 Al Stone <ahs3@redhat.com> - 20160108-1
  - Update to latest upstream.  Closes BZ#1297078.
  - Refresh patches.
* Wed Jan 06 2016 Al Stone <ahs3@redhat.com> - 20151218-1
  - Update to latest upstream.  Closes BZ#1292987.
  - Refresh patches, and remove one no longer needed (acpinames).
* Tue Dec 15 2015 Al Stone <ahs3@redhat.com> - 20151124-1
  - Update to latest upstream.  Closes BZ#1267772.
  - Refresh patches.
  - Add back in a patch to rename source/tools/acpinames/AcpiNames.h to remove
    the camel case; this is a leftover in the conversion to Un*x files, and
    crept back in with this version.
* Wed Oct 14 2015 Al Stone <ahs3@redhat.com> - 20150930-1
  - Update to latest upstream.  Closes BZ#1267772.
  - Refresh patches, and remove one no longer needed.
* Thu Sep 10 2015 Al Stone <ahs3@redhat.com> - 20150818-2
  - Remove extraneous patch files for AAPITS.
  - Correct an assumption that all names are stored in little-endian format.
    Fix is in asllookup-ppc64.patch.  Closes BZ#1251972.
* Wed Sep 09 2015 Al Stone <ahs3@redhat.com> - 20150818-1
  - Update to latest upstream.  Closes BZ#1256134.
  - Refresh patches
  - This version deprecates aapits (ACPICA API Test Suite) for now; this is
    in accordance with upstream wishes, but in this maintainer's view, may
    not be the correct long term solution as there is no other API specific
    test suite.
  - Add a patch to rename source/tools/acpinames/AcpiNames.h to remove the
    camel case; this is a leftover in the conversion to Un*x files.
* Tue Aug 04 2015 Al Stone <ahs3@redhat.com> - 20150717-1
  - Update to latest upstream.  Closes BZ#1244449.
  - Refresh patches
  - Bodge back together the aapits makefile after source file relocations in
    the primary ACPICA component files
  - Update the misc test results to incorporate iasl improvements
* Tue Jun 30 2015 Al Stone <ahs3@redhat.com> - 20150619-2
  - Silly error: forgot to remove patches that are no longer needed
* Mon Jun 29 2015 Al Stone <ahs3@redhat.com> - 20150619-1
  - Update to latest upstream.  Closes BZ#1232512.
  - Refresh patches
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20150515-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Wed Jun 03 2015 Al Stone <ahs3@redhat.com> - 20150515-2
  - Replace dev-mem patch with nodevmem; this is a much more robust version of
    the functionality needed, and set up properly for arm64 -- the patch makes
    it so that acpidump does not use /dev/mem at all on arm64 since it might
    not contain the right data.
* Mon Jun 01 2015 Al Stone <ahs3@redhat.com> - 20150515-1
  - Update to latest upstream.  Closes BZ#122166
  - Refresh patches
  - Add patch from upstream for incorrect UUIDs for NFIT
  - Add patch from Linaro to remove use of /dev/mem (use /sys instead)
  - Add patch from upstream to correct ARM GIC entries in MADT
  - Add patch to fix segfaults reported.  Closes BZ#1219341.
* Mon Apr 13 2015 Al Stone <ahs3@redhat.com> - 20150410-1
  - Update to latest upstream.  Closes BZ#1190383
  - Refresh patches
* Fri Apr 10 2015 Al Stone <ahs3@redhat.com> - 20150408-1
  - Update to latest upstream.  Closes BZ#1190383
  - Refresh patches
* Mon Mar 02 2015 Al Stone <ahs3@redhat.com> - 20150204-1
  - Update to latest upstream.  Closes BZ#1190383
  - Refresh patches
* Mon Nov 17 2014 Al Stone <ahs3@redhat.com> - 20141107-1
  - Update to latest upstream.  Closes BZ#1147131.
  - Refresh patches
  - Patch to ensure ASLTS always reports when an error occurs, instead
    of glossing over it has been incorporated upstream, so remove patch.
* Wed Oct 01 2014 Al Stone <ahs3@redhat.com> - 20140926-1
  - Update to latest upstream.  Closes BZ#1147131.
  - Refresh patches
  - Add patch to ensure ASLTS always reports when an error occurs, instead
    of glossing over it.
  - Add use of %__global_ldflags.  Closes BZ#1126134.
* Fri Aug 29 2014 Al Stone <ahs3@redhat.com> - 20140828-1
  - Update to latest upstream.  Closes BZ#1135352.
  - Refresh patches.
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20140724-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Mon Jul 28 2014 Al Stone <ahs3@redhat.com> - 20140724-1
  - Update to latest upstream.  Closes BZ#1114275.
  - This update adds support for the 5.1 version of the ACPI specification
  - Refresh patches so everything applies properly.
* Fri Jun 06 2014 Dan HorĂ¡k <dan[at]danny.cz> - 20140424-3
  - refresh the big endian patch so it applies correctly, fixes build on big endians
* Thu May 22 2014 Al Stone <ahs3@redhat.com> - 20140424-2
  - Add ppc64le as a 64-bit arch in run-misc-tests.sh.  Closes BZ#1098614.
  - Re-enable big-endian support in iasl.
* Wed May 07 2014 Al Stone <ahs3@redhat.com> - 20140424-1
  - Update to latest upstream.  Closes BZ#1091189.
* Fri Apr 04 2014 Al Stone <ahs3@redhat.com> - 20140325-1
  - Update to latest upstream.  Closes BZ#1080791.
  - Incorporated patch to fix broken symlinks.  Closes BZ#1074256.
  - Add patch to fix missing .o files in aapits tests.
* Wed Feb 26 2014 Al Stone <ahs3@redhat.com> - 20140214-1
  - Update to latest upstream.  Closes BZ#1053396.
  - Remove temporary patch so that AAPITS will build and run.
  - Add patch to print asllookup.c warning properly on big endian;
    Closes BZ#1069178.
* Tue Jan 21 2014 Al Stone <ahs3@redhat.com> - 20140114-1
  - Update to latest upstream.  Closes BZ#1053396.
  - Remove temporary patch to add Makefile missing from upstream tarball.
  - Add temporary patch so that AAPITS will build and run.
* Tue Jan 07 2014 Al Stone <ahs3@redhat.com> - 20131218-1
  - Update to latest upstream.  Closes BZ#1044951.
  - Add temporary patch to add Makefile missing from upstream tarball.
* Mon Nov 25 2013 Al Stone <ahs3@redhat.com> - 20131115-1
  - Update to latest upstream.  Closes BZ#1031255.
  - Add a little code to workaround build problems that can occur (the tests
    will fail) when a build starts before midnight, but ends after midnight
  - Remove patch to include Makefile.config that was missing from tarball.
* Wed Oct 09 2013 Al Stone <ahs3@redhat.com> - 20130927-1
  - Update to latest upstream.  Closes BZ#1013090.
  - Add temporary patch to include Makefile.config being missing from tarball.
* Fri Sep 13 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 20130823-5
  - correct iasl obs_ver
* Tue Sep 10 2013 Dean Nelson <dnelson@redhat.com> - 20130823-4
  - Fix run-misc-tests.sh script to properly set the number of BITS to 64
    when run on a s390x system.
* Tue Sep 10 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 20130823-3
  - correct pmtools obs_ver
* Tue Aug 27 2013 Al Stone <ahs3@redhat.com> - 20130823-2
  - Add in a copy of the GPLv2 text in order to comply with the requirement
    to always redistribute the terms of the license.
* Mon Aug 26 2013 Al Stone <ahs3@redhat.com> - 20130823-1
  - Update to latest upstream source.
* Tue Aug 20 2013 Al Stone <ahs3@redhat.com> - 20130725-2
  - Fix several rpmlint items (listed below)
  - Add versions to explicit provides for acpixtract, acpidump
  - Not all setup steps used -q
  - Setup executable test script (run-misc-tests.sh) differently
  - Removed unneeded commented out line with macros in it
  - Removed mixed use of spaces and tabs (all spaces now)
  - Corrected source URLs (upstream moved)
* Sun Aug 18 2013 Al Stone <ahs3@redhat.com> - 20130725-1
  - Update to latest upstream source.
* Wed Jul 24 2013 Al Stone <ahs3@redhat.com> - 20130626-1
  - Update to latest upstream source.
  - Move acpidump to acpidump-acpica so it be an alternative properly
  - Add basic man page for acpidump
  - Enable use of AAPITS tests during the check step
* Sun Jun 02 2013 Al Stone <ahs3@redhat.com> - 20130517-2
  - Correct an oversight: we provide an acpidump in conflict with the
    version in pmtools (which appears to be dead upstream) but had not
    made it an alternative before
* Tue May 28 2013 Al Stone <ahs3@redhat.com> - 20130517-1
  - Update to latest upstream source.
  - Remove acpica-tools-config.patch -- now in upstream
  - Remove iasl-signed-char.patch -- now in upstream
  - Updated debian-big_endian.patch
  - Updated debian-unaligned.patch
* Mon May 13 2013 Al Stone <ahs3@redhat.com> - 20130328-1
  - Update to latest upstream source.
* Wed Mar 20 2013 Al Stone <ahs3@redhat.com> - 20130214-2
  - Incorporate use of optflags macro in the build.
  - Remove extraneous rm -rf of buildroot.
  - Remove extraneous use of defattr in the files section.
  - Incorporate use of parallel make.
  - Remove extraneous use of the clean section.
  - Use simpler globbing in the files section.
  - Use simpler globbing in the install section.
  - Remove obsolete git notes from README.Fedora.
  - Remove ExcludeArch restrictions.
* Mon Feb 18 2013 Al Stone <ahs3@redhat.com> - 20130214-1
  - New upstream.
  - Remove most of the config file patch; still need to remove -m{32,64}.
  - Clarify the licensing; this source is dual-licensed and is being released
    under the GPLv2 as allowed by the original Intel license.
  - Redo the misc tests so they compare results properly.
* Wed Feb 06 2013 Al Stone <ahs3@redhat.com> - 20130117-6
  - Added a zero-fill to a date used in comparing testing results so that the
    comparison would be correct on days numbered < 10.
* Thu Jan 31 2013 Al Stone <ahs3@redhat.com> - 20130117-5
  - Simplify versioning scheme and revert to the original scheme in use by
    iasl, which is use the latest official tarball date (2013017) as the
    version and 1%{?dist} as the release, to be incremented for packaging
    and bug fixes as needed.
* Wed Jan 30 2013 Al Stone <ahs3@redhat.com> - 20130117-4
  - Do a little reset: go back to using just the original upstream tarball
    instead of the latest git; the snapshot approach was more complicated
    than needed.
  - Upstream tarballs split commands from test suites, so had to add the
    test suite back in as another Source: file.
  - Change versioning scheme to include the APCI specification level (5.0),
    the latest official tarball date (2013017) and a revision level  (the
    .1 at the end) for packaging and bug fixes as needed.
  - Changed the License field to reflect the source tarball change; the release
    tarball is dual-licensed, Intel ACPI or GPLv2.
  - Updated patches to apply cleanly as needed.
  - Corrected Obsoletes and Provides version numbers.
* Mon Jan 28 2013 Al Stone <ahs3@redhat.com> - 20130117-3
  - Reconcile Fedora and Debian patches to be as alike as possible
* Mon Jan 28 2013 Al Stone <ahs3@redhat.com> - 20130117-2
  - Verify ExcludeArch restrictions -- the architectures excluded can have
    no use for these tools.  Hardware support for ACPI is simply not
    implemented for them.
  - Corrected versioning to note this source came from a git pull.
  - Add License file as upstream has not yet provided one (and has not for
    many years).
  - Insert properly versioned Provides and Obsoletes for iasl.
  - Corrected files to use man.1* (vs man.1.gz) to allow flexibility in the
    compression being used.
* Wed Jan 23 2013 Al Stone <ahs3@redhat.com> - 20130117-1
  - Clone from the current iasl package, with the intent of replacing it
  - Update source to latest upstream
  - NB: ACPICA documentation would normally be included in a source tarball.
    But, since it is not clearly redistributable, it is not included in the
    source RPM for this package.
  - Build all ACPICA tools, not just iasl (and hence the package replacement)
  - Add in brief man pages
  - Set up acpixtract from this package as an alternative to the same command
    in the pmtools package
  - Run the check step once built

Files

/usr/bin/acpibin
/usr/bin/acpidump
/usr/bin/acpiexamples
/usr/bin/acpiexec
/usr/bin/acpihelp
/usr/bin/acpinames
/usr/bin/acpisrc
/usr/bin/acpixtract
/usr/bin/iasl
/usr/lib/.build-id
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/b1b6085446ebd8e5b19177820fbf5d0b5bbae2
/usr/lib/.build-id/32
/usr/lib/.build-id/32/c897002fa5ce88fbd17a55d77d1a72f4754b51
/usr/lib/.build-id/36
/usr/lib/.build-id/36/77a6f8d4c8e3d1383d652fbdb9b97708208c2a
/usr/lib/.build-id/38
/usr/lib/.build-id/38/247bf9df239d436819b09dd2527450c11486ff
/usr/lib/.build-id/48
/usr/lib/.build-id/48/bbe5358e5791709da415c3c85868482c3a3fc8
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/190a1e9b68b48d2757f62533e8dcdcc5b4878e
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/089b028e0bc92c97c0d50ac99f92cfdd96d27a
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/736ebd415000ce56c61f7e860db3ab7bc2e0dd
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/3b8d8d5eded70a85dc523e986ccb4ee3ce9b19
/usr/share/doc/acpica-tools
/usr/share/doc/acpica-tools/COPYING
/usr/share/doc/acpica-tools/README.Fedora
/usr/share/doc/acpica-tools/changes.txt
/usr/share/doc/acpica-tools/examples
/usr/share/doc/acpica-tools/examples/examples.c
/usr/share/doc/acpica-tools/examples/examples.h
/usr/share/doc/acpica-tools/examples/exstubs.c
/usr/share/doc/acpica-tools/examples/extables.c
/usr/share/doc/acpica-tools/new_table.txt
/usr/share/man/man1/acpibin.1.gz
/usr/share/man/man1/acpidump.1.gz
/usr/share/man/man1/acpiexamples.1.gz
/usr/share/man/man1/acpiexec.1.gz
/usr/share/man/man1/acpihelp.1.gz
/usr/share/man/man1/acpinames.1.gz
/usr/share/man/man1/acpisrc.1.gz
/usr/share/man/man1/acpixtract.1.gz
/usr/share/man/man1/iasl.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Mar 26 04:09:29 2024