|
|
|
@ -28,8 +28,8 @@ update_common_pkgbuilds() { |
|
|
|
|
zfs_pkgver=${zol_version} |
|
|
|
|
spl_pkgrel=${pkgrel} |
|
|
|
|
zfs_pkgrel=${pkgrel} |
|
|
|
|
spl_utils_conflicts="'spl-utils-common-git'" |
|
|
|
|
zfs_utils_conflicts="'zfs-utils-common-git'" |
|
|
|
|
spl_utils_conflicts="'spl-utils-common-git' 'spl-utils-linux-git' 'spl-utils-linux' 'spl-utils-linux-lts' 'spl-utils-linux-lts-git'" |
|
|
|
|
zfs_utils_conflicts="'zfs-utils-common-git' 'zfs-utils-linux-git' 'zfs-utils-linux' 'zfs-utils-linux-lts' 'zfs-utils-linux-lts-git'" |
|
|
|
|
spl_utils_pkgname="spl-utils-common" |
|
|
|
|
zfs_utils_pkgname="zfs-utils-common" |
|
|
|
|
# Paths are relative to build.sh |
|
|
|
@ -50,8 +50,8 @@ update_common_git_pkgbuilds() { |
|
|
|
|
zfs_pkgver="" # Set later by call to git_calc_pkgver |
|
|
|
|
spl_pkgrel=${pkgrel_git} |
|
|
|
|
zfs_pkgrel=${pkgrel_git} |
|
|
|
|
spl_utils_conflicts="'spl-utils-common'" |
|
|
|
|
zfs_utils_conflicts="'zfs-utils-common'" |
|
|
|
|
spl_utils_conflicts="'spl-utils-common' 'spl-utils-linux-git' 'spl-utils-linux' 'spl-utils-linux-lts' 'spl-utils-linux-lts-git'" |
|
|
|
|
zfs_utils_conflicts="'zfs-utils-common' 'zfs-utils-linux-git' 'zfs-utils-linux' 'zfs-utils-linux-lts' 'zfs-utils-linux-lts-git'" |
|
|
|
|
spl_utils_pkgname="spl-utils-common-git" |
|
|
|
|
zfs_utils_pkgname="zfs-utils-common-git" |
|
|
|
|
spl_utils_pkgbuild_path="packages/${kernel_name}/${spl_utils_pkgname}" |
|
|
|
|