|
|
@ -74,23 +74,24 @@ update_linux_pkgbuilds() { |
|
|
|
zfs_makedepends="\"${spl_pkgname}-headers\"" |
|
|
|
zfs_makedepends="\"${spl_pkgname}-headers\"" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
update_linux_rc_pkgbuilds() { |
|
|
|
|
|
|
|
get_kernel_options |
|
|
|
# update_linux_rc_pkgbuilds() { |
|
|
|
pkg_list=("zfs-linux-rc") |
|
|
|
# get_kernel_options |
|
|
|
archzfs_package_group="archzfs-linux-rc" |
|
|
|
# pkg_list=("zfs-linux-rc") |
|
|
|
zfs_pkgver=${zol_rc_version/-/_} |
|
|
|
# archzfs_package_group="archzfs-linux-rc" |
|
|
|
zfs_pkgrel=${pkgrel_rc} |
|
|
|
# zfs_pkgver=${zol_rc_version/-/_} |
|
|
|
zfs_conflicts="'zfs-linux' 'zfs-linux-git' 'spl-linux'" |
|
|
|
# zfs_pkgrel=${pkgrel_rc} |
|
|
|
spl_pkgname="" |
|
|
|
# zfs_conflicts="'zfs-linux' 'zfs-linux-git' 'spl-linux'" |
|
|
|
zfs_pkgname="zfs-linux-rc" |
|
|
|
# spl_pkgname="" |
|
|
|
zfs_utils_pkgname="zfs-utils-rc=\${_zfsver}" |
|
|
|
# zfs_pkgname="zfs-linux-rc" |
|
|
|
zfs_src_hash=${zfs_rc_src_hash} |
|
|
|
# zfs_utils_pkgname="zfs-utils-rc=\${_zfsver}" |
|
|
|
zfs_makedepends="\"python\"" |
|
|
|
# zfs_src_hash=${zfs_rc_src_hash} |
|
|
|
# Paths are relative to build.sh |
|
|
|
# zfs_makedepends="\"python\"" |
|
|
|
zfs_pkgbuild_path="packages/${kernel_name}/${zfs_pkgname}" |
|
|
|
# # Paths are relative to build.sh |
|
|
|
zfs_src_target="https://github.com/zfsonlinux/zfs/releases/download/zfs-\${_zfsver/_/-}/zfs-\${_zfsver/_/-}.tar.gz" |
|
|
|
# zfs_pkgbuild_path="packages/${kernel_name}/${zfs_pkgname}" |
|
|
|
zfs_workdir="\${srcdir}/zfs-\${_zfsver/_rc*/}" |
|
|
|
# zfs_src_target="https://github.com/zfsonlinux/zfs/releases/download/zfs-\${_zfsver/_/-}/zfs-\${_zfsver/_/-}.tar.gz" |
|
|
|
} |
|
|
|
# zfs_workdir="\${srcdir}/zfs-\${_zfsver/_rc*/}" |
|
|
|
|
|
|
|
# } |
|
|
|
|
|
|
|
|
|
|
|
update_linux_git_pkgbuilds() { |
|
|
|
update_linux_git_pkgbuilds() { |
|
|
|
get_kernel_options |
|
|
|
get_kernel_options |
|
|
|