summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@fedoraproject.org>2009-12-02 11:29:51 +0000
committerKarsten Hopp <karsten@fedoraproject.org>2009-12-02 11:29:51 +0000
commit3f69e12df05cdec20da653e6cb214db81fc21bb9 (patch)
tree1288d2399d8db3521d664113ec99fb3ac0491e7b
parentd71ca8096fd34ca18767405357be87da7e63af8a (diff)
downloadlibtool-3f69e12df05cdec20da653e6cb214db81fc21bb9.tar.gz
libtool-3f69e12df05cdec20da653e6cb214db81fc21bb9.tar.xz
libtool-3f69e12df05cdec20da653e6cb214db81fc21bb9.zip
- fix directory name used in libtool tarballlibtool-2_2_6-17_fc12
-rw-r--r--libtool.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/libtool.spec b/libtool.spec
index b5f5915..c689182 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -3,7 +3,7 @@
Summary: The GNU Portable Library Tool
Name: libtool
Version: 2.2.6
-Release: 16%{?dist}
+Release: 17%{?dist}
License: GPLv2+ and LGPLv2+ and GFDL
Group: Development/Tools
Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}b.tar.lzma
@@ -67,7 +67,7 @@ Static libraries and header files for development with ltdl.
%prep
-%setup -n libtool-%{version} -q
+%setup -n libtool-%{version}b -q
%patch0 -p1 -b .rpath
%build
@@ -142,6 +142,9 @@ fi
%changelog
+* Wed Dec 02 2009 Karsten Hopp <karsten@redhat.com> 2.2.6-17
+- fix directory name used in libtool tarball
+
* Wed Dec 02 2009 Karsten Hopp <karsten@redhat.com> 2.2.6-16
- update to 2.2.6b, fixes CVE-2009-3736:
libltdl may load and execute code from a library in the current directory