Skip to content

Commit 32714b7

Browse files
committed
systemd-selinux 257.5-3 update
1 parent 0e34909 commit 32714b7

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

.SRCINFO

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = systemd-selinux
22
pkgver = 257.5
3-
pkgrel = 2
3+
pkgrel = 3
44
url = https://www.github.com/systemd/systemd
55
arch = x86_64
66
arch = aarch64
@@ -155,7 +155,7 @@ pkgname = systemd-selinux
155155
provides = nss-myhostname
156156
provides = systemd-tools=257.5
157157
provides = udev=257.5
158-
provides = systemd=257.5-2
158+
provides = systemd=257.5-3
159159
conflicts = nss-myhostname
160160
conflicts = systemd-tools
161161
conflicts = udev
@@ -196,7 +196,7 @@ pkgname = systemd-libs-selinux
196196
provides = libsystemd.so
197197
provides = libudev.so
198198
provides = libsystemd-selinux
199-
provides = systemd-libs=257.5-2
199+
provides = systemd-libs=257.5-3
200200
conflicts = libsystemd
201201
conflicts = libsystemd-selinux
202202
conflicts = systemd-libs
@@ -207,23 +207,23 @@ pkgname = systemd-resolvconf-selinux
207207
depends = systemd-selinux=257.5
208208
provides = openresolv
209209
provides = resolvconf
210-
provides = systemd-resolvconf=257.5-2
210+
provides = systemd-resolvconf=257.5-3
211211
conflicts = resolvconf
212-
conflicts = systemd-resolvconf=257.5-2
212+
conflicts = systemd-resolvconf=257.5-3
213213

214214
pkgname = systemd-sysvcompat-selinux
215215
pkgdesc = sysvinit compat for systemd with SELinux support
216216
depends = systemd-selinux=257.5
217-
provides = systemd-sysvcompat=257.5-2
218-
provides = selinux-systemd-sysvcompat=257.5-2
217+
provides = systemd-sysvcompat=257.5-3
218+
provides = selinux-systemd-sysvcompat=257.5-3
219219
conflicts = sysvinit
220220
conflicts = systemd-sysvcompat
221221
conflicts = selinux-systemd-sysvcompat
222222

223223
pkgname = systemd-tests-selinux
224224
pkgdesc = systemd tests with SELinux support
225225
depends = systemd-selinux=257.5
226-
provides = systemd-tests=257.5-2
226+
provides = systemd-tests=257.5-3
227227

228228
pkgname = systemd-ukify-selinux
229229
pkgdesc = Combine kernel and initrd into a signed Unified Kernel Image with SELinux support
@@ -234,4 +234,4 @@ pkgname = systemd-ukify-selinux
234234
optdepends = python-pillow: Show the size of splash image
235235
optdepends = sbsigntools: Sign the embedded kernel
236236
provides = ukify
237-
provides = systemd-ukify=257.5-2
237+
provides = systemd-ukify=257.5-3

PKGBUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pkgname=('systemd-selinux'
2525
# way or another. We use proper version for pacman here (no dash for rc
2626
# release!), and change in source array below.
2727
pkgver='257.5'
28-
pkgrel=2
28+
pkgrel=3
2929
arch=('x86_64' 'aarch64')
3030
license=('LGPL-2.1-or-later')
3131
url='https://www.github.com/systemd/systemd'
@@ -105,6 +105,9 @@ fi
105105
_backports=(
106106
# fast-forward to current v257-stable
107107
"v${pkgver}..1fb1f637baa979fd58fef67ea72b3e7255a99e21"
108+
109+
# backlight: Drop support for actual_brightness
110+
'9a224c307b36610e3675390eb2620e74d0f4efb0'
108111
)
109112

110113
_reverts=(

0 commit comments

Comments
 (0)