util-linux: conflicts with shadow<4.1.5.1_14.
This commit is contained in:
parent
90828066fd
commit
375b804304
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'util-linux'
|
# Template file for 'util-linux'
|
||||||
pkgname=util-linux
|
pkgname=util-linux
|
||||||
version=2.24
|
version=2.24
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Miscellaneous linux utilities"
|
short_desc="Miscellaneous linux utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://userweb.kernel.org/~kzak/util-linux-ng"
|
homepage="http://userweb.kernel.org/~kzak/util-linux-ng"
|
||||||
|
@ -111,6 +111,8 @@ libuuid-devel_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
util-linux_package() {
|
util-linux_package() {
|
||||||
|
# nologin(8)
|
||||||
|
conflicts="shadow<4.1.5.1_14"
|
||||||
# Create uuidd system account for uuidd.
|
# Create uuidd system account for uuidd.
|
||||||
system_accounts="uuidd"
|
system_accounts="uuidd"
|
||||||
uuidd_homedir="/run/uuidd"
|
uuidd_homedir="/run/uuidd"
|
||||||
|
|
Loading…
Reference in New Issue