systemd: enable journal FSS support; remove rpm macros.
This commit is contained in:
parent
2237f3b1b5
commit
de3d761058
|
@ -1,3 +1,5 @@
|
||||||
|
libgcrypt.so.11
|
||||||
|
libgpg-error.so.0
|
||||||
libdl.so.2
|
libdl.so.2
|
||||||
librt.so.1
|
librt.so.1
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
libgcrypt.so.11
|
||||||
libcap.so.2
|
libcap.so.2
|
||||||
librt.so.1
|
librt.so.1
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'systemd'
|
# Template file for 'systemd'
|
||||||
pkgname=systemd
|
pkgname=systemd
|
||||||
version=189
|
version=189
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-distro=other --libexecdir=/usr/lib
|
configure_args="--with-distro=other --libexecdir=/usr/lib
|
||||||
--disable-selinux --disable-tcpwrap --with-rootprefix=/usr
|
--disable-selinux --disable-tcpwrap --with-rootprefix=/usr
|
||||||
|
@ -12,7 +12,7 @@ depends="dbus run-parts kbd>=1.15.3_5 systemd-libs>=${version}_${revision}
|
||||||
udev>=${version}_${revision}"
|
udev>=${version}_${revision}"
|
||||||
makedepends="pkg-config intltool gperf libxslt docbook-xsl acl-devel pam-devel
|
makedepends="pkg-config intltool gperf libxslt docbook-xsl acl-devel pam-devel
|
||||||
dbus-devel libcap-devel libkmod-devel liblzma-devel cryptsetup-devel
|
dbus-devel libcap-devel libkmod-devel liblzma-devel cryptsetup-devel
|
||||||
libblkid-devel glib-devel gobject-introspection"
|
libblkid-devel glib-devel libgcrypt-devel gobject-introspection"
|
||||||
subpackages="udev libudev libudev-devel libgudev libgudev-devel systemd-analyze systemd-devel systemd-libs"
|
subpackages="udev libudev libudev-devel libgudev libgudev-devel systemd-analyze systemd-devel systemd-libs"
|
||||||
short_desc="A system and service manager for Linux"
|
short_desc="A system and service manager for Linux"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -82,4 +82,7 @@ post_install() {
|
||||||
vinstall ${FILESDIR}/local-d.service 644 usr/lib/systemd/system
|
vinstall ${FILESDIR}/local-d.service 644 usr/lib/systemd/system
|
||||||
ln -sf /usr/lib/systemd/system/local-d.service \
|
ln -sf /usr/lib/systemd/system/local-d.service \
|
||||||
${DESTDIR}/etc/systemd/system/multi-user.target.wants/local-d.service
|
${DESTDIR}/etc/systemd/system/multi-user.target.wants/local-d.service
|
||||||
|
|
||||||
|
# Remove RPM stuff.
|
||||||
|
rm -rf ${DESTDIR}/etc/rpm
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue