[ettercap] Patch correction.

Jon Ciesla limb at fedoraproject.org
Thu Oct 28 17:27:45 UTC 2010


commit 929b0e433c5013676501625d9b898d217db82aef
Author: Jon Ciesla <limb at jcomserv.net>
Date:   Thu Oct 28 12:27:35 2010 -0500

    Patch correction.

 ettercap-NG-0.7.3-passive-dns.patch |    2 +-
 ettercap.spec                       |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/ettercap-NG-0.7.3-passive-dns.patch b/ettercap-NG-0.7.3-passive-dns.patch
index ecf0286..346ffe0 100644
--- a/ettercap-NG-0.7.3-passive-dns.patch
+++ b/ettercap-NG-0.7.3-passive-dns.patch
@@ -43,7 +43,7 @@
  fi
  gentoo_lt_version="1.5.18"
 -gentoo_ltmain_version=`grep '^[[:space:]]*VERSION=' $ltmain | sed -e 's|^[[:space:]]*VERSION=||'`
-+gentoo_ltmain_version=`grep '^[:space:]*VERSION=' $ltmain | sed -e 's|^[:space:]*VERSION=||'`
++gentoo_ltmain_version=`grep '^.*VERSION=' $ltmain | sed -e 's|^.*VERSION=||'`
  if test "$gentoo_lt_version" != "$gentoo_ltmain_version"; then
    AC_MSG_RESULT(no)
    echo
diff --git a/ettercap.spec b/ettercap.spec
index 5171b86..bfe7d1c 100644
--- a/ettercap.spec
+++ b/ettercap.spec
@@ -109,7 +109,6 @@ This package contains the GTK version.
 %patch7 -p0
 
 %build
-libtoolize --copy --force
 autoconf
 %configure --enable-gtk
 make %{?_smp_mflags}


More information about the scm-commits mailing list