[ Все 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 ]
×

Проект kernel-srpm-macros-1.0-13.el9

Имя kernel-srpm-macros
Эпоха 0
Версия 1.0
Релиз 13.el9
Сайт https://src.fedoraproject.org/rpms/kernel-srpm-macros
Лицензия MIT
Время сборки 2023-10-04 16:34:45
Хост сборки builder-x86-04.inferitos.ru
Краткое описание RPM macros that list arches the full kernel is built on
Репозитории AppStream
Полное описание This packages contains the rpm macro that list what arches the full kernel is built on. The variable to use is kernel_arches.
Эррата
× Full screenshot
Пакеты link
Пакет Краткое описание Контрольная сумма SHA-256
noarch
kernel-rpm-macros-185-13.el9.noarch Macros and scripts for building kernel module packages c23fb273b78d5f622976be31064b5b261a510c362e2b9b810fee0147e271c08d download
kernel-srpm-macros-1.0-13.el9.noarch RPM macros that list arches the full kernel is built on 21bff6feec47df1fe7fdd411c617f7f9ebcc7c3a4f1040efff3857e3f2962afd download
src
kernel-srpm-macros-1.0-13.el9.src RPM macros that list arches the full kernel is built on 95b2ffd12708dab9079ed64e155827a9622f5acc3d07e4340b35a5661625d74e download
История изменений 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