Releases: rmohr/bazeldnf
Releases · rmohr/bazeldnf
v0.5.5
15 Mar 14:29
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Report errors on hard link properly.
v0.5.0
11 Aug 12:45
Compare
Sorry, something went wrong.
No results found
Add xattr command which allows modifying selinux labels and capabilities directly on tars.
v0.4.0
03 Aug 08:29
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Ignore ld-* libraries in the ldd command.
v0.3.0
20 Jul 11:57
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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