[facter] Require dmidecode (upstream #11041)

Todd Zullinger tmz at fedoraproject.org
Thu Jan 5 15:06:29 UTC 2012


commit 0d728e05f7a1293b633c47fe2975bc956165940b
Author: Todd Zullinger <tmz at pobox.com>
Date:   Thu Jan 5 09:54:37 2012 -0500

    Require dmidecode (upstream #11041)
    
    Several facts imlicitly relied upon dmidecode without checking that it
    was available.  Ensure that these facts work as intended.
    
    Refer to http://projects.puppetlabs.com/issues/11041 for details.

 facter.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/facter.spec b/facter.spec
index 8f18c74..5f71bb5 100644
--- a/facter.spec
+++ b/facter.spec
@@ -20,6 +20,7 @@ BuildArch: noarch
 %endif
 
 BuildRequires:  ruby >= 1.8.1
+Requires:       dmidecode
 Requires:       ruby >= 1.8.1
 %if %has_ruby_abi
 Requires:       ruby(abi) = 1.8
@@ -58,6 +59,7 @@ rm -rf %{buildroot}
 %changelog
 * Thu Jan 05 2012 Todd Zullinger <tmz at pobox.com> - 1.6.4-1
 - Update to 1.6.4
+- Require dmidecode (upstream #11041)
 
 * Sat Oct 15 2011 Todd Zullinger <tmz at pobox.com> - 1.6.2-1
 - Update to 1.6.2


More information about the scm-commits mailing list