Update distro packaging commits (#37765)

This commit is contained in:
Yu Watanabe
2025-06-17 04:46:44 +09:00
committed by GitHub
7 changed files with 9 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ jobs:
trigger: pull_request
fmf_url: https://src.fedoraproject.org/rpms/systemd
# This is automatically updated by tools/fetch-distro.py --update fedora
fmf_ref: 6646d13acae64665f63354cd60ecf963ee563b96
fmf_ref: 7de88c66bdc26920db570e67ef74e579f8461d9c
targets:
- fedora-rawhide-x86_64
# testing-farm in the Fedora repository is explicitly configured to use testing-farm bare metal runners as

View File

@@ -7,5 +7,5 @@ Distribution=arch
Environment=
GIT_URL=https://gitlab.archlinux.org/archlinux/packaging/packages/systemd.git
GIT_BRANCH=main
GIT_COMMIT=7948d79b633e1b6565b9264efd32b55247d66fcf
GIT_COMMIT=15cb472aeb4d93d7fae9c7b7bc2cd6723bc8ec85
PKG_SUBDIR=arch

View File

@@ -8,5 +8,5 @@ Distribution=|fedora
Environment=
GIT_URL=https://src.fedoraproject.org/rpms/systemd.git
GIT_BRANCH=rawhide
GIT_COMMIT=6646d13acae64665f63354cd60ecf963ee563b96
GIT_COMMIT=7de88c66bdc26920db570e67ef74e579f8461d9c
PKG_SUBDIR=fedora

View File

@@ -23,8 +23,9 @@ VolatilePackages=
systemd-experimental
systemd-homed
systemd-lang
systemd-network
systemd-networkd
systemd-portable
systemd-resolved
systemd-sysvcompat
systemd-testsuite
udev

View File

@@ -14,8 +14,9 @@ VolatilePackages=
systemd-experimental-debuginfo
systemd-homed-debuginfo
systemd-journal-remote-debuginfo
systemd-network-debuginfo
systemd-networkd-debuginfo
systemd-portable-debuginfo
systemd-resolved-debuginfo
systemd-sysvcompat-debuginfo
systemd-testsuite-debuginfo
udev-debuginfo

View File

@@ -8,5 +8,5 @@ Environment=
GIT_URL=https://github.com/bmwiedemann/openSUSE
GIT_SUBDIR=packages/s/systemd
GIT_BRANCH=master
GIT_COMMIT=9002a773f0ab185908dc8fb6c831c1cd9fdf11f0
GIT_COMMIT=2dc224ae5d446e928519315f4d46f76d1e34b8a8
PKG_SUBDIR=opensuse

View File

@@ -71,7 +71,7 @@ fi
# to adapt.
#
# TODO: remove manual default-hierarchy patch when the upstream spec is updated
sed "pkg/$PKG_SUBDIR${GIT_SUBDIR:+/$GIT_SUBDIR}/systemd.spec" -e '1062,1075d' -e '/integration-tests\/README/d' -e '/default-hierarchy/ d' >/tmp/systemd.spec
sed "pkg/$PKG_SUBDIR${GIT_SUBDIR:+/$GIT_SUBDIR}/systemd.spec" -e '/integration-tests\/README/d' -e '/default-hierarchy/ d' >/tmp/systemd.spec
mount --bind /tmp/systemd.spec "pkg/$PKG_SUBDIR${GIT_SUBDIR:+/$GIT_SUBDIR}/systemd.spec"
build() {