summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-10-14 21:37:56 +0000
committerJeremy Katz <katzj@redhat.com>2002-10-14 21:37:56 +0000
commitd6c7b2ff74e57e44598ab7e1085b1ee60050d265 (patch)
treee6bb53206800d634ed5f8759ce7b3d586b5eac57 /scripts
parentc94c7f92ad151083038fc741368017a7a148d82b (diff)
downloadanaconda-d6c7b2ff74e57e44598ab7e1085b1ee60050d265.tar.gz
anaconda-d6c7b2ff74e57e44598ab7e1085b1ee60050d265.tar.xz
anaconda-d6c7b2ff74e57e44598ab7e1085b1ee60050d265.zip
more rpm 4.1 tweaking
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/pkgorder2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pkgorder b/scripts/pkgorder
index 7eb688bde..1ffa98dfd 100755
--- a/scripts/pkgorder
+++ b/scripts/pkgorder
@@ -171,7 +171,7 @@ testpath = '/tmp/pkgorder-' + str (os.getpid ())
os.system ("mkdir -p " + testpath + "/var/lib/rpm")
ts = rpm.TransactionSet(testpath)
-ts.setVSFlags(~rpm.RPMVSF_NORSA|~rpm.RPMVSF_NODSA)
+ts.setVSFlags(rpm.RPMVSF_NORSA|rpm.RPMVSF_NODSA)
ts.setFlags(rpm.RPMTRANS_FLAG_NOMD5|~rpm.RPMTRANS_FLAG_CHAINSAW)
for h in pkgOrder:
#print "in:", h[1000000]