2013-06-11 13:26:04 +00:00
|
|
|
Name: extlinux-bootloader
|
2015-03-31 03:52:06 +00:00
|
|
|
Version: 1.1
|
2015-07-20 13:19:21 +00:00
|
|
|
Release: 5%{?dist}
|
2013-06-11 13:26:04 +00:00
|
|
|
Summary: The EXTLINUX bootloader framework, for booting the local system
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
URL: http://fedoraproject.org/wiki/extlinux-bootloader
|
2015-03-31 03:52:06 +00:00
|
|
|
Source1: extlinux
|
2013-06-11 13:26:04 +00:00
|
|
|
|
|
|
|
Provides: syslinux-extlinux
|
|
|
|
|
2014-06-16 23:13:37 +00:00
|
|
|
ExclusiveArch: %{arm} aarch64
|
2013-06-11 13:26:04 +00:00
|
|
|
|
|
|
|
%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 . )
|
2015-03-31 03:52:06 +00:00
|
|
|
install -p %{SOURCE1} %{buildroot}%{_sbindir}
|
2013-06-11 13:26:04 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%doc
|
|
|
|
%{_sbindir}/extlinux
|
|
|
|
/boot/extlinux
|
|
|
|
%config(noreplace) /etc/extlinux.conf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2015-07-20 13:19:21 +00:00
|
|
|
* Mon Jul 20 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.1-5
|
|
|
|
- Use python3
|
|
|
|
|
2015-06-17 05:53:35 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-04-01 18:48:45 +00:00
|
|
|
* Wed Apr 01 2015 Dennis Gilmore <dennis@ausil.us> - 1.1-3
|
|
|
|
- add a missing / when listing the contents of /boot
|
|
|
|
|
2015-04-01 17:39:16 +00:00
|
|
|
* Wed Apr 01 2015 Dennis Gilmore <dennis@ausil.us> - 1.1-2
|
|
|
|
- add a function to copy the dtbs to the rescue boot target if one exists
|
|
|
|
|
2015-03-31 03:52:06 +00:00
|
|
|
* Mon Mar 30 2015 Dennis Gilmore <dennis@ausil.us> - 1.1-1
|
|
|
|
- add a new extlinux script to setup dtb handling on arm
|
|
|
|
|
2014-08-16 11:48:04 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-16 23:13:37 +00:00
|
|
|
* Mon Jun 16 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.0-4
|
|
|
|
- Enable for build on aarch64 too
|
|
|
|
|
2014-06-07 11:16:30 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 10:30:17 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-11 13:26:04 +00:00
|
|
|
* Wed Jun 05 2013 Dennis Gilmore <dennis@ausil.us> - 1.0-1
|
|
|
|
- initial package
|