Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / systemd
Commits: 1afdd08a by Christian Hesse at 2024-11-25T09:31:33+01:00 upgpkg: 256.8-2: apply: shutdown: close DM block device before issuing DM_DEV_REMOVE ioctl Fixes: https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/issues/35 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = systemd pkgver = 256.8 - 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 @@ _tag='256.8' # 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' @@ -93,6 +93,8 @@ if ((_systemd_UPSTREAM)); then fi _backports=( + # shutdown: close DM block device before issuing DM_DEV_REMOVE ioctl + 'b76730f3fe0e824db001b38c8ea848302be786ee' ) _reverts=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/commit/1afdd08a607c620f51eb87e53bc41ecd5d9c1133 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/commit/1afdd08a607c620f51eb87e53bc41ecd5d9c1133 You're receiving this email because of your account on gitlab.archlinux.org.
