Name: extlinux-bootloader Version: 1.2 Release: 0.6%{?dist} Summary: The EXTLINUX bootloader framework, for booting the local system License: GPLv2+ URL: http://fedoraproject.org/wiki/extlinux-bootloader Source1: extlinux.sh Provides: syslinux-extlinux ExclusiveArch: %{arm} aarch64 %description The EXTLINUX bootloader framework, for booting the local system. u-boot on arm supports extlinux.conf config files %prep %build %install mkdir -p %{buildroot}%{_sbindir} mkdir -p %{buildroot}/boot/extlinux/ mkdir -p %{buildroot}/etc ( cd %{buildroot}/etc && ln -s ../boot/extlinux/extlinux.conf . ) install -p %{SOURCE1} %{buildroot}%{_sbindir}/extlinux %files %doc %{_sbindir}/extlinux /boot/extlinux %config(noreplace) /etc/extlinux.conf %changelog * Mon Apr 03 2017 Merlin Mathesius - 1.2-0 - Convert extlinux to bash script to eliminate need for Python. * Fri Feb 10 2017 Fedora Release Engineering - 1.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Feb 03 2016 Fedora Release Engineering - 1.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Mon Jul 20 2015 Peter Robinson 1.1-5 - Use python3 * Wed Jun 17 2015 Fedora Release Engineering - 1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Apr 01 2015 Dennis Gilmore - 1.1-3 - add a missing / when listing the contents of /boot * Wed Apr 01 2015 Dennis Gilmore - 1.1-2 - add a function to copy the dtbs to the rescue boot target if one exists * Mon Mar 30 2015 Dennis Gilmore - 1.1-1 - add a new extlinux script to setup dtb handling on arm * Sat Aug 16 2014 Fedora Release Engineering - 1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Mon Jun 16 2014 Peter Robinson 1.0-4 - Enable for build on aarch64 too * Sat Jun 07 2014 Fedora Release Engineering - 1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering - 1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Jun 05 2013 Dennis Gilmore - 1.0-1 - initial package