From 0a44b383852abbc138f1af35695f246054d51fad Mon Sep 17 00:00:00 2001 From: "Graydon, Tracy" Date: Tue, 7 Aug 2012 17:13:15 -0700 Subject: [PATCH] Fix patch reference in specfile that was killing gbs build --- packaging/mingetty.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/mingetty.spec b/packaging/mingetty.spec index 8e6e9d4..cdc20c4 100644 --- a/packaging/mingetty.spec +++ b/packaging/mingetty.spec @@ -7,7 +7,7 @@ Release: 3.9 Group: System/Base URL: http://sourceforge.net/projects/mingetty/ Source: %{name}-%{version}.tar.bz2 -Patch: mingetty-1.00-opt.patch +Patch1: mingetty-1.00-opt.patch BuildRoot: %{_tmppath}/%{name}-root %description @@ -17,7 +17,7 @@ lines (you should use the mgetty program in that case). %prep %setup -q -n %{name}-%{version} -%patch -p1 +%patch1 -p1 %build make "RPM_OPTS=$RPM_OPT_FLAGS" -- 2.7.4