From 672b7ea23ffdfa6823f122f0a4d728cbaccb02560a2ee8850beb83239501ca4e Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Wed, 25 Oct 2023 07:50:55 +0000 Subject: [PATCH 1/2] Drop min_kernel_version rpm variable. It's outdated and not used anyways. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1470 --- systemd.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index 37dd3bdd..52891c23 100644 --- a/systemd.spec +++ b/systemd.spec @@ -18,7 +18,6 @@ %global flavor @BUILD_FLAVOR@%{nil} -%define min_kernel_version 4.5 %define archive_version +suse.10.gb53f364c26 %define _testsuitedir %{_systemd_util_dir}/tests From 3f63653d10353e0e603c72ccc8613ab0c5d60010d32bafce453971ff7cf8723b Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Mon, 30 Oct 2023 09:18:31 +0000 Subject: [PATCH 2/2] - Fix typo in /etc/systemd/user.confd.d (bsc#1216676) OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1471 --- files.systemd | 2 +- systemd.changes | 5 +++++ systemd.spec | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/files.systemd b/files.systemd index a4b3bcf2..f86d254a 100644 --- a/files.systemd +++ b/files.systemd @@ -35,7 +35,7 @@ %dir %{_sysconfdir}/systemd/system %dir %{_sysconfdir}/systemd/system.conf.d %dir %{_sysconfdir}/systemd/user -%dir %{_sysconfdir}/systemd/user.confd.d +%dir %{_sysconfdir}/systemd/user.conf.d %dir %{_sysconfdir}/tmpfiles.d %dir %{_sysconfdir}/xdg/systemd %dir %{_sysctldir} diff --git a/systemd.changes b/systemd.changes index b56ee7ff..af22b84d 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 30 09:11:16 UTC 2023 - Franck Bui + +- Fix typo in /etc/systemd/user.confd.d (bsc#1216676) + ------------------------------------------------------------------- Tue Oct 24 14:15:25 UTC 2023 - Franck Bui diff --git a/systemd.spec b/systemd.spec index 52891c23..424a613f 100644 --- a/systemd.spec +++ b/systemd.spec @@ -922,7 +922,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/systemd/resolved.conf.d mkdir -p %{buildroot}%{_sysconfdir}/systemd/sleep.conf.d mkdir -p %{buildroot}%{_sysconfdir}/systemd/system.conf.d mkdir -p %{buildroot}%{_sysconfdir}/systemd/timesyncd.conf.d -mkdir -p %{buildroot}%{_sysconfdir}/systemd/user.confd.d +mkdir -p %{buildroot}%{_sysconfdir}/systemd/user.conf.d mkdir -p %{buildroot}%{_sysconfdir}/udev/iocost.conf.d mkdir -p %{buildroot}%{_sysconfdir}/systemd/network