mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/systemd to 231-1
This commit is contained in:
parent
efb77f3e0a
commit
174c4f607f
1 changed files with 2 additions and 28 deletions
|
@ -7,8 +7,8 @@
|
||||||
|
|
||||||
pkgbase=systemd
|
pkgbase=systemd
|
||||||
pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
|
pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
|
||||||
pkgver=230
|
pkgver=231
|
||||||
pkgrel=7
|
pkgrel=1
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.freedesktop.org/wiki/Software/systemd"
|
url="http://www.freedesktop.org/wiki/Software/systemd"
|
||||||
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
|
||||||
|
@ -34,32 +34,6 @@ md5sums=('SKIP'
|
||||||
'a475a5ed8f03fb0f6b58b4684998d05c')
|
'a475a5ed8f03fb0f6b58b4684998d05c')
|
||||||
|
|
||||||
_backports=(
|
_backports=(
|
||||||
# Revert "rules: allow users to access frame buffer devices" (#3333)
|
|
||||||
e77813ca9f4e0735fd0e3e2caae4d7d1ee436011
|
|
||||||
|
|
||||||
# {machine,system}ctl: always pass &changes and &n_changes (#3350)
|
|
||||||
acc0269cad31d1aaef2034a055b34c07c88a353d
|
|
||||||
|
|
||||||
# systemctl: fix return values on success
|
|
||||||
5f056378b0ceffb6e6fba3513f7eae72e2d09dc8
|
|
||||||
|
|
||||||
# automount: handle expire_tokens when the mount unit changes its state (#3434)
|
|
||||||
0a62f81045dd810c8f1223cccbac4d706ea2cb45
|
|
||||||
|
|
||||||
# networkd: networkd: ndisc set SO_BINDTODEVICE on socket (#3294)
|
|
||||||
15fec93be37f12ef6c36a3e8f7dbb1984e1bcfe7
|
|
||||||
|
|
||||||
# resolved: when restarting a transaction make sure to not touch it anymore (#3553)
|
|
||||||
5278bbfe0c79c1f2b5bf8a215d8e7d63f1900ce9
|
|
||||||
|
|
||||||
# basic: pass flags to the fnmatch
|
|
||||||
2027927b1002a74d24300704a655614f8ea48e45
|
|
||||||
|
|
||||||
# nspawn: fix uid patching logic
|
|
||||||
0c6aeb4609f619328b9dcf8d8d815bd06e412ac5
|
|
||||||
|
|
||||||
# load-fragment: don't try to do a template instance replacement if we are not an instance (#3451)
|
|
||||||
9d3e340639bc0b4610f7ece98a84157dbc1c2c8f
|
|
||||||
)
|
)
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue