- Stop suppressing requirements of the package (#465299)

This commit is contained in:
Jeremy Katz 2009-04-28 19:50:49 +00:00
parent 1b4e7cb509
commit 0315616c50

View File

@ -2,7 +2,7 @@ Summary: Simple kernel loader which boots from a FAT filesystem
Name: syslinux
Version: 3.75
%define tarball_version 3.75
Release: 2%{?dist}
Release: 3%{?dist}
License: GPLv2+
Group: Applications/System
URL: http://syslinux.zytor.com/
@ -12,7 +12,6 @@ ExclusiveArch: %{ix86} x86_64
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: nasm >= 0.98.38-1, perl, netpbm-progs
BuildRequires: /usr/include/gnu/stubs-32.h
Autoreq: 0
%ifarch %{ix86}
Requires: mtools, libc.so.6
%endif
@ -86,6 +85,9 @@ rm -rf %{buildroot}
%{_datadir}/syslinux/com32
%changelog
* Tue Apr 28 2009 Jeremy Katz <katzj@redhat.com> - 3.75-3
- Stop suppressing requirements of the package (#465299)
* Tue Apr 28 2009 Jeremy Katz <katzj@redhat.com> - 3.75-2
- Don't strip binaries to fix debuginfo (#249970)