]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Parse boolean values in comps xml 409/head
authorPavla Kratochvilova <pkratoch@redhat.com>
Thu, 12 Nov 2020 07:50:28 +0000 (08:50 +0100)
committerPavla Kratochvilova <pkratoch@redhat.com>
Wed, 18 Nov 2020 07:05:30 +0000 (08:05 +0100)
commit3f6bee638bbf6ff8a2d68b9ba0727dafe6cf5bed
tree0908436178562184eabd9cc5c173c3be7127a2e7
parent148169b2babb95f59f44089188d1a1a62961f2f4
Parse boolean values in comps xml

Before this change, the resulting value was true if the attribute was
present, false otherwise. After this change, the resulting value is
true if the attribute value is "true", false if "false" and default
value otherwise. This is the same how libcomps parses the comps xml.
ext/repo_comps.c