aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--lib/Iurt/Chroot.pm2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a492b1a..998d04a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
0.6.8 (unreleased)
+- fix import loop
0.6.7
- fix removing chroots
diff --git a/lib/Iurt/Chroot.pm b/lib/Iurt/Chroot.pm
index 44f9581..c628300 100644
--- a/lib/Iurt/Chroot.pm
+++ b/lib/Iurt/Chroot.pm
@@ -7,7 +7,7 @@ use MDK::Common;
use Iurt::Process qw(sudo);
use Iurt::Config qw(dump_cache_par);
use Iurt::Util qw(plog);
-use Iurt::Urpmi;
+# perl_checker: use Iurt::Urpmi
use File::Temp 'mktemp';
use File::Path 'mkpath';
use urpm;