In patch management application it is common to have multiple patches. This way each patch represents a single aotmic required change. For instance one for a cve fix, one for feature enhancement etc.
Currently the dfetch manifest only allows a single patch file.
Extend the patch attribute in manifest to also allow a list of strings and apply the patches in order of the manifest.
In patch management application it is common to have multiple patches. This way each patch represents a single aotmic required change. For instance one for a cve fix, one for feature enhancement etc.
Currently the dfetch manifest only allows a single patch file.
Extend the patch attribute in manifest to also allow a list of strings and apply the patches in order of the manifest.