From d7a604e87021ad0ee9b7c5e09d9877b776b49762a6e19fc77a87b87b8ae21ef8 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Wed, 30 May 2012 14:18:12 +0000 Subject: [PATCH] Accepting request 122909 from home:rudi_m:branches:Base:System - avoid automake dependency OBS-URL: https://build.opensuse.org/request/show/122909 OBS-URL: https://build.opensuse.org/package/show/Base:System/tar?expand=0&rev=37 --- tar.changes | 5 +++++ tar.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/tar.changes b/tar.changes index 6d8c4c2..8ba7ce4 100644 --- a/tar.changes +++ b/tar.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 30 13:08:28 UTC 2012 - sweet_f_a@gmx.de + +- avoid automake dependency + ------------------------------------------------------------------- Fri Apr 20 19:55:01 UTC 2012 - crrodriguez@opensuse.org diff --git a/tar.spec b/tar.spec index e0440d1..f69fda9 100644 --- a/tar.spec +++ b/tar.spec @@ -32,7 +32,6 @@ Patch3: tar-wildcards.patch Patch6: tar-backup-spec-fix-paths.patch Patch7: tar-1.26-remove_O_NONBLOCK.patch %if 0%{?suse_version} >= %min_suse_ver -BuildRequires: automake BuildRequires: help2man Recommends: tar-lang = %{version} Recommends: xz @@ -71,9 +70,8 @@ Shell scripts for system backup/restore export CFLAGS="%{optflags} %my_cflags" export RSH="/usr/bin/rsh" export DEFAULT_ARCHIVE_FORMAT="POSIX" -sed -i -e 's@need runtime check@yes@g' m4/*.m4 -autoreconf -fiv %configure \ + gl_cv_func_linkat_follow="yes" \ --enable-backup-scripts \ --disable-silent-rules make %{?_smp_mflags};