summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjcwillia <jcwillia>2006-09-11 16:21:22 +0000
committerjcwillia <jcwillia>2006-09-11 16:21:22 +0000
commitd80ee3dca9786c4ce5d538cad85b621d0e7e8d99 (patch)
tree6c4fe6ae70e96bc43d79c0bb516bc0482017a70e
parenta301337fbc566b7e05a64ce93e2decd1fd540f24 (diff)
downloadmock-d80ee3dca9786c4ce5d538cad85b621d0e7e8d99.tar.gz
mock-d80ee3dca9786c4ce5d538cad85b621d0e7e8d99.tar.xz
mock-d80ee3dca9786c4ce5d538cad85b621d0e7e8d99.zip
added Karanbir Singh's patch to fix rpm problem in CentOS 4.4
-rw-r--r--mock.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mock.py b/mock.py
index d59b85e..3f544de 100644
--- a/mock.py
+++ b/mock.py
@@ -577,6 +577,7 @@ class Root:
for item in [self.basedir, self.rootdir, self.statedir, self.resultdir,
os.path.join(self.rootdir, 'var/lib/rpm'),
os.path.join(self.rootdir, 'var/log'),
+ os.path.join(self.rootdir, 'var/lock/rpm'),
os.path.join(self.rootdir, 'dev'),
os.path.join(self.rootdir, 'etc/rpm'),
os.path.join(self.rootdir, 'tmp'),