From 5b221b93fac7a478373e435ac5871f7d05b12832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 21 Sep 2008 08:56:18 +0000 Subject: [PATCH] - Fix Patch0:/%patch mismatch. https://www.redhat.com/archives/fedora-devel-list/2008-September/msg00375.h tml --- perl-BSD-Resource.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-BSD-Resource.spec b/perl-BSD-Resource.spec index 0ba2a18..2b51757 100644 --- a/perl-BSD-Resource.spec +++ b/perl-BSD-Resource.spec @@ -1,6 +1,6 @@ Name: perl-BSD-Resource Version: 1.28 -Release: 6%{?dist} +Release: 7%{?dist} Summary: BSD process resource limit and priority functions Group: Development/Libraries @@ -24,7 +24,7 @@ and priorities. %prep %setup -q -n BSD-Resource-%{version} -%patch -p1 +%patch0 -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Sep 21 2008 Ville Skyttä - 1.28-7 +- Fix Patch0:/%%patch mismatch. + * Wed Feb 27 2008 Tom "spot" Callaway - 1.28-6 - Rebuild for perl 5.10 (again)