Remove old Obsoletes/Provides for syslinux-devel as such a subpkg

was introduced with 3.83-2 (#756733).
This commit is contained in:
Michael Schwendt 2012-04-18 22:49:46 +02:00
parent 433a0ba29b
commit 3ddabe50c8

View File

@ -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 <mschwendt@fedoraproject.org> - 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 <mjg@redhat.com> - 4.05-1
- New upstream release
- syslinux-isohybrid-fix-mbr.patch: generate a full MBR for UEFI images