[tar] drop unnecessary hard dependency on info package(#671157)

Ondrej Vasik ovasik at fedoraproject.org
Thu Jan 20 18:27:13 UTC 2011


commit 684714d642439a5ac4824bd1d96e9a9412509f8b
Author: Ondrej Vasik <ovasik at redhat.com>
Date:   Thu Jan 20 19:27:03 2011 +0100

    drop unnecessary hard dependency on info package(#671157)

 tar.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/tar.spec b/tar.spec
index b0b0a32..8352c41 100644
--- a/tar.spec
+++ b/tar.spec
@@ -5,7 +5,7 @@ Summary: A GNU file archiving program
 Name: tar
 Epoch: 2
 Version: 1.25
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv3+
 Group: Applications/Archiving
 URL: http://www.gnu.org/software/tar/
@@ -34,7 +34,6 @@ Patch7: tar-sigpipe.patch
 Patch8: tar-1.25-listedincremental.patch
 #Correctly store long sparse file names in PAX archives (#656834)
 Patch9: tar-1.25-sparse-names.patch
-Requires: info
 BuildRequires: autoconf automake gzip texinfo gettext libacl-devel gawk rsh
 %if %{WITH_SELINUX}
 BuildRequires: libselinux-devel
@@ -127,6 +126,9 @@ fi
 %{_infodir}/tar.info*
 
 %changelog
+* Thu Jan 20 2011 Ondrej Vasik <ovasik at redhat.com> 2:1.25-5
+- drop unnecessary hard dependency on info package(#671157)
+
 * Mon Jan 03 2011 Ondrej Vasik <ovasik at redhat.com> 2:1.25-4
 - mention that some compression options might not work if
   the external program is not available(#666755)


More information about the scm-commits mailing list