[systemd] no need to specify BuildRequires: make gawk binutils

Michal Schmidt michich at fedoraproject.org
Sun Jan 22 21:05:24 UTC 2012


commit 590f0a7d349db41b363e24414c8d003dae2c739e
Author: Michal Schmidt <mschmidt at redhat.com>
Date:   Sun Jan 22 20:46:41 2012 +0100

    no need to specify BuildRequires: make gawk binutils
    
    make, gawk, binutils are included in the minimum build environment
    and don't have to be listed in BuildRequires.

 systemd.spec |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/systemd.spec b/systemd.spec
index d473930..39d275e 100644
--- a/systemd.spec
+++ b/systemd.spec
@@ -22,11 +22,8 @@ BuildRequires:  glib2-devel
 BuildRequires:  libgee06-devel
 BuildRequires:  libnotify-devel >= 0.7
 BuildRequires:  libacl-devel
-BuildRequires:  make
 BuildRequires:  intltool >= 0.40.0
-BuildRequires:  binutils
 BuildRequires:  gperf
-BuildRequires:  gawk
 BuildRequires:  xz-devel
 %if %{defined gitcommit}
 BuildRequires:  automake


More information about the scm-commits mailing list