8 Jun
2015
8 Jun
'15
12:28 p.m.
On Mon, 08 Jun 2015 at 14:18:06, Johannes Löthberg wrote:
In c7203066ce git-update was changed to use extract_arch_fields to get the list of sources instead of looking up them up in the pkginfo dict manually. This was done to solve a bug where only source=() sources were unconditionally checked for, ignoring arch-specific sources.
The extract_arch_fields function returns a list of dicts however, so we need to extract the 'value' key from that dict before using it, which was missed in the previous commit.
Fixes FS#45261
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> --- git-interface/git-update.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) [...]
Thanks again, squashed this into the first patch.