v0.7.0
Pre-release
Pre-release
What's Changed
- Allow patches to include a subpath to a file, enabling directory-backed sources to be used as a patch.
- Add new artifact type to inject content into /usr/share
- Fix: Generated RPM specs no longer include unset fields for non-required fields (e.g.
Website
,Packager
,Vendor
) - Fix: Replace use of systemd prerun files with post-install scripts
- Add support for a build arg (
DALEC_SKIP_SIGNING=1
) to disable signing when signing is included in the spec
Breaking change
- Package constraints have changed from a
[]string
to a struct withversion
andarch
fields so constraints can be applied to specific arches. This may be extended further in the future.
Full Changelog: v0.6.1...v0.7.0