From 05f517a59356d036d9f76403897eb23c80b8e496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 1 Jun 2015 13:17:03 +0200 Subject: [PATCH] Specify all dependencies --- sharutils.spec | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sharutils.spec b/sharutils.spec index dc3d872..e377c78 100644 --- a/sharutils.spec +++ b/sharutils.spec @@ -15,7 +15,16 @@ Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz # Pass compilation with -Werror=format-security, bug #1037323 Patch0: %{name}-4.14.2-Pass-compilation-with-Werror-format-security.patch URL: http://www.gnu.org/software/%{name}/ +BuildRequires: binutils +BuildRequires: coreutils +BuildRequires: gcc BuildRequires: gettext +BuildRequires: glibc-common +BuildRequires: glibc-headers +BuildRequires: make +BuildRequires: sed +# Tests: +BuildRequires: diffutils Requires(post): info Requires(preun): info Provides: bundled(gnulib) @@ -76,6 +85,7 @@ fi %changelog * Mon Jun 01 2015 Petr Pisar - 4.15.2-1 - 4.15.2 bump +- Specify all dependencies * Mon May 04 2015 Petr Pisar - 4.15.1-1 - 4.15.1 bump