[munin] Modifying hostname require for f21

fenris02 fenris02 at fedoraproject.org
Sun Dec 8 00:37:41 UTC 2013


commit 191d27bfdb5989d75a29c4743886a5370b0330cf
Author: d. johnson <fenris02 at fedoraproject.org>
Date:   Sat Dec 7 18:37:40 2013 -0600

    Modifying hostname require for f21

 munin.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/munin.spec b/munin.spec
index 8124622..f68a628 100644
--- a/munin.spec
+++ b/munin.spec
@@ -1,6 +1,6 @@
 Name:           munin
 Version:        2.0.18
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Network-wide graphing framework (grapher/gatherer)
 
 Group:          System Environment/Daemons
@@ -45,13 +45,15 @@ Patch10:        munin-2.0.9_HTMLConfig.pm.patch
 
 BuildArch:      noarch
 
-BuildRequires:  perl >= 5.8
-%if 0%{?rhel} > 6 || 0%{?fedora} > 12
-BuildRequires:  perl(Directory::Scratch)
+%if 0%{?fedora} > 20
 BuildRequires:  /usr/bin/hostname
 %else
 BuildRequires:  /bin/hostname
 %endif
+BuildRequires:  perl >= 5.8
+%if 0%{?rhel} > 6 || 0%{?fedora} > 12
+BuildRequires:  perl(Directory::Scratch)
+%endif
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Net::Server)
 BuildRequires:  perl(Net::SNMP)
@@ -796,6 +798,9 @@ exit 0
 
 
 %changelog
+* Sun Dec 08 2013 drjohnson1 at gmail.com - 2.0.18-2
+- Modifying hostname require for f21
+
 * Sat Dec 07 2013 drjohnson1 at gmail.com - 2.0.18-1
 - BZ# 1037890,1037889,1037888: CVE-2013-6359
 


More information about the scm-commits mailing list