| Name: | libedac | 
|---|---|
| Version: | 0.18 | 
| Release: | 27.el8 | 
| Architecture: | aarch64 | 
| Group: | Unspecified | 
| Size: | 88503 | 
| License: | GPL-2.0-or-later | 
| RPM: | libedac-0.18-27.el8.aarch64.rpm | 
| Source RPM: | edac-utils-0.18-27.el8.src.rpm | 
| Build Date: | Fri Mar 29 2024 | 
| Build Host: | build-ol8-aarch64.oracle.com | 
| Vendor: | Oracle America | 
| URL: | https://github.com/grondo/edac-utils | 
| Summary: | Standard API for reading EDAC error counts from sysfs | 
| Description: | EDAC (Error Detection and Correction) is a set of Linux kernel modules that handle reporting of hardware-related errors. Currently these modules mainly handle detection of ECC memory errors for many x86 and x86-64 chipsets and PCI bus parity errors. The edac-utils project currently has three components: libedac, edac-util, and edac-ctl. The libedac library presents a standard API for reading EDAC error counts and other information from sysfs, and edac-util uses this API to generate standard reports from the commandline. The edac-ctl utility is a perl script which uses config files to load the appropriate EDAC driver for a given chipset and register motherboard DIMM labels if they are configured. An init script is also provided which uses edac-ctl to initialize EDAC at system startup. This package provides the libedac library.  | 
- Fully patch obsolete FSF postal address in license text - Since upstream merged the PR for this, we now patch the license text file
- Slightly simplify a files list
- Fix typo in spec file comment
- Update License field to SPDX
- Fix extra newline in description
- Depend on dmidecode (from edac-ctl) on aarch64, too
- Create and own supported config subdirectories
- Split into subpackages by component
- Drop ExcludeArch: s390x
- Mark AUTHORS and DISCLAIMER as license files, too