Accepting request 1206519 from Base:System

- Import commit c7671762b39ead7f8f9e70064256f5efaccedeca (merge of v256.7)
  For a complete list of changes, visit:
  8a0ae4d90a...c7671762b3

- Clean up some remnants from when homed was in the experimental sub-package (bsc#1231048)

OBS-URL: https://build.opensuse.org/request/show/1206519
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=432
This commit is contained in:
Ana Guerrero 2024-10-17 16:38:34 +00:00 committed by Git OBS Bridge
commit 69820e26e9
4 changed files with 18 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a15e24ad80599e64d66ff042ffbc9cc4addcbdd9a1a7bafde26fd17d65140d3
size 11235516

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:33ef4af462456a5e27e84cd4baeb567ce36eb53ee8a476a3995996ed0bd66e77
size 11237156

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Oct 8 16:21:49 UTC 2024 - Franck Bui <fbui@suse.com>
- Import commit c7671762b39ead7f8f9e70064256f5efaccedeca (merge of v256.7)
For a complete list of changes, visit:
https://github.com/openSUSE/systemd/compare/8a0ae4d90aff1d067a125ff9366eafc7dd5d4701...c7671762b39ead7f8f9e70064256f5efaccedeca
-------------------------------------------------------------------
Wed Oct 2 12:03:48 UTC 2024 - Franck Bui <fbui@suse.com>
- Clean up some remnants from when homed was in the experimental sub-package (bsc#1231048)
-------------------------------------------------------------------
Wed Sep 18 09:31:40 UTC 2024 - Franck Bui <fbui@suse.com>

View File

@ -26,9 +26,9 @@
%define systemd_release %{?release_override}%{!?release_override:0}
%define archive_version %{nil}
%else
%define systemd_version 256.6
%define systemd_version 256.7
%define systemd_release 0
%define archive_version +suse.8.g8a0ae4d90a
%define archive_version +suse.9.gc7671762b3
%endif
%define systemd_major %{sub %systemd_version 1 3}
@ -1340,22 +1340,18 @@ fi
%if %{with experimental}
%pre experimental
%systemd_pre systemd-homed.service
%systemd_pre systemd-oomd.service systemd-oomd.socket
%post experimental
%if %{without filetriggers}
%sysusers_create systemd-oom.conf
%endif
%systemd_post systemd-homed.service
%systemd_post systemd-oomd.service systemd-oomd.socket
%preun experimental
%systemd_preun systemd-homed.service
%systemd_preun systemd-oomd.service systemd-oomd.socket
%postun experimental
%systemd_postun systemd-homed.service
%systemd_postun systemd-oomd.service systemd-oomd.socket
%endif