summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2012-10-04 08:54:02 +0200
committerPavel Raiskup <praiskup@redhat.com>2012-10-04 08:54:02 +0200
commit653b3fbae0e03dcd65df648f76a9d46e0369c216 (patch)
tree1a3483706efe2b35566fd0aabab00ec71ff55f7e
parent05920a1caf40a9073f2f93f2506bc8d9effef477 (diff)
downloadlibtool-653b3fbae0e03dcd65df648f76a9d46e0369c216.tar.gz
libtool-653b3fbae0e03dcd65df648f76a9d46e0369c216.tar.xz
libtool-653b3fbae0e03dcd65df648f76a9d46e0369c216.zip
Add tar as BuildRequires for libtool
- we need this because tar is missing in Fedora installed with minimal profile (Resolves: #794675)
-rw-r--r--libtool.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/libtool.spec b/libtool.spec
index 50e12b3..bd2b4a8 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -3,7 +3,7 @@
Summary: The GNU Portable Library Tool
Name: libtool
Version: 2.4.2
-Release: 7%{?dist}
+Release: 8%{?dist}
License: GPLv2+ and LGPLv2+ and GFDL
URL: http://www.gnu.org/software/libtool/
Group: Development/Tools
@@ -15,6 +15,8 @@ Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
BuildRequires: autoconf >= 2.59, automake >= 1.9.2, texinfo
+# we need this because tar is missing in Fedora installed with minimal profile
+BuildRequires: tar
Requires: autoconf >= 2.58, automake >= 1.4, sed
# make sure we can configure all supported langs
BuildRequires: gcc, gcc-c++, libstdc++-devel, gcc-gfortran, gcc-java
@@ -144,6 +146,9 @@ fi
%changelog
+* Thu Oct 04 2012 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-8
+- make the libtool dependant on tar (#794675)
+
* Fri Sep 21 2012 Dan HorĂ¡k <dan[at]danny.cz> - 2.4.2-7
- rebuild for gcc 4.7.2