mirror of
https://github.com/munki/munki.git
synced 2026-01-17 20:50:25 -06:00
* makepkginfo with installer item - set minimum_os_version as detected * makepkginfo with installer item and file item(s) - set minimum_os_version as detected * makepkginfo with file item(s) only - do not provide minimum_os_version, regardless of what we detect * makepkginfo with --minimum_os_version and any of the above options - set minimum_os_version to argument of --minimum_os_version, regardless of what we detect This patch also sets flat packages to default to 10.5.0 (instead of 10.4.0 which is used for all other items) and requires that if --minimum_os_version is provided that it starts with a digit.