systemd: timedatectl et al need polkit; depend on it.
This commit is contained in:
parent
53c051297f
commit
21215f66e8
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'systemd'
|
||||
pkgname=systemd
|
||||
version=195
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-distro=other --libexecdir=/usr/lib
|
||||
--disable-selinux --disable-tcpwrap --with-rootprefix=/usr
|
||||
--with-sysvinit-path= --with-sysvrcd-path= --disable-audit
|
||||
--with-usb-ids-path=/usr/share/hwdata/usb.ids
|
||||
--with-pci-ids-path=/usr/share/hwdata/pci.ids --disable-static"
|
||||
depends="dbus run-parts kbd>=1.15.3_5"
|
||||
depends="dbus run-parts kbd>=1.15.3_5 polkit"
|
||||
makedepends="pkg-config intltool gperf libxslt docbook-xsl acl-devel pam-devel
|
||||
dbus-devel libcap-devel libkmod-devel liblzma-devel cryptsetup-devel
|
||||
libblkid-devel glib-devel libgcrypt-devel python-devel qrencode-devel
|
||||
|
@ -32,7 +32,7 @@ provides="udev-${version}"
|
|||
replaces="udev>=0"
|
||||
|
||||
subpackages="libudev libudev-devel libgudev libgudev-devel
|
||||
systemd-analyze systemd-devel systemd-libs systemd-python"
|
||||
systemd-analyze systemd-devel systemd-libs systemd-python"
|
||||
|
||||
conf_files="
|
||||
/etc/hostname
|
||||
|
|
Loading…
Reference in New Issue