Jeff Sheltren wrote:
I'm not sure if it was the move to CentOS 4.4 or what, but now my mock builds are failing on CentOS 4.4 hosts where they were working fine a couple weeks ago...

patch attached, for mock 0.4, easy to adapt to 0.6, I've not looked at 0.6+ as yet, but should work there too, its trivial.

HTH

--
Karanbir Singh : http://www.karan.org/ : [EMAIL PROTECTED]
diff -uNr a/mock b/mock
--- a/mock	2006-09-04 11:54:00.000000000 +0200
+++ b/mock	2006-09-04 11:53:49.000000000 +0200
@@ -523,6 +523,7 @@
         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'),
--
Fedora-buildsys-list mailing list
Fedora-buildsys-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-buildsys-list

Reply via email to