Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
systemd
Commits:
9efa08c7 by Christian Hesse at 2023-12-17T11:05:19+01:00
upgpkg: 255.1-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = systemd
- pkgver = 255
- pkgrel = 2
+ pkgver = 255.1
+ pkgrel = 1
url = https://www.github.com/systemd/systemd
arch = x86_64
checkdepends = python-pefile
@@ -51,7 +51,7 @@ pkgbase = systemd
makedepends = qrencode
makedepends = lib32-gcc-libs
options = strip
- source =
git+https://github.com/systemd/systemd-stable#tag=0966fe6734417ce07d5eb82a245fdec3789714da?signed
+ source =
git+https://github.com/systemd/systemd-stable#tag=6eb55199ed8953019853c2bcdb2e29743d90a86d?signed
source = git+https://github.com/systemd/systemd#tag=v255?signed
source = 0001-Use-Arch-Linux-device-access-groups.patch
source = initcpio-hook-udev
@@ -150,8 +150,8 @@ pkgname = systemd
optdepends = libp11-kit: support PKCS#11
optdepends = tpm2-tss: unlocking LUKS2 volumes with TPM2
provides = nss-myhostname
- provides = systemd-tools=255
- provides = udev=255
+ provides = systemd-tools=255.1
+ provides = udev=255.1
conflicts = nss-myhostname
conflicts = systemd-tools
conflicts = udev
=====================================
PKGBUILD
=====================================
@@ -6,10 +6,10 @@ pkgname=('systemd'
'systemd-resolvconf'
'systemd-sysvcompat'
'systemd-ukify')
-_tag='0966fe6734417ce07d5eb82a245fdec3789714da' # git rev-parse v${_tag_name}
-_tag_name=255
+_tag='6eb55199ed8953019853c2bcdb2e29743d90a86d' # git rev-parse v${_tag_name}
+_tag_name=255.1
pkgver="${_tag_name/-/}"
-pkgrel=2
+pkgrel=1
arch=('x86_64')
url='https://www.github.com/systemd/systemd'
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -74,10 +74,6 @@ sha512sums=('SKIP'
'825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97')
_backports=(
- # network/networkd-address: don't set up firewall rules here
- '58c6e75f263a1562f5550221af1ec1a9b6046143'
- # core: do not make private /dev/ read-only too soon
- 'ae7482b994e6a9bc8e033de9accd24b1e1ffe2ed'
)
_reverts=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/commit/9efa08c7668dee66d852382dc95af33c91a385b4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/commit/9efa08c7668dee66d852382dc95af33c91a385b4
You're receiving this email because of your account on gitlab.archlinux.org.