Skip to content

v0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@cpuguy83 cpuguy83 released this 17 Jul 17:15
· 56 commits to main since this release
20db3e7

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 with version and arch 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