Package kernel-srpm-macros-1.0-25.el10.src
Name | kernel-srpm-macros |
---|---|
Epoch | 0 |
Version | 1.0 |
Release | 25.el10 |
Architecture | src |
Website/URL | https://src.fedoraproject.org/rpms/kernel-srpm-macros |
License | MIT |
Build Time | 2025-04-02 17:59:44 |
Build Host | builder-x86-02.inferitos.ru |
Summary | RPM macros that list arches the full kernel is built on |
Repositories | AppStream |
Description | This packages contains the rpm macro that list what arches the full kernel is built on. The variable to use is kernel_arches. |
Errata | — |
Size | 39 KiB |
Source Project | kernel-srpm-macros-1.0-25.el10 |
SHA-256 checksum | 48db2fa90f30f7aebd96c2b3c88db22a4b707d226b222126ba53f2daf3123bb5 |
×
* 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.