Compare commits

...

No commits in common. "c9" and "c8" have entirely different histories.
c9 ... c8

View File

@ -7,8 +7,9 @@ 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.20%{?dist} Release: 6%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System
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
Source1: syslinux.patches Source1: syslinux.patches
@ -19,12 +20,10 @@ Source1: syslinux.patches
# in noarch packages are a reason to stop the build. # in noarch packages are a reason to stop the build.
%define _binaries_in_noarch_packages_terminate_build 0 %define _binaries_in_noarch_packages_terminate_build 0
BuildRequires: make Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: git BuildRequires: git
%ifarch %{buildarches} %ifarch %{buildarches}
BuildRequires: gcc
BuildRequires: nasm >= 0.98.38-1, perl-interpreter, perl-generators, netpbm-progs BuildRequires: nasm >= 0.98.38-1, perl-interpreter, perl-generators, netpbm-progs
BuildRequires: perl(FileHandle)
BuildRequires: /usr/include/gnu/stubs-32.h BuildRequires: /usr/include/gnu/stubs-32.h
BuildRequires: libuuid-devel BuildRequires: libuuid-devel
Requires: syslinux-nonlinux = %{version}-%{release} Requires: syslinux-nonlinux = %{version}-%{release}
@ -50,12 +49,14 @@ MEMDISK, which loads legacy operating systems from these media.
%package perl %package perl
Summary: Syslinux tools written in perl Summary: Syslinux tools written in perl
Group: Applications/System
%description perl %description perl
Syslinux tools written in perl Syslinux tools written in perl
%package devel %package devel
Summary: Headers and libraries for syslinux development. Summary: Headers and libraries for syslinux development.
Group: Development/Libraries
Provides: %{name}-static = %{version}-%{release} Provides: %{name}-static = %{version}-%{release}
%description devel %description devel
@ -63,6 +64,7 @@ Headers and libraries for syslinux development.
%package extlinux %package extlinux
Summary: The EXTLINUX bootloader, for booting the local system. Summary: The EXTLINUX bootloader, for booting the local system.
Group: System/Boot
Requires: syslinux Requires: syslinux
Requires: syslinux-extlinux-nonlinux = %{version}-%{release} Requires: syslinux-extlinux-nonlinux = %{version}-%{release}
@ -73,6 +75,7 @@ the SYSLINUX/PXELINUX modules in /boot.
%ifarch %{ix86} %ifarch %{ix86}
%package tftpboot %package tftpboot
Summary: SYSLINUX modules in /tftpboot, available for network booting Summary: SYSLINUX modules in /tftpboot, available for network booting
Group: Applications/Internet
BuildArch: noarch BuildArch: noarch
%description tftpboot %description tftpboot
@ -81,6 +84,7 @@ booting in the /tftpboot directory.
%package extlinux-nonlinux %package extlinux-nonlinux
Summary: The parts of the EXTLINUX bootloader which aren't run from linux. Summary: The parts of the EXTLINUX bootloader which aren't run from linux.
Group: System/Boot
Requires: syslinux Requires: syslinux
BuildArch: noarch BuildArch: noarch
ExclusiveArch: %{ix86} x86_64 ExclusiveArch: %{ix86} x86_64
@ -91,6 +95,7 @@ from a linux host.
%package nonlinux %package nonlinux
Summary: SYSLINUX modules which aren't run from linux. Summary: SYSLINUX modules which aren't run from linux.
Group: System/Boot
Requires: syslinux Requires: syslinux
BuildArch: noarch BuildArch: noarch
ExclusiveArch: %{ix86} x86_64 ExclusiveArch: %{ix86} x86_64
@ -104,6 +109,7 @@ systems from media.
%ifarch x86_64 %ifarch x86_64
%package efi64 %package efi64
Summary: SYSLINUX binaries and modules for 64-bit UEFI systems Summary: SYSLINUX binaries and modules for 64-bit UEFI systems
Group: System/Boot
%description efi64 %description efi64
SYSLINUX binaries and modules for 64-bit UEFI systems SYSLINUX binaries and modules for 64-bit UEFI systems
@ -153,8 +159,12 @@ rm -f %{buildroot}%{_prefix}/lib/libsyslinux*
rm -f %{buildroot}%{_includedir}/syslinux.h rm -f %{buildroot}%{_includedir}/syslinux.h
%endif %endif
%clean
rm -rf %{buildroot}
%ifarch %{buildarches} %ifarch %{buildarches}
%files %files
%defattr(-,root,root)
%{!?_licensedir:%global license %%doc} %{!?_licensedir:%global license %%doc}
%license COPYING %license COPYING
%doc NEWS README* %doc NEWS README*
@ -181,6 +191,7 @@ rm -f %{buildroot}%{_includedir}/syslinux.h
%endif %endif
%files perl %files perl
%defattr(-,root,root)
%{!?_licensedir:%global license %%doc} %{!?_licensedir:%global license %%doc}
%license COPYING %license COPYING
%{_mandir}/man1/lss16toppm* %{_mandir}/man1/lss16toppm*
@ -197,6 +208,7 @@ rm -f %{buildroot}%{_includedir}/syslinux.h
%{_bindir}/isohybrid.pl %{_bindir}/isohybrid.pl
%files devel %files devel
%defattr(-,root,root)
%{!?_licensedir:%global license %%doc} %{!?_licensedir:%global license %%doc}
%license COPYING %license COPYING
%dir %{_datadir}/syslinux/com32 %dir %{_datadir}/syslinux/com32
@ -253,45 +265,29 @@ fi
%endif %endif
%changelog %changelog
* Wed Aug 03 2022 Robbie Harwood <rharwood@redhat.com> - 6.04-0.20 * Wed Aug 03 2022 Robbie Harwood <rharwood@redhat.com> - 6.04-6
- Sync with fedora (same NVR) - Sync with RHEL 9 / Fedora at their 6.04-0.20
- Resolves: #2018260 - Resolves: #1748014
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 6.04-0.19 * Fri Nov 13 2020 Javier Martinez Canillas <javierm@redhat.com> - 6.04-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Bump release to ship the syslinux-tftpboot subpackage on aarch64
Related: rhbz#1991688 Resolves: rhbz#1870276
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 6.04-0.18 * Tue Sep 24 2019 Yaakov Selkowitz <yselkowi@redhat.com> - 6.04-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - Make tftpboot subpackage completely noarch
Resolves: rhbz#1745205
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.04-0.17 * Tue Aug 27 2019 Javier Martinez Canillas <javierm@redhat.com> 6.04-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Drop x86_64 ExclusiveArch for tftpboot subpackage
Resolves: rhbz#1745205
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.04-0.16 * Thu Aug 08 2019 Peter Jones <pjones@redhat.com> - 6.04-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Fix a bunch of annocheck problems
Resolves: rhbz#1624176
* Wed May 13 2020 Merlin Mathesius <mmathesi@redhat.com> - 6.04-0.15 * Fri Aug 10 2018 Peter Jones <pjones@redhat.com> - 6.04-1
- Patches to fix FTBFS in F32/F33/ELN (RHBZ#1800180) - extlinux: fix missing include for major()/minor()
Resolves: rhbz#1611751
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.04-0.14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Sep 27 2019 Javier Martinez Canillas <javierm@redhat.com> - 6.04-0.13
- Fix a bunch of annocheck problems (pjones)
- Drop x86_64 ExclusiveArch for tftpboot subpackage
- Make tftpboot subpackage completely noarch (yselkowi)
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.04-0.12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri May 10 2019 Scott Talbert <swt@techie.net> - 6.04-0.11
- Add upstream patch to include sysmacros.h to fix FTBFS (#1676107)
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.04-0.10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.04-0.9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.04-0.8 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.04-0.8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild