diff options
Diffstat (limited to 'uiurt')
-rwxr-xr-x | uiurt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -843,7 +843,7 @@ retry: # system("sudo chroot $chroot_tmp rm -rf /var/lib/rpm/__db* &> /dev/null"); system("$sudo chroot $chroot_tmp rpm --rebuilddb &> /dev/null"); - perform_command("$sudo chroot $chroot_tmp rpm -qa", + perform_command("$sudo chroot $chroot_tmp rpm -qa | sort", \%run, $config, $cache, logname => "rpm_qa", hash => "rpm_qa_$srpm", |