From 0f5146d11e22716a2d5ded72b9c693eca53ffd6d Mon Sep 17 00:00:00 2001 From: Ondrej Vasik Date: Thu, 11 Dec 2008 12:25:22 +0000 Subject: [PATCH] add BuildRequires for rsh (#475950) --- tar.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tar.spec b/tar.spec index 906c91a..bca6dad 100644 --- a/tar.spec +++ b/tar.spec @@ -2,7 +2,7 @@ Summary: A GNU file archiving program Name: tar Epoch: 2 Version: 1.20 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv3+ Group: Applications/Archiving URL: http://www.gnu.org/software/tar/ @@ -17,7 +17,7 @@ Patch5: tar-1.17-wildcards.patch Patch6: tar-1.19-null-terminator.patch Patch7: tar-1.16-multiVolLabels.patch Prereq: info -BuildRequires: autoconf automake gzip texinfo gettext libacl-devel libselinux-devel gawk +BuildRequires: autoconf automake gzip texinfo gettext libacl-devel libselinux-devel gawk rsh Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -93,6 +93,9 @@ fi %{_infodir}/tar.info* %changelog +* Thu Dec 11 2008 Ondrej Vasik 2:1.20-6 +- add BuildRequires for rsh (#475950) + * Fri Nov 21 2008 Ondrej Vasik 2:1.20-5 - fix off-by-one errors in xattrs patch (#472355)