Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=c61270f1609363ca3304cd88feb22fc6dbc449b3
commit c61270f1609363ca3304cd88feb22fc6dbc449b3 Author: crazy <[email protected]> Date: Wed Jul 27 23:13:49 2016 +0200 systemd-231-1-x86_64 * Version bump * moved pam_* to libsystemd * added libsystemd-shared* to libsystemd diff --git a/source/base/systemd/FrugalBuild b/source/base/systemd/FrugalBuild index e5bba74..45631e4 100644 --- a/source/base/systemd/FrugalBuild +++ b/source/base/systemd/FrugalBuild @@ -8,8 +8,8 @@ USE_SYSV_COMPAT=${USE_SYSV_COMPAT:-"y"} pkgname=systemd -pkgver=230 -pkgrel=2 +pkgver=231 +pkgrel=1 pkgdesc="A System and Service Manager" url="http://www.freedesktop.org/wiki/Software/systemd" depends=('kmod' 'cryptsetup-luks>=1.7.2') @@ -36,7 +36,7 @@ source+=( adjust-systemd-user-pam-config-file.patch \ usb-load-ehci-first.conf) -sha1sums=('2196493295e96527e0c1ee960e3d17e1d2165e9f' \ +sha1sums=('47768103290d2023c3452bc36bc77f7b1fd798ea' \ 'a2f1c341894c4841a64a56138362817ae2c57905' \ '2aa6ed34d80abee40b179e93c5eccba623fbdc7c' \ '8ee24b6906739855a48aded896a0f12154815343' \ @@ -228,6 +228,9 @@ EOF Fsplit systemd-pull lib/systemd/systemd-pull + ## libsystemd-shared not sure about this one + Fsplit libsystemd lib/security + Fsplit libsystemd lib/systemd/libsystemd* Fsplit libsystemd usr/lib/libsystemd* Fsplit libsystemd usr/lib/libnss* Fsplit libsystemd usr/lib/libudev* _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
