From 0f6d46f6c8e2f447947be9d94ebc13d604ba6755 Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Fri, 25 Jan 2013 13:24:10 -0500 Subject: fix grammar in find-debuginfo.sh -r blurb --- kernel.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel.spec b/kernel.spec index 082c43383..25c8820ef 100644 --- a/kernel.spec +++ b/kernel.spec @@ -535,9 +535,9 @@ BuildRequires: pciutils-devel gettext BuildConflicts: rhbuildsys(DiskFree) < 500Mb %if %{with_debuginfo} # Fancy new debuginfo generation introduced in Fedora 8/RHEL 6. -# The -r flag to find-debuginfo.sh to invoke eu-strip --reloc-debug-sections -# reduces the number of relocations in kernel module .ko.debug files and was -# introduced with rpm 4.9 and elfutils 0.153. +# The -r flag to find-debuginfo.sh invokes eu-strip --reloc-debug-sections +# which reduces the number of relocations in kernel module .ko.debug files and +# was introduced with rpm 4.9 and elfutils 0.153. BuildRequires: rpm-build >= 4.9.0-1, elfutils >= elfutils-0.153-1 %define debuginfo_args --strict-build-id -r %endif -- cgit