[facter] Require net-tools and pciutils, thanks to Dominic Cleal (#783749)

Todd Zullinger tmz at fedoraproject.org
Thu Jan 26 16:13:30 UTC 2012


commit db090e77575c2e991c568ef91934fb20837994c5
Author: Todd Zullinger <tmz at pobox.com>
Date:   Thu Jan 26 10:37:41 2012 -0500

    Require net-tools and pciutils, thanks to Dominic Cleal (#783749)
    
    The virtual fact makes use of lspci from pciutils in addition to
    dmidecode.  Various facts use commands from the net-tools package (arp,
    dnsdomainname, hostname, and ifconfig).

 facter.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/facter.spec b/facter.spec
index 6f762ef..323052b 100644
--- a/facter.spec
+++ b/facter.spec
@@ -21,6 +21,8 @@ BuildArch: noarch
 
 BuildRequires:  ruby >= 1.8.1
 Requires:       dmidecode
+Requires:       net-tools
+Requires:       pciutils
 Requires:       ruby >= 1.8.1
 %if %has_ruby_abi
 Requires:       ruby(abi) = 1.8
@@ -59,6 +61,7 @@ rm -rf %{buildroot}
 %changelog
 * Thu Jan 26 2012 Todd Zullinger <tmz at pobox.com> - 1.6.5-1
 - Update to 1.6.5
+- Require net-tools and pciutils, thanks to Dominic Cleal (#783749)
 
 * Thu Jan 05 2012 Todd Zullinger <tmz at pobox.com> - 1.6.4-1
 - Update to 1.6.4


More information about the scm-commits mailing list