mirror of
https://github.com/systemd/systemd.git
synced 2025-01-25 10:04:04 +03:00
packit: don't take ownership of /etc/ssh/sshd_config.d/
7e3607996a creates a symlink under /etc/ssh/sshd_config.d/ and with current Rawhide RPM stuff the systemd RPM tries to take ownership of that directory which conflicts with the openssh-server package. Let's temporarily tweak the regex in split-files.py until this changes makes it to Rawhide.
This commit is contained in:
parent
786a337817
commit
9f7d189923
@ -32,8 +32,10 @@ actions:
|
|||||||
# [0] https://github.com/mesonbuild/meson/issues/7360
|
# [0] https://github.com/mesonbuild/meson/issues/7360
|
||||||
# [1] https://github.com/systemd/systemd/pull/18908#issuecomment-792250110
|
# [1] https://github.com/systemd/systemd/pull/18908#issuecomment-792250110
|
||||||
- 'sed -i "/^CONFIGURE_OPTS=(/a--werror" .packit_rpm/systemd.spec'
|
- 'sed -i "/^CONFIGURE_OPTS=(/a--werror" .packit_rpm/systemd.spec'
|
||||||
# Ignore unpackages standalone binaries
|
# Ignore unpackaged standalone binaries
|
||||||
- "sed -i 's/assert False,.*/pass/' .packit_rpm/split-files.py"
|
- "sed -i 's/assert False,.*/pass/' .packit_rpm/split-files.py"
|
||||||
|
# Don't take ownership of /etc/ssh/sshd_config.d/
|
||||||
|
- "sed -i '/\\/usr\\/share\\/dbus-1\\$/a\\/etc\\/ssh\\/sshd_config.d\\$\\|' .packit_rpm/split-files.py"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: copr_build
|
- job: copr_build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user