osinstaller: add minimum_munki_version to generated pkginfo

This commit is contained in:
Greg Neagle
2017-04-04 10:55:29 -07:00
parent 292bc808c6
commit 691e399afe

View File

@@ -309,6 +309,7 @@ def get_catalog_info(mounted_dmgpath):
'installed_size': 9227469,
# 8.8GB - http://www.apple.com/macos/how-to-upgrade/
'installer_type': 'startosinstall',
'minimum_munki_version': '3.0.0.3211',
'minimum_os_version': '10.8',
'name': name,
'uninstallable': False,