[munin] Hack for f21

fenris02 fenris02 at fedoraproject.org
Sun Dec 8 00:04:48 UTC 2013


commit b12b29df1e203613880ea2c7bffd9d03795e0943
Author: d. johnson <fenris02 at fedoraproject.org>
Date:   Sat Dec 7 18:04:42 2013 -0600

    Hack for f21

 munin.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/munin.spec b/munin.spec
index db13ed2..8124622 100644
--- a/munin.spec
+++ b/munin.spec
@@ -45,10 +45,12 @@ Patch10:        munin-2.0.9_HTMLConfig.pm.patch
 
 BuildArch:      noarch
 
-BuildRequires:  /bin/hostname
 BuildRequires:  perl >= 5.8
 %if 0%{?rhel} > 6 || 0%{?fedora} > 12
 BuildRequires:  perl(Directory::Scratch)
+BuildRequires:  /usr/bin/hostname
+%else
+BuildRequires:  /bin/hostname
 %endif
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Net::Server)


More information about the scm-commits mailing list