Skip to content

v0.5.3

Compare
Choose a tag to compare
@rmohr rmohr released this 23 Sep 07:48
· 129 commits to main since this release
58fd7d2

User visible changes:

  • [Protect against pre bash 4.4 bug] #18
  • Fix usage of bash arrays in the ldd command #21
  • Look for libraries in /usr/lib in addition to /usr/lib64 when resolving shared library dependencies #22

To use the latest release add this to your WORKSPACE file:

http_archive(
    name = "bazeldnf",
    sha256 = "dcb8e0ffcfb7a35c077214597f4038210590e99834f783ff8eb2450f8cf9b35c",
    strip_prefix = "bazeldnf-0.5.3",
    urls = [
        "https://github.com/rmohr/bazeldnf/archive/v0.5.3.tar.gz",
    ],
)