Skip to content

Commit

Permalink
fix(24.04): make libc6_libs depend on base-files_lib (canonical#171)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: Cristovao Cordeiro <[email protected]>
Co-authored-by: Rafid Bin Mostofa <[email protected]>
  • Loading branch information
3 people authored Jul 4, 2024
1 parent 6b660df commit b114bd1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions slices/libc6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ slices:
/etc/ld.so.conf.d/*-linux-*.conf:

libs:
essential:
# Although not declared as a dependency in the libc6 deb, base-files is
# an essential package assumed to already exist as a core part of the distro.
# In this case, libc6 clearly depends on the library paths set by base-files
# and as such, we create this explicit dependency between the two slices.
# Ref: https://github.com/canonical/chisel-releases/pull/171
- base-files_lib
contents:
/usr/lib*/ld*.so.*:
/usr/lib/*-linux-*/ld*.so.*:
Expand Down

0 comments on commit b114bd1

Please sign in to comment.