aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xiurt2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7d12ebc..33f4a5f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
- ulri: add architecture in botcmd filename
+- iurt: fix updating the chroot
0.7.13
- iurt: try again updating packages later
diff --git a/iurt b/iurt
index c5b3d30..1138242 100755
--- a/iurt
+++ b/iurt
@@ -786,7 +786,7 @@ retry:
# We may have media not used to create the chroot (when building for updates_testing
# or if using additional_media) so need to update basesystem packages.
- $urpmi->update($chroot);
+ $urpmi->update($chroot_tmp);
plog('INFO', "Install build dependencies for $srpm");
my $path_srpm = "$chroot_tmp/home/$luser/rpmbuild/SRPMS/";