From 3ddabe50c8627a26ab09b020ddbcf3018667fb9d Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Wed, 18 Apr 2012 22:49:46 +0200 Subject: [PATCH] Remove old Obsoletes/Provides for syslinux-devel as such a subpkg was introduced with 3.83-2 (#756733). --- syslinux.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/syslinux.spec b/syslinux.spec index 134efe1..c8982df 100644 --- a/syslinux.spec +++ b/syslinux.spec @@ -2,7 +2,7 @@ Summary: Simple kernel loader which boots from a FAT filesystem Name: syslinux Version: 4.05 %define tarball_version 4.05 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/System URL: http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project @@ -18,8 +18,6 @@ Requires: mtools, libc.so.6 %ifarch x86_64 Requires: mtools, libc.so.6()(64bit) %endif -Obsoletes: syslinux-devel < %{version}-%{release} -Provides: syslinux-devel Patch1: syslinux-isohybrid-fix-mbr.patch @@ -166,6 +164,10 @@ elif [ -f /boot/extlinux.conf ]; then \ fi %changelog +* Wed Apr 18 2012 Michael Schwendt - 4.05-2 +- Remove old Obsoletes/Provides for syslinux-devel as such a subpkg + was introduced with 3.83-2 (#756733). + * Wed Feb 15 2012 Matthew Garrett - 4.05-1 - New upstream release - syslinux-isohybrid-fix-mbr.patch: generate a full MBR for UEFI images