summaryrefslogtreecommitdiffstats
path: root/comps.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-12 01:31:24 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-12 01:31:24 +0000
commitcbf7a293bae8df7c2d4c9dc396447144310ee716 (patch)
treeebd215538446dc5c42fc2e2faf5fbf3f06ce6eb8 /comps.py
parentef6f6ddf33394a946818ba8a23d68f13802f259a (diff)
downloadanaconda-cbf7a293bae8df7c2d4c9dc396447144310ee716.tar.gz
anaconda-cbf7a293bae8df7c2d4c9dc396447144310ee716.tar.xz
anaconda-cbf7a293bae8df7c2d4c9dc396447144310ee716.zip
fix for broken backwards rpm flags
Diffstat (limited to 'comps.py')
-rw-r--r--comps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/comps.py b/comps.py
index cbcff5282..0f2fac9dd 100644
--- a/comps.py
+++ b/comps.py
@@ -858,7 +858,7 @@ class ComponentSet:
ts = rpm.TransactionSet()
how = 'i'
- ts.setVSFlags(rpm.RPMVSF_NODSA|rpm.RPMVSF_NORSA)
+ ts.setVSFlags(~(rpm.RPMVSF_NODSA|rpm.RPMVSF_NORSA))
for p in self.packages.values():
if p.selected: