Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / systemd
Commits: e64d3b88 by Christian Hesse at 2024-05-21T21:07:34+02:00 upgpkg: 255.6-2: cherry-pick upstream changes for udev rules... ... which is recommended to apply with lvm2 2.03.24. https://gitlab.com/lvmteam/lvm2/-/merge_requests/9#note_1914547162 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = systemd pkgver = 255.6 - pkgrel = 1 + pkgrel = 2 url = https://www.github.com/systemd/systemd arch = x86_64 license = LGPL-2.1-or-later ===================================== PKGBUILD ===================================== @@ -11,7 +11,7 @@ _tag='255.6' # way or another. So we replace dashes and tildes with the empty string to # make sure pacman's version comparing does the right thing for rc versions: pkgver="${_tag/[-~]/}" -pkgrel=1 +pkgrel=2 arch=('x86_64') license=('LGPL-2.1-or-later') url='https://www.github.com/systemd/systemd' @@ -87,6 +87,8 @@ if ((_systemd_UPSTREAM)); then fi _backports=( + # 99-systemd.rules: rework SYSTEMD_READY logic for device mapper + 'c072860593329293e19580b337504adb52248462' ) _reverts=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/commit/e64d3b887242eebe9cd25223b6d68ae0a4f4bc0c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/commit/e64d3b887242eebe9cd25223b6d68ae0a4f4bc0c You're receiving this email because of your account on gitlab.archlinux.org.
