Accepting request 1177954 from Base:System
- Import commit 603cd1d4d81147d4f2eccd5e352064a4215119b4 (merge of v255.7)
For a complete list of changes, visit:
b9c17562f6...603cd1d4d8
- Import commit b9c17562f612ab2cd8cfee1960714c58d0a6c593
b9c17562f6 99-systemd.rules: rework SYSTEMD_READY logic for device mapper
c5003fc15e pcrlock: add make_pcrlock_record_from_stream
- systemd.spec: introduce %{meson_extra_configure_options} to allow passing
extra meson configure options.
OBS-URL: https://build.opensuse.org/request/show/1177954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=424
This commit is contained in:
commit
4f525052e1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be22e57b7012fb5b7f54c2daf980a3f8a8ed0890759b529c1baa0a2d3bb6ff2c
|
||||
size 10843156
|
3
systemd-v255.7+suse.33.g603cd1d4d8.tar.xz
Normal file
3
systemd-v255.7+suse.33.g603cd1d4d8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59f09021d3db1bef3f3ee27aeff4ed734c1226d3a9538eca7cc9de291fa483e9
|
||||
size 10852252
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 31 11:37:10 UTC 2024 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- Import commit 603cd1d4d81147d4f2eccd5e352064a4215119b4 (merge of v255.7)
|
||||
|
||||
For a complete list of changes, visit:
|
||||
https://github.com/openSUSE/systemd/compare/b9c17562f612ab2cd8cfee1960714c58d0a6c593...603cd1d4d81147d4f2eccd5e352064a4215119b4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 31 11:17:50 UTC 2024 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- Import commit b9c17562f612ab2cd8cfee1960714c58d0a6c593
|
||||
|
||||
b9c17562f6 99-systemd.rules: rework SYSTEMD_READY logic for device mapper
|
||||
c5003fc15e pcrlock: add make_pcrlock_record_from_stream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 22 08:56:40 UTC 2024 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- systemd.spec: introduce %{meson_extra_configure_options} to allow passing
|
||||
extra meson configure options.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 10:01:20 UTC 2024 - Radoslav Kolev <radoslav.kolev@suse.com>
|
||||
|
||||
|
@ -26,9 +26,9 @@
|
||||
%define systemd_release %{?release_override}%{!?release_override:0}
|
||||
%define archive_version %{nil}
|
||||
%else
|
||||
%define systemd_version 255.6
|
||||
%define systemd_version 255.7
|
||||
%define systemd_release 0
|
||||
%define archive_version +suse.30.g3ea0e1dff3
|
||||
%define archive_version +suse.33.g603cd1d4d8
|
||||
%endif
|
||||
|
||||
%define systemd_major %{sub %systemd_version 1 3}
|
||||
@ -881,7 +881,9 @@ for the C APIs.
|
||||
-Dvmspawn=%{enabled_with experimental} \
|
||||
\
|
||||
-Dtests=%{when testsuite unsafe} \
|
||||
-Dinstall-tests=%{when testsuite}
|
||||
-Dinstall-tests=%{when testsuite} \
|
||||
\
|
||||
%{?meson_extra_configure_options}
|
||||
|
||||
%meson_build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user