summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael E Brown <michael_e_brown@dell.com>2007-11-14 13:56:01 -0600
committerMichael E Brown <michael_e_brown@dell.com>2007-11-14 13:56:01 -0600
commita7815f8a43fd285c299107557434ea22dc7b32e1 (patch)
tree4bcbc636558eb26123b82ab86ec4e9879d6e9146 /src
parent1fa9084e1167cba4878c8ca570c4e7142b920ac0 (diff)
downloadmock-a7815f8a43fd285c299107557434ea22dc7b32e1.tar.gz
mock-a7815f8a43fd285c299107557434ea22dc7b32e1.tar.xz
mock-a7815f8a43fd285c299107557434ea22dc7b32e1.zip
enable 'installdeps' to work with normal rpm.
Diffstat (limited to 'src')
-rw-r--r--src/py-libs/backend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/py-libs/backend.py b/src/py-libs/backend.py
index a4cc4e3..b1ac58a 100644
--- a/src/py-libs/backend.py
+++ b/src/py-libs/backend.py
@@ -287,7 +287,7 @@ class Root(object):
arg_string = self.preExistingDeps
self.uidManager.dropPrivsTemp()
try:
- for hdr in mock.util.yieldSrpmHeaders(srpms):
+ for hdr in mock.util.yieldSrpmHeaders(srpms, plainRpmOk=1):
# get text buildreqs
a = mock.util.requiresTextFromHdr(hdr)
b = mock.util.getAddtlReqs(hdr, self.more_buildreqs)