From ed5396d91e0032fa7cbfd6cb0bde3d7850aba790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= Date: Fri, 17 May 2013 09:21:51 +0200 Subject: [PATCH] require glibc-devel to prevent broken links in coreutils info manual (#959697) --- coreutils.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/coreutils.spec b/coreutils.spec index ffb5dd6..332b3bb 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,7 +1,7 @@ Summary: A set of basic GNU tools commonly used in shell scripts Name: coreutils Version: 8.21 -Release: 12%{?dist} +Release: 13%{?dist} License: GPLv3+ Group: System Environment/Base Url: http://www.gnu.org/software/coreutils/ @@ -101,6 +101,8 @@ Requires(post): /sbin/install-info Requires(post): grep Requires: ncurses Requires: gmp +#to prevent broken links in coreutils info manual (#959697), info doc is there +Requires: glibc-devel Provides: fileutils = %{version}-%{release} Provides: sh-utils = %{version}-%{release} @@ -375,6 +377,10 @@ fi %{_sbindir}/chroot %changelog +* Fri May 17 2013 Ondrej Vasik