From 3afc4cd3df5e65e8a4e47610bd797b0dab1fd9c80fec17e52a7e43f6bd9d2450 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Tue, 19 Jul 2022 12:27:38 +0000 Subject: [PATCH] - Enable oomd (bsc#1200456) It's part of the experimental sub-package for now. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1299 --- files.experimental | 17 +++++++++++++++++ systemd.changes | 7 +++++++ systemd.spec | 4 ++-- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/files.experimental b/files.experimental index 1649dfeb..ea0da120 100644 --- a/files.experimental +++ b/files.experimental @@ -2,27 +2,40 @@ # Please keep the list sorted (with `LC_ALL=C sort`). # %config(noreplace) %{_sysconfdir}/systemd/homed.conf +%config(noreplace) %{_sysconfdir}/systemd/oomd.conf %{_bindir}/homectl +%{_bindir}/oomctl %{_bindir}/systemd-repart %{_bindir}/userdbctl %{_datadir}/bash-completion/completions/homectl +%{_datadir}/bash-completion/completions/oomctl %{_datadir}/dbus-1/interfaces/org.freedesktop.home1.Home.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.home1.Manager.xml +%{_datadir}/dbus-1/interfaces/org.freedesktop.oom1.Manager.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.portable1.Image.xml %{_datadir}/dbus-1/interfaces/org.freedesktop.portable1.Manager.xml %{_datadir}/dbus-1/system-services/org.freedesktop.home1.service +%{_datadir}/dbus-1/system-services/org.freedesktop.oom1.service %{_datadir}/dbus-1/system.d/org.freedesktop.home1.conf +%{_datadir}/dbus-1/system.d/org.freedesktop.oom1.conf %{_datadir}/polkit-1/actions/org.freedesktop.home1.policy +%{_datadir}/zsh/site-functions/_oomctl %{_mandir}/man1/homectl.1.gz +%{_mandir}/man1/oomctl.1.gz %{_mandir}/man1/userdbctl.1.gz %{_mandir}/man5/homed.conf.5.gz %{_mandir}/man5/homed.conf.d.5.gz +%{_mandir}/man5/oomd.conf.5.gz +%{_mandir}/man5/oomd.conf.d.5.gz %{_mandir}/man5/org.freedesktop.home1.5.gz +%{_mandir}/man5/org.freedesktop.oom1.5.gz %{_mandir}/man5/repart.d.5.gz %{_mandir}/man5/sysupdate.d.5.gz %{_mandir}/man8/pam_systemd_home.8.gz %{_mandir}/man8/systemd-homed.8.gz %{_mandir}/man8/systemd-homed.service.8.gz +%{_mandir}/man8/systemd-oomd.8.gz +%{_mandir}/man8/systemd-oomd.service.8.gz %{_mandir}/man8/systemd-repart.8.gz %{_mandir}/man8/systemd-repart.service.8.gz %{_mandir}/man8/systemd-sysupdate-reboot.service.8.gz @@ -37,11 +50,15 @@ %{_systemd_util_dir}/system/sysinit.target.wants/systemd-repart.service %{_systemd_util_dir}/systemd-homed %{_systemd_util_dir}/systemd-homework +%{_systemd_util_dir}/systemd-oomd %{_systemd_util_dir}/systemd-sysupdate %{_systemd_util_dir}/systemd-userdbd %{_systemd_util_dir}/systemd-userwork +%{_sysusersdir}/systemd-oom.conf %{_unitdir}/systemd-homed-activate.service %{_unitdir}/systemd-homed.service +%{_unitdir}/systemd-oomd.service +%{_unitdir}/systemd-oomd.socket %{_unitdir}/systemd-repart.service %{_unitdir}/systemd-sysupdate-reboot.service %{_unitdir}/systemd-sysupdate-reboot.timer diff --git a/systemd.changes b/systemd.changes index b3e2c89e..21af42cb 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jul 19 12:18:35 UTC 2022 - Franck Bui + +- Enable oomd (bsc#1200456) + + It's part of the experimental sub-package for now. + ------------------------------------------------------------------- Tue Jul 19 11:32:25 UTC 2022 - Franck Bui diff --git a/systemd.spec b/systemd.spec index bbaf9648..29a51bf2 100644 --- a/systemd.spec +++ b/systemd.spec @@ -637,7 +637,7 @@ Components that turn out to be stable and considered as fully supported will be merged into the main package or moved into a dedicated package. -The package contains: homed, repart, userdbd. +The package contains: homed, repart, userdbd, oomd. Have fun with these services at your own risk. %endif @@ -687,7 +687,6 @@ Have fun with these services at your own risk. -Dima=false \ -Dldconfig=false \ -Dlibcryptsetup-plugins=false \ - -Doomd=false \ -Dsmack=false \ \ -Dpstore=true \ @@ -729,6 +728,7 @@ Have fun with these services at your own risk. -Dresolve=%{when resolved} \ \ -Dhomed=%{when experimental} \ + -Doomd=%{when experimental} \ -Drepart=%{when experimental} \ -Dsysupdate=%{when experimental} \ -Duserdb=%{when experimental} \