From fd8a2b8d186468ad58bc884ad17da2099e05c7f3 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sat, 21 Feb 2015 22:23:06 +0100 Subject: [PATCH] Rebuilt for Fedora 23 Change https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code --- syslinux.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/syslinux.spec b/syslinux.spec index 6b24089..7059b60 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.03 %define tarball_version 6.03 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: Applications/System URL: http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project @@ -257,6 +257,10 @@ elif [ -f /boot/extlinux.conf ]; then \ fi %changelog +* Sat Feb 21 2015 Till Maas - 6.03-3 +- Rebuilt for Fedora 23 Change + https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code + * Sat Jan 10 2015 Michael Schwendt - 6.03-2 - Add -static Provides to -devel package to meet Fedora's Packaging Static Libraries guidelines (rhbz #609617)