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