From 0315616c505a599cde9d85733a3d307eb4d614c9 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 28 Apr 2009 19:50:49 +0000 Subject: [PATCH] - Stop suppressing requirements of the package (#465299) --- syslinux.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/syslinux.spec b/syslinux.spec index 50d22a6..f9cc978 100644 --- a/syslinux.spec +++ b/syslinux.spec @@ -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 - 3.75-3 +- Stop suppressing requirements of the package (#465299) + * Tue Apr 28 2009 Jeremy Katz - 3.75-2 - Don't strip binaries to fix debuginfo (#249970)