Skip to content

Releases: google/rpmpack

v0.7.1

28 Jul 08:08
2467806

Choose a tag to compare

What's Changed

  • Formatting fixes and depenendency updates. by @jarondl in #103

Full Changelog: v0.7.0...v0.7.1

v0.7.0

28 May 13:13
758cc68

Choose a tag to compare

What's Changed

  • fix: handle packager, vendor and others by @caarlos0 in #88
  • add: tags tagFileDevices - 1095 by @yakhatape in #87
  • tar2rpm: add filename '-' as an alias for stdin and stdout by @totph in #94
  • Update bazelversion files to 7.3.2 and update bzlmod. by @jarondl in #97
  • Work around bazel's python_rules root user restriction. by @jarondl in #98
  • On compressor error use the correct name by @totph in #100

New Contributors

Full Changelog: v0.6.0...v0.7.0

First version with bzlmod, without rules_docker

15 Feb 13:11
127713a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5...v0.6.0

Allow relocatable rpms, wrap errors

10 Jul 09:21
f8ed4de

Choose a tag to compare

Merge pull request #86 from jarondl/wrapped_errors

Use modern go error wrapping instead of errors.Wrap.

Mostly dependency updates

05 Jul 08:54
f9d2cf0

Choose a tag to compare

Merge pull request #83 from jarondl/update_deps

Update dependencies. (xz, pgzip, compress)

correct rpmsense

01 Nov 14:30
13d8147

Choose a tag to compare

Merge pull request #32 from rbtr/fix/sense-bitmask

fix sense bitmask

v0.2: Merge pull request #24 from djgilcrease/bugfix/digest-not-ok

04 Oct 14:06
07246cf

Choose a tag to compare

v0.1

19 Sep 20:09
ddaf72a

Choose a tag to compare

Merge pull request #17 from jarondl/new_bazel

Move bazel tests to a separate dir, update README with instructions.