parent
22658ed14d
commit
9b36852b87
@ -7,7 +7,7 @@ Summary: Simple kernel loader which boots from a FAT filesystem
|
|||||||
Name: syslinux
|
Name: syslinux
|
||||||
Version: 6.04
|
Version: 6.04
|
||||||
%define tarball_version 6.04-pre1
|
%define tarball_version 6.04-pre1
|
||||||
Release: 0.18%{?dist}
|
Release: 0.19%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project
|
URL: http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project
|
||||||
Source0: http://www.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{tarball_version}.tar.xz
|
Source0: http://www.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{tarball_version}.tar.xz
|
||||||
@ -165,7 +165,6 @@ rm -f %{buildroot}%{_includedir}/syslinux.h
|
|||||||
%doc sample
|
%doc sample
|
||||||
%{_mandir}/man1/gethostip*
|
%{_mandir}/man1/gethostip*
|
||||||
%{_mandir}/man1/syslinux*
|
%{_mandir}/man1/syslinux*
|
||||||
%{_mandir}/man1/extlinux*
|
|
||||||
%{_mandir}/man1/isohybrid*
|
%{_mandir}/man1/isohybrid*
|
||||||
%{_mandir}/man1/memdiskfind*
|
%{_mandir}/man1/memdiskfind*
|
||||||
%{_bindir}/gethostip
|
%{_bindir}/gethostip
|
||||||
@ -207,6 +206,7 @@ rm -f %{buildroot}%{_includedir}/syslinux.h
|
|||||||
|
|
||||||
%files extlinux
|
%files extlinux
|
||||||
%{_sbindir}/extlinux
|
%{_sbindir}/extlinux
|
||||||
|
%{_mandir}/man1/extlinux*
|
||||||
%config /etc/extlinux.conf
|
%config /etc/extlinux.conf
|
||||||
|
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
@ -256,6 +256,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 01 2021 Robbie Harwood <rharwood@redhat.com> - 6.04-0.19
|
||||||
|
- Place extlinux(1) in the extlinux subpackage
|
||||||
|
- Resolves: #977004
|
||||||
|
|
||||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.04-0.18
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.04-0.18
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user