[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package kernel-rpm-macros-185-13.el9.noarch download

Name kernel-rpm-macros
Epoch 0
Version 185
Release 13.el9
Architecture noarch
Website/URL https://src.fedoraproject.org/rpms/kernel-srpm-macros
License MIT
Build Time 2023-10-04 16:34:47
Build Host builder-x86-04.inferitos.ru
Summary Macros and scripts for building kernel module packages
Repositories AppStream
Description Macros and scripts for building kernel module packages.
Errata
Size 15 KiB
Source Project kernel-srpm-macros-1.0-13.el9
SHA-256 checksum c23fb273b78d5f622976be31064b5b261a510c362e2b9b810fee0147e271c08d
× Full screenshot
Changelog link
* Mon Jun 12 2023 Eugene Syromiatnikov <esyr@redhat.com> - 1.0-13
- Handle symvers.xz in kabi.attr (#2209253).
- Fix indirect __crc_* sumbols parsing in find-provides.ksyms
  and find-requires.ksyms to avoid matching multiple sections
  producing bogus duplicate provides for kmods that have both __kcrctab
  and __kcrctab_gpl sections (#2115811, #2178935).
- Call "readelf -R" on a correct section in find-requires.ksyms.
- Rewrite section data extraction in find-provides.ksyms and find-requires.ksyms
  to avoid garbage at the end of extracted sections, causing unnecessary awk
  complaints (#2115811).
- Perform section parsing inside the awk script in find-provides.ksyms
  and find-requires.ksyms to avoid hitting command line argument limit
  when handling large .rodata sections (#2178935).

* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.0-12
- Rebuilt for MSVSphere 9.2 beta

* Tue Jan 31 2023 Eugene Syromiatnikov <esyr@redhat.com> - 1.0-12
- Support storing of __crc_* symbols in sections other than .rodata.
- Resolves: #2135047

* Thu Feb 17 2022 Eugene Syromiatnikov <esyr@redhat.com> - 1.0-11
- Work around a change in type of __crc_* symbols for some kmods printed by nm
  on ppc64le and s390x
- Resolves: #2055464

* Thu Nov 18 2021 Eugene Syromiatnikov <esyr@redhat.com> - 1.0-10
- Add conflicts of kernel-srpm-macros with kernel-rpm-macros < 185-9
  as macros.kmp, kmodtool, and rpmsort were moved from the latter
  to the former.

* Mon Sep 20 2021 Eugene Syromiatnikov <esyr@redhat.com> - 1.0-9
- Update scripts with RHEL-specific changes.

* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.0-8
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
  Related: rhbz#1991688