diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-06-12 22:47:29 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-06-12 22:47:29 -0300 |
commit | 08dadd37fdada1670c7c3a0553eda2ba5f2763e4 (patch) | |
tree | 0de6eae6b6eec01699a1932e218ee402cb301cab /libre | |
parent | 67dadbb0316a6fdde55465a19f902cd72172cc4e (diff) | |
download | abslibre-08dadd37fdada1670c7c3a0553eda2ba5f2763e4.tar.gz abslibre-08dadd37fdada1670c7c3a0553eda2ba5f2763e4.tar.bz2 abslibre-08dadd37fdada1670c7c3a0553eda2ba5f2763e4.zip |
systemd-230-4.parabola1: backport fix for automount idle-umount
Diffstat (limited to 'libre')
-rw-r--r-- | libre/systemd/PKGBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index d35849dad..d3ad12413 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -7,7 +7,7 @@ pkgbase=systemd pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat' 'libsystemd-standalone' 'libudev' 'nss-myhostname' 'nss-mymachines' 'nss-resolve') pkgver=230 -pkgrel=3.parabola1 +pkgrel=4.parabola1 arch=('i686' 'x86_64' 'armv7h') url="http://www.freedesktop.org/wiki/Software/systemd" makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf' @@ -57,6 +57,9 @@ _backports=( # systemctl: fix return values on success 5f056378b0ceffb6e6fba3513f7eae72e2d09dc8 + + # automount: handle expire_tokens when the mount unit changes its state (#3434) + 0a62f81045dd810c8f1223cccbac4d706ea2cb45 ) prepare() { |