Fromager now supports variant-specific patches in additional to versioned and unversioned patches. Variant-specific patches are in subfolders, e.g. atches/test_pkg-1.0.2/cpu/005-cpuver.patch.
Patch files are sorted alphanumerically by their base name, not their full path. This allows users to sort versioned/unversioned and plain/variant patches as they like.
Internal changes: sources.patch_source() now uses PackageBuildInfo to get patches. patches_for_requirement() has been removed.
Fromager now supports variant-specific patches in additional to versioned and unversioned patches. Variant-specific patches are in subfolders, e.g.
atches/test_pkg-1.0.2/cpu/005-cpuver.patch
.Patch files are sorted alphanumerically by their base name, not their full path. This allows users to sort versioned/unversioned and plain/variant patches as they like.
Internal changes:
sources.patch_source()
now usesPackageBuildInfo
to get patches.patches_for_requirement()
has been removed.Fixes: #486