Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / systemd
Commits: e425ace2 by Christian Hesse at 2026-05-28T08:56:02+02:00 upgpkg: 260.2-2: fix ordering cycle... ... with `nftables.service` and `iptables.service` by reverting the upstream commit. https://github.com/systemd/systemd/issues/42353 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = systemd pkgver = 260.2 - pkgrel = 1 + pkgrel = 2 url = https://www.github.com/systemd/systemd arch = x86_64 license = LGPL-2.1-or-later ===================================== PKGBUILD ===================================== @@ -19,7 +19,7 @@ pkgname=('systemd' # way or another. We use proper version for pacman here (no dash for rc # release!), and change in source array below. pkgver=260.2 -pkgrel=1 +pkgrel=2 arch=('x86_64') license=('LGPL-2.1-or-later') url='https://www.github.com/systemd/systemd' @@ -95,9 +95,14 @@ if [ -f /.build/build.dist ] && [ -d /usr/src/packages/SOURCES ] && [ -d /usr/s fi _backports=( + # hwdb/keyboard: fix match for for X+ Piccolo, again + '7a53696201adccecb7ad1b49ad825c02842c6845' ) _reverts=( + # units: order networkd resolve hook After=network-pre.target + # https://github.com/systemd/systemd/issues/42353 + '6f5079de5d5eab115635a959a68af8438f3d88fd' ) prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/commit/e425ace28a7bd9cd9a02d2d18c30f95671b27db1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/commit/e425ace28a7bd9cd9a02d2d18c30f95671b27db1 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
