Пакет kernel-rpm-macros-205-25.el10.noarch
Имя | kernel-rpm-macros |
---|---|
Эпоха | 0 |
Версия | 205 |
Релиз | 25.el10 |
Архитектура | noarch |
Сайт | https://src.fedoraproject.org/rpms/kernel-srpm-macros |
Лицензия | MIT AND GPL-2.0-or-later |
Время сборки | 2025-04-02 17:59:45 |
Хост сборки | builder-x86-02.inferitos.ru |
Краткое описание | Macros and scripts for building kernel module packages |
Репозитории | AppStream |
Полное описание | Macros and scripts for building kernel module packages. |
Эррата | — |
Размер | 23 КиБ |
Исходный проект | kernel-srpm-macros-1.0-25.el10 |
Контрольная сумма SHA-256 | 3fe0c3145372201b477ee92123b86300ce5aa9fecf97f6d0b94e414a12ccea2d |
×
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.0-25 - Rebuilt for MSVSphere 10 * Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.0-25 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.0-24 - Bump release for June 2024 mass rebuild * Wed Mar 06 2024 David Abdurachmanov <davidlt@rivosinc.com> - 1.0-23 - Add riscv64 * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue May 09 2023 Eugene Syromiatnikov <esyr@redhat.com> - 1.0-19 - Capture local __crc_* symbols for "Provides: kernel()". - Add support for XZ compression for the symvers file. - Fix "Provides: kernel()" generation when both __kcrctab and __kcrctab_gpl are present. - Fix regression for "Provides:" generation in cases when modversions are stored in a section that is over 64K in size. - Speedup and cleanup changes in find-provides.ksyms and find-requires.ksyms. - Fix regex usage in kmod.attr. (Denys Vlasenko) - Implement modalias "Provides:" grouping. (Denys Vlasenko) - Speedup and cleanup changes in modalias.prov and kmod.attr. (Denys Vlasenko) * Thu Mar 30 2023 Eugene Syromiatnikov <esyr@redhat.com> - 1.0-18 - Avoid triggering debuginfod during elfutils tools usage. * Tue Jan 31 2023 Eugene Syromiatnikov <esyr@redhat.com> - 1.0-17 - Support storing of __crc_* symbols in sections other than .rodata. - Work around a change in type of __crc_* symbols for some kmods printed by nm on ppc64le and s390x.