Skip to content

Commit

Permalink
chore: bump util-linux to 2.38
Browse files Browse the repository at this point in the history
Bump util-linux to 2.38

Also bump [tools](siderolabs/tools#192)

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Apr 28, 2022
1 parent e22317d commit c4cfa72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
format: v1alpha2

vars:
TOOLS_IMAGE: ghcr.io/siderolabs/tools:v1.1.0-alpha.0-13-gd229fe1
TOOLS_IMAGE: ghcr.io/siderolabs/tools:v1.1.0-alpha.0-14-ga1d3530

labels:
org.opencontainers.image.source: https://github.com/siderolabs/pkgs
9 changes: 6 additions & 3 deletions util-linux/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ dependencies:
- stage: base
steps:
- sources:
- url: https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.37/util-linux-2.37.tar.xz
- url: https://www.kernel.org/pub/linux/utils/util-linux/v2.38/util-linux-2.38.tar.xz
destination: util-linux.tar.xz
sha256: bd07b7e98839e0359842110525a3032fdb8eaf3a90bedde3dd1652d32d15cce5
sha512: 84cf1df46165f286caa1a1204b335dc1fc826a8e1d52a817c28eb80ef19734eccd6efdfb078e87ade9e4381a9102e59d4df83e9bb100e4c73aff2aa4bfb85615
sha256: 6d111cbe4d55b336db2f1fbeffbc65b89908704c01136371d32aa9bec373eb64
sha512: d0f7888f457592067938e216695871ce6475a45d83a092cc3fd72b8cf8fca145ca5f3a99122f1744ef60b4f773055cf4e178dc6c59cd30837172aee0b5597e8c
prepare:
- |
tar -xJf util-linux.tar.xz --strip-components=1
Expand All @@ -18,7 +18,10 @@ steps:
../configure \
--prefix=/usr \
--without-python \
--disable-bash-completion \
--disable-asciidoc \
--disable-makeinstall-chown \
--without-systemd \
--without-systemdsystemunitdir \
--disable-all-programs \
--enable-libmount \
Expand Down

0 comments on commit c4cfa72

Please sign in to comment.