Please review pull request #155: (#12077) Add pciutils RPM dependency opened by (MosesMendoza)

Description:

This patch adds pciutils as a dependency to the redhat spec file facter/conf/redhat. Facter uses both lspci and dmidecode to determine the virtual/is_virtual facts/detection of hypervisors, so it should also depend on the pciutils package. Also reference RHBZ# 783749 for addition of the same to fedora, originally noted by Dominic Cleal.

Signed-off-by: Moses Mendoza [email protected]

  • Opened: Tue Jan 24 00:17:33 UTC 2012
  • Based on: puppetlabs:1.6rc (729242295f18338e34838f94a17c1641b8ab8344)
  • Requested merge: MosesMendoza:ticket/1.6rc/12077_add_pciutils_rpm_dependency (71d3d3d64bf66cc5ba51903589f83635e9966c85)

Diff follows:

diff --git a/conf/redhat/facter.spec b/conf/redhat/facter.spec
index 8a47325..ec77957 100644
--- a/conf/redhat/facter.spec
+++ b/conf/redhat/facter.spec
@@ -22,6 +22,7 @@ BuildArch: noarch
 Requires: ruby >= 1.8.1
 Requires: which
 Requires: dmidecode
+Requires: pciutils
 %if %has_ruby_abi
 Requires: ruby(abi) = 1.8
 %endif

    

--
You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to