diff --git a/syslinux.spec b/syslinux.spec index 6d774e3..c9871af 100644 --- a/syslinux.spec +++ b/syslinux.spec @@ -7,7 +7,7 @@ Summary: Simple kernel loader which boots from a FAT filesystem Name: syslinux Version: 6.04 %define tarball_version 6.04-pre1 -Release: 0.18%{?dist} +Release: 0.19%{?dist} License: GPLv2+ 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 @@ -165,7 +165,6 @@ rm -f %{buildroot}%{_includedir}/syslinux.h %doc sample %{_mandir}/man1/gethostip* %{_mandir}/man1/syslinux* -%{_mandir}/man1/extlinux* %{_mandir}/man1/isohybrid* %{_mandir}/man1/memdiskfind* %{_bindir}/gethostip @@ -207,6 +206,7 @@ rm -f %{buildroot}%{_includedir}/syslinux.h %files extlinux %{_sbindir}/extlinux +%{_mandir}/man1/extlinux* %config /etc/extlinux.conf %ifarch %{ix86} @@ -256,6 +256,10 @@ fi %endif %changelog +* Wed Sep 01 2021 Robbie Harwood - 6.04-0.19 +- Place extlinux(1) in the extlinux subpackage +- Resolves: #977004 + * Fri Jul 23 2021 Fedora Release Engineering - 6.04-0.18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild