Update package version to 106
This commit is contained in:
@@ -1,11 +1,10 @@
|
|||||||
name: dracut
|
name: dracut
|
||||||
description: Event driven initramfs infrastructure
|
description: Event driven initramfs infrastructure
|
||||||
version: 102
|
version: 106
|
||||||
revision: 3
|
|
||||||
url: https://github.com/dracut-ng/dracut-ng
|
url: https://github.com/dracut-ng/dracut-ng
|
||||||
license: GPL2-or-later
|
license: GPL2-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
depends: ["cpio","kmod","coreutils","util-linux","bash","findutils","gawk","grep","procps-ng","sed","pkgconf"]
|
depends: ["cpio","kmod","coreutils","util-linux","bash","findutils","gawk","grep","procps-ng","sed","udev","pkgconf"]
|
||||||
optional_depends: ["lvm2"]
|
optional_depends: ["lvm2"]
|
||||||
make_depends: ["rustc"]
|
make_depends: ["rustc"]
|
||||||
provides: ["initramfs"]
|
provides: ["initramfs"]
|
||||||
|
|||||||
@@ -23,4 +23,7 @@ build() {
|
|||||||
# This function is used to move the compiled files into the output directory
|
# This function is used to move the compiled files into the output directory
|
||||||
package() {
|
package() {
|
||||||
make DESTDIR="$BPM_OUTPUT" install
|
make DESTDIR="$BPM_OUTPUT" install
|
||||||
|
|
||||||
|
# Install package license
|
||||||
|
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/dracut/COPYING
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user