File 0001-test-adapt-test-functions-for-SUSE.patch of Package systemd-v245-testsuite
From 18f2918068a983948a2a85705391ddbacb3f04e4 Mon Sep 17 00:00:00 2001
From: Elisei Roca <eroca@suse.de>
Date: Tue, 21 Jul 2020 22:14:53 +0200
Subject: [PATCH] test: adapt test-functions for SUSE
---
test/test-functions | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/test/test-functions b/test/test-functions
index a11239c73f..aa97846ef7 100644
--- a/test/test-functions
+++ b/test/test-functions
@@ -549,6 +549,9 @@ install_dmevent() {
else
inst_rules 10-dm.rules 13-dm-disk.rules 95-dm-notify.rules
fi
+ if [[ "$LOOKS_LIKE_SUSE" ]]; then
+ inst_rules 60-persistent-storage.rules 61-persistent-storage-compat.rules 99-systemd.rules
+ fi
}
install_systemd() {
@@ -789,7 +792,7 @@ install_config_files() {
inst /etc/sysconfig/init || :
inst /etc/passwd
inst /etc/shadow
- inst /etc/login.defs
+ inst_any /etc/login.defs /usr/etc/login.defs
inst /etc/group
inst /etc/shells
inst_any /etc/nsswitch.conf /usr/etc/nsswitch.conf
@@ -1810,6 +1813,7 @@ setup_suse() {
ln -fs ../usr/bin/systemctl $initdir/bin/
ln -fs ../usr/lib/systemd $initdir/lib/
inst_simple "/usr/lib/systemd/system/haveged.service"
+ instmods ext4
}
_umount_dir() {
--
2.28.0