From 9b36852b875de32e523b55665477c32a924f3c9f Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Wed, 1 Sep 2021 15:31:23 +0000 Subject: [PATCH] Place extlinux(1) in the extlinux subpackage Resolves: #977004 --- syslinux.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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