forked from pool/systemd
Accepting request 1172983 from Base:System
- Import commit 49fb09fa18a7b81f6b3c3c15aca47fd00940430e (merge of v255.5)
For a complete list of changes, visit:
23b15deb20...49fb09fa18
- Import commit 23b15deb203780580cbfad095ae1071bd2133220
23b15deb20 gpt-auto-generator: be more defensive when checking the presence of ESP in fstab (bsc#1218671)
7ed2979654 journalctl: explicitly check < 0 for error
fc5e25d0a0 journalctl: make --until work again with --after-cursor and --lines (bsc#1221906)
OBS-URL: https://build.opensuse.org/request/show/1172983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=421
This commit is contained in:
commit
d3a7f13743
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a55e1ddf7c66e69b057cf1bc8a51c0c6d3936b1633881c42c1585a9c8cfda53e
|
|
||||||
size 10774060
|
|
3
systemd-v255.5+suse.26.g49fb09fa18.tar.xz
Normal file
3
systemd-v255.5+suse.26.g49fb09fa18.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fa73b185c05db27dd5e5cb678dff884098f46b67d92027181066353ba07b5dbd
|
||||||
|
size 10790248
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 7 13:32:33 UTC 2024 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Import commit 49fb09fa18a7b81f6b3c3c15aca47fd00940430e (merge of v255.5)
|
||||||
|
|
||||||
|
For a complete list of changes, visit:
|
||||||
|
https://github.com/openSUSE/systemd/compare/23b15deb203780580cbfad095ae1071bd2133220...49fb09fa18a7b81f6b3c3c15aca47fd00940430e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 7 08:33:47 UTC 2024 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Import commit 23b15deb203780580cbfad095ae1071bd2133220
|
||||||
|
|
||||||
|
23b15deb20 gpt-auto-generator: be more defensive when checking the presence of ESP in fstab (bsc#1218671)
|
||||||
|
7ed2979654 journalctl: explicitly check < 0 for error
|
||||||
|
fc5e25d0a0 journalctl: make --until work again with --after-cursor and --lines (bsc#1221906)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 25 09:08:21 UTC 2024 - Franck Bui <fbui@suse.com>
|
Thu Apr 25 09:08:21 UTC 2024 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package systemd
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -26,9 +26,9 @@
|
|||||||
%define systemd_release %{?release_override}%{!?release_override:0}
|
%define systemd_release %{?release_override}%{!?release_override:0}
|
||||||
%define archive_version %{nil}
|
%define archive_version %{nil}
|
||||||
%else
|
%else
|
||||||
%define systemd_version 255.4
|
%define systemd_version 255.5
|
||||||
%define systemd_release 0
|
%define systemd_release 0
|
||||||
%define archive_version +suse.22.g56b53b17bc
|
%define archive_version +suse.26.g49fb09fa18
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define systemd_major %{sub %systemd_version 1 3}
|
%define systemd_major %{sub %systemd_version 1 3}
|
||||||
@ -341,7 +341,7 @@ Requires: group(lp)
|
|||||||
Requires(pre): group(kvm)
|
Requires(pre): group(kvm)
|
||||||
Requires(post): sed
|
Requires(post): sed
|
||||||
Requires(post): coreutils
|
Requires(post): coreutils
|
||||||
Requires(postun): coreutils
|
Requires(postun):coreutils
|
||||||
# 'regenerate_initrd_post' macro is expanded during build, hence this BR.
|
# 'regenerate_initrd_post' macro is expanded during build, hence this BR.
|
||||||
BuildRequires: suse-module-tools
|
BuildRequires: suse-module-tools
|
||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
|
Loading…
Reference in New Issue
Block a user