Update bpm hook

This commit is contained in:
2026-05-10 16:05:58 +03:00
parent 902810b262
commit 697ae7ac17
2 changed files with 5 additions and 7 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
name: dracut name: dracut
description: Event driven initramfs infrastructure description: Event driven initramfs infrastructure
version: "110" version: "110"
revision: 1 revision: 2
url: https://github.com/dracut-ng/dracut-ng url: https://github.com/dracut-ng/dracut-ng
license: GPL2-or-later license: GPL2-or-later
maintainers: maintainers:
@@ -22,8 +22,8 @@ depends:
- udev - udev
- pkgconf - pkgconf
optional_depends: optional_depends:
- lvm2 - lvm2:For LVM support
- ndctl - ndctl:For NVDIMM support
make_depends: make_depends:
- rustc - rustc
provides: provides:
@@ -32,4 +32,4 @@ downloads:
- url: https://github.com/dracut-ng/dracut-ng/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz - url: https://github.com/dracut-ng/dracut-ng/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}
extract_strip_components: 1 extract_strip_components: 1
checksum: 0d357853f8cf2371d89a8ebcbbb1fd2c1c85a79d8866925fd7385eaeb20a27dc checksum: f55a30ba7c883c4a4864d03df2a086064d58a2388c705e1e24d45278861d99c3
+1 -3
View File
@@ -1,5 +1,3 @@
trigger_operations: ["install", "upgrade", "remove"] trigger_actions: ["install", "upgrade", "remove"]
target_type: "path"
targets: ["boot/vmlinu*"] targets: ["boot/vmlinu*"]
depends: ["dracut"]
run: "/usr/sbin/generate-initramfs" run: "/usr/sbin/generate-initramfs"