From e885660757dc4603096978accc73b793fac6385e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 12 Jan 2008 19:37:17 +0000 Subject: sort output of rpm -qa --- iurt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iurt2') diff --git a/iurt2 b/iurt2 index 30de5a9..40adf2d 100755 --- a/iurt2 +++ b/iurt2 @@ -890,7 +890,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", -- cgit v1.2.1