Skip to content

Releases: cat-in-136/cargo-generate-rpm

v0.15.2

19 Jul 23:15
v0.15.2
176dae7
Compare
Choose a tag to compare

What's Changed

  • Fixup cli to handle parsing matches when called as a cargo subcommand by @dsteeley in #119

Full Changelog: v0.15.1...v0.15.2

v0.15.1

11 Jul 12:46
v0.15.1
dd6fa65
Compare
Choose a tag to compare

What's Changed

  • Fix #114 degrade bug where running as a cargo subcommand raise an error by @cat-in-136 in #115

Full Changelog: v0.15.0...v0.15.1

v0.15.0

07 Jul 08:22
v0.15.0
1511ee2
Compare
Choose a tag to compare

Breaking Change

  • Legacy systems requiring RPMv3 (e.g. CentOS 7) are no longer supported. Use versions prior to 0.15 for such a system.
  • If --metadata-overwrite, --set-metadata(-s) and --variant are specified and some values in these conflict, the decision priority of the adopted value is changed. (Reverted to the specification prior to 0.12.0.) See #109 for details.

What's Changed

New Contributors

Full Changelog: v0.14.1...v0.15.0

v0.14.1

12 Jun 13:50
v0.14.1
819a086
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.14.1

v0.14.0

06 Jan 15:48
v0.14.0
ba851a3
Compare
Choose a tag to compare

What's Changed

  • Add options for %trans and %untrans scriptlets by @juliusl in #98

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

23 Sep 12:09
v0.13.0
70ca782
Compare
Choose a tag to compare

What's Changed

  • Add mapper for PowerPC64 Little Endian by @runlevel5 in #96
  • If the scripts happen to be paths that exist load them by @jtk18 in #93
  • Add support for capabilities by @dsteeley in #94

New Contributors

Full Changelog: v0.12.1...v0.13.0

v0.12.1

19 Aug 22:34
v0.12.1
52bbfe7
Compare
Choose a tag to compare

What's Changed

  • Fix degrade bug where rpm file is not generated in case of --target specified (Output directory now used by target_file_name by @dsteeley in #91)

New Contributors

Full Changelog: v0.12.0...v0.12.1

v0.12.0

09 Aug 13:43
v0.12.0
62d22db
Compare
Choose a tag to compare

What's Changed

  • Update rpm, migrate to clap and add source_date_epoch flag by @newpavlov in #83

Full Changelog: v0.11.1...v0.12.0

v0.11.1

18 Jun 14:36
v0.11.1
f844017
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.0...v0.11.1

v0.11.0

27 May 22:47
v0.11.0
92896be
Compare
Choose a tag to compare

What's Changed

  • Add --profile command line option by @jpgrayson in #73
  • Fixed warning displayed for file paths before expansion when --target and --profile options specified and the file does not exist. by @cat-in-136 in #74
  • Replace rpm-rs with rpm in readme by @newpavlov in #79
  • use expanded file list when determining reqs by @tofay in #78

New Contributors

Full Changelog: v0.10.2...v0.11.0