From a885085a371c063b28e9ce8f558adb6a9fbbbd45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 21 Sep 2008 08:39:07 +0000 Subject: [PATCH] - Fix Patch0:/%patch mismatch. https://www.redhat.com/archives/fedora-devel-list/2008-September/msg00375.h tml --- libnetfilter_conntrack.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libnetfilter_conntrack.spec b/libnetfilter_conntrack.spec index 598ec40..168776d 100644 --- a/libnetfilter_conntrack.spec +++ b/libnetfilter_conntrack.spec @@ -3,7 +3,7 @@ Name: libnetfilter_conntrack Version: 0.0.96 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Netfilter conntrack userspace library Group: System Environment/Libraries License: GPLv2+ @@ -31,7 +31,7 @@ interface (API) to the in-kernel connection tracking state table. %prep %setup -q -%patch -p1 +%patch0 -p1 autoreconf -i --force @@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/libnetfilter_conntrack/*.h %changelog +* Sun Sep 21 2008 Ville Skyttä - 0.0.96-3 +- Fix Patch0:/%%patch mismatch. + * Thu Aug 7 2008 Tom "spot" Callaway - 0.0.96-2 - fix license tag