Skip to content

Releases: rmohr/bazeldnf

v0.5.5

15 Mar 14:29
1ab2523

Choose a tag to compare

  • Write hard links in a deterministic order (#38)
  • Make it more clear that bazeldnf uses the apache2 license (#31)
  • Escape download URLs properly to avoid creating invalid WORKSPACE files (#39)
  • Bump all bazeldnf dependencies (#36)
  • Internal refactoring: don't use deprecated shorthands for binaries in the source code (#37)

Thanks a lot to all contributors!

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

v0.5.4

19 Oct 07:54
f4def13

Choose a tag to compare

  • Improve package name sanitizing: #25
http_archive(
    name = "bazeldnf",
    sha256 = "404fc34e6bd3b568a7ca6fbcde70267d43830d0171d3192e3ecd83c14c320cfc",
    strip_prefix = "bazeldnf-0.5.4",
    urls = [
        "https://github.com/rmohr/bazeldnf/archive/v0.5.4.tar.gz",
    ],
)

v0.5.3

23 Sep 07:48
58fd7d2

Choose a tag to compare

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",
    ],
)

v0.5.2

27 Jan 16:21
f8e19b8

Choose a tag to compare

  • Support two new capabilities #17

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

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

v0.5.1

08 Sep 07:10
ff9ea1a

Choose a tag to compare

  • Report errors on hard link properly.

v0.5.0

11 Aug 12:45
eeba90f

Choose a tag to compare

Add xattr command which allows modifying selinux labels and capabilities directly on tars.

v0.4.0

03 Aug 08:29
75fd5e0

Choose a tag to compare

  • Remove hardcoded "fedora" values
  • [fix] Include ld- shared libarries in the ldd command
  • Add a sandbox command
  • [fix] Properly add transitive dependencies to the bazeldnf rule

v0.3.1

20 Jul 14:23
1e182df

Choose a tag to compare

Ignore ld-* libraries in the ldd command.

v0.3.0

20 Jul 11:57
945e0d5

Choose a tag to compare

  • Support ignoring packages and its dependencies via a new --force-ignore-with-dependencies commandline flag
  • Print a more helpful installation summary to better discover what gets installed

v0.2.0

05 Jul 13:05
fbbabcf

Choose a tag to compare

  • Basic CentOS 8 Strem support
  • Switch to MAXSAT which makes --nobest prefer newest packages
  • Fix a bug where pinned versions were not kept as pinned and we still tried to install the newest version