mirror of
https://github.com/munki/munki.git
synced 2026-05-07 12:59:32 -05:00
Attempt to use softwareudpdate product 'Deferred' info if available
This commit is contained in:
@@ -217,7 +217,8 @@ class AppleUpdates(object):
|
||||
elif item.get('Title'):
|
||||
# new-style info first seen in Catalina
|
||||
if (item.get('Title') == update.get('Display Name') and
|
||||
item.get('Version') == update.get('Display Version')
|
||||
item.get('Version') == update.get('Display Version') and
|
||||
item.get('Deferred') != "YES"
|
||||
):
|
||||
item.update(update)
|
||||
filtered_updates.append(item)
|
||||
|
||||
Reference in New Issue
Block a user