[PATCH 2/3] Do not build binary packages with --nodeps.

Ville Skyttä ville.skytta at iki.fi
Wed Oct 20 20:04:19 UTC 2010


Not sure why it was done in the first place; maybe because of
fragility of resolvedep screen-scraping?  We no longer do that.
---
 py/mock/backend.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/py/mock/backend.py b/py/mock/backend.py
index 81a98d0..4ad5963 100644
--- a/py/mock/backend.py
+++ b/py/mock/backend.py
@@ -531,7 +531,7 @@ class Root(object):
             self._callHooks('prebuild')
 
             self.doChroot(
-                ["bash", "--login", "-c", 'rpmbuild -bb --target %s --nodeps %s' % (self.rpmbuild_arch, chrootspec)],
+                ["bash", "--login", "-c", 'rpmbuild -bb --target %s %s' % (self.rpmbuild_arch, chrootspec)],
                 shell=False,
                 logger=self.build_log, timeout=timeout,
                 uid=self.chrootuid,
-- 
1.7.2.3



More information about the buildsys mailing list