Accepting request 1159575 from home:daandemeyer:branches:Base:System

- Account for upstream changes to the quotaon and quotacheck services

OBS-URL: https://build.opensuse.org/request/show/1159575
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1503
This commit is contained in:
Franck Bui 2024-03-19 14:11:27 +00:00 committed by Git OBS Bridge
parent b3752195db
commit 522c277945
3 changed files with 21 additions and 0 deletions

View File

@ -536,7 +536,15 @@
%{_unitdir}/printer.target
%{_unitdir}/proc-sys-fs-binfmt_misc.automount
%{_unitdir}/proc-sys-fs-binfmt_misc.mount
%if %{with upstream}
%{_unitdir}/quotaon-root.service
%endif
%if %{without upstream}
%{_unitdir}/quotaon.service
%endif
%if %{with upstream}
%{_unitdir}/quotaon@.service
%endif
%{_unitdir}/reboot.target
%{_unitdir}/remote-fs-pre.target
%{_unitdir}/remote-fs.target

View File

@ -330,7 +330,15 @@
%endif
%{_unitdir}/systemd-network-generator.service
%{_unitdir}/systemd-pstore.service
%if %{with upstream}
%{_unitdir}/systemd-quotacheck-root.service
%endif
%if %{without upstream}
%{_unitdir}/systemd-quotacheck.service
%endif
%if %{with upstream}
%{_unitdir}/systemd-quotacheck@.service
%endif
%{_unitdir}/systemd-random-seed.service
%{_unitdir}/systemd-remount-fs.service
%{_unitdir}/systemd-rfkill.service

View File

@ -13,6 +13,11 @@ Mon Mar 18 19:18:33 UTC 2024 - Franck Bui <fbui@suse.com>
3986ed5117 test: drop route from test-functions
-------------------------------------------------------------------
Mon Mar 18 15:30:26 UTC 2024 - Daan De Meyer <daan.j.demeyer@gmail.com>
- Account for upstream changes to the quotaon and quotacheck services
-------------------------------------------------------------------
Mon Mar 18 11:32:09 UTC 2024 - Michal Vyskocil <mvyskocil@opensuse.org>