diff --git a/syslinux.spec b/syslinux.spec index e82f657..4ae5b8b 100644 --- a/syslinux.spec +++ b/syslinux.spec @@ -2,7 +2,7 @@ Summary: Simple kernel loader which boots from a FAT filesystem Name: syslinux Version: 6.04 %define tarball_version 6.04-pre1 -Release: 0.11%{?dist} +Release: 0.12%{?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 @@ -246,6 +246,9 @@ elif [ -f /boot/extlinux.conf ]; then \ fi %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 6.04-0.12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Fri May 10 2019 Scott Talbert - 6.04-0.11 - Add upstream patch to include sysmacros.h to fix FTBFS (#1676107)