Skip to content

Commit 87a8553

Browse files
authored
Merge pull request #76424 from wolfi-dev/staging-update-bot/zfs.yaml
zfs/2.4.0 package update
2 parents 4c7e350 + 68d790a commit 87a8553

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

zfs.yaml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated from https://git.alpinelinux.org/aports/plain/main/zfs/APKBUILD
22
package:
33
name: zfs
4-
version: "2.3.5"
4+
version: "2.4.0"
55
epoch: 0
66
description: Advanced filesystem and volume manager
77
copyright:
@@ -35,7 +35,7 @@ pipeline:
3535
- uses: git-checkout
3636
with:
3737
repository: https://github.com/openzfs/zfs
38-
expected-commit: ab38521f31f75099da0f48b3c37a0240e002484d
38+
expected-commit: 743334913e5a5f60baf287bcc6d8a23515b02ac5
3939
tag: zfs-${{package.version}}
4040

4141
- runs: |
@@ -132,8 +132,8 @@ subpackages:
132132
pipeline:
133133
- runs: |
134134
mkdir -p ${{targets.subpkgdir}}/usr/bin
135-
mv ${{targets.destdir}}/usr/bin/arc_summary \
136-
${{targets.destdir}}/usr/bin/arcstat \
135+
mv ${{targets.destdir}}/usr/bin/zarcsummary \
136+
${{targets.destdir}}/usr/bin/zarcstat \
137137
${{targets.destdir}}/usr/bin/dbufstat \
138138
${{targets.subpkgdir}}/usr/bin
139139
description: zfs utils
@@ -143,6 +143,13 @@ subpackages:
143143
- merged-sbin
144144
- merged-usrsbin
145145
- wolfi-baselayout
146+
- python3
147+
test:
148+
pipeline:
149+
- runs: |
150+
zarcsummary --help | grep usage:
151+
zarcstat --help 2>&1 | grep Usage:
152+
dbufstat --help 2>&1 | grep Usage:
146153
147154
update:
148155
enabled: true

0 commit comments

Comments
 (0)