From 7cbe7e8920b8ac491e115879c03a7514a68a218aafd3be342fe3f780f9f0f401 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 27 May 2010 11:49:52 +0000 Subject: [PATCH] - tar is in /bin/tar, so a requires to /usr/bin/tar doesn't work OBS-URL: https://build.opensuse.org/package/show/Base:System/libtool?expand=0&rev=13 --- libtool.changes | 5 +++++ libtool.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libtool.changes b/libtool.changes index 985e0a4..94d1677 100644 --- a/libtool.changes +++ b/libtool.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 27 13:49:37 CEST 2010 - dmueller@suse.de + +- tar is in /bin/tar, so a requires to /usr/bin/tar doesn't work + ------------------------------------------------------------------- Fri May 7 16:17:08 UTC 2010 - pth@novell.com diff --git a/libtool.spec b/libtool.spec index 220fe9a..6ea74b2 100644 --- a/libtool.spec +++ b/libtool.spec @@ -19,7 +19,7 @@ Name: libtool BuildRequires: lzma zlib-devel -Requires: /usr/bin/tar +Requires: tar License: GPLv2+ Group: Development/Tools/Building Summary: A Tool to Build Shared Libraries