forked from pool/systemd
Accepting request 787500 from home:fbui:systemd:openSUSE-Factory
- Import commit 31f82b39c811b4f731c80c2c2e7c56a0ca924a5b (merge v245.2) d1d3f2aa15 docs: Add syntax for templated units to systemd.preset man page 3c69813c69 man: add a tiny bit of markup bf595e788c home: fix segfault when parsing arguments in PAM module e110f4dacb test: wait a bit after starting the test service e8df08cfdb fix journalctl regression (#15099) eb3a38cc23 NEWS: add late note about job trimming issue 405f0fcfdd systemctl: hide the 'glyph' column when --no-legend is requested 1c7de81f89 format-table: allow hiding a specific column b7f2308bda core: transition to FINAL_SIGTERM state after ExecStopPost= 2867dfbf70 journalctl: show duplicate entries if they are from the same file (#14898) [...] Added 0001-Revert-job-Don-t-mark-as-redundant-if-deps-are-relev.patch: upstream commit 097537f07a2fab3cb73aef7bc59f2a66aa93f533 has been reverted for now on as it introduced a behavior change which has impacted plymouth at least. OBS-URL: https://build.opensuse.org/request/show/787500 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1091
This commit is contained in:
parent
ba135ace4a
commit
c516593d35
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 19 09:32:41 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Import commit 31f82b39c811b4f731c80c2c2e7c56a0ca924a5b (merge v245.2)
|
||||||
|
|
||||||
|
d1d3f2aa15 docs: Add syntax for templated units to systemd.preset man page
|
||||||
|
3c69813c69 man: add a tiny bit of markup
|
||||||
|
bf595e788c home: fix segfault when parsing arguments in PAM module
|
||||||
|
e110f4dacb test: wait a bit after starting the test service
|
||||||
|
e8df08cfdb fix journalctl regression (#15099)
|
||||||
|
eb3a38cc23 NEWS: add late note about job trimming issue
|
||||||
|
405f0fcfdd systemctl: hide the 'glyph' column when --no-legend is requested
|
||||||
|
1c7de81f89 format-table: allow hiding a specific column
|
||||||
|
b7f2308bda core: transition to FINAL_SIGTERM state after ExecStopPost=
|
||||||
|
2867dfbf70 journalctl: show duplicate entries if they are from the same file (#14898)
|
||||||
|
[...]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 18 14:09:57 UTC 2020 - Franck Bui <fbui@suse.com>
|
Wed Mar 18 14:09:57 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
@ -16,6 +33,11 @@ Wed Mar 18 14:09:57 UTC 2020 - Franck Bui <fbui@suse.com>
|
|||||||
hierarchy by passing "systemd.unified_cgroup_hierarchy=0" option to
|
hierarchy by passing "systemd.unified_cgroup_hierarchy=0" option to
|
||||||
the kernel command line though.
|
the kernel command line though.
|
||||||
|
|
||||||
|
Added 0001-Revert-job-Don-t-mark-as-redundant-if-deps-are-relev.patch:
|
||||||
|
upstream commit 097537f07a2fab3cb73aef7bc59f2a66aa93f533 has been
|
||||||
|
reverted for now on as it introduced a behavior change which has
|
||||||
|
impacted plymouth at least.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 13 13:15:10 UTC 2020 - Elisei Roca <eroca@suse.com>
|
Fri Mar 13 13:15:10 UTC 2020 - Elisei Roca <eroca@suse.com>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
##### WARNING: please do not edit this auto generated spec file. Use the systemd.spec! #####
|
##### WARNING: please do not edit this auto generated spec file. Use the systemd.spec! #####
|
||||||
%define mini -mini
|
%define mini -mini
|
||||||
%define min_kernel_version 4.5
|
%define min_kernel_version 4.5
|
||||||
%define suse_version +suse.30.g74e2e834b4
|
%define suse_version +suse.57.g31f82b39c8
|
||||||
|
|
||||||
%bcond_with gnuefi
|
%bcond_with gnuefi
|
||||||
%if 0%{?bootstrap}
|
%if 0%{?bootstrap}
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8228ed5648ce23683de7420835f19703b51d9c0065c8e3d5c6770ef7cbbf1204
|
|
||||||
size 6153956
|
|
3
systemd-v245+suse.57.g31f82b39c8.tar.xz
Normal file
3
systemd-v245+suse.57.g31f82b39c8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:535c667d40a84f6d75d455a3e8cd18ee78036f0d5f12b0f816566d8a7e9766d6
|
||||||
|
size 6156388
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 19 09:32:41 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Import commit 31f82b39c811b4f731c80c2c2e7c56a0ca924a5b (merge v245.2)
|
||||||
|
|
||||||
|
d1d3f2aa15 docs: Add syntax for templated units to systemd.preset man page
|
||||||
|
3c69813c69 man: add a tiny bit of markup
|
||||||
|
bf595e788c home: fix segfault when parsing arguments in PAM module
|
||||||
|
e110f4dacb test: wait a bit after starting the test service
|
||||||
|
e8df08cfdb fix journalctl regression (#15099)
|
||||||
|
eb3a38cc23 NEWS: add late note about job trimming issue
|
||||||
|
405f0fcfdd systemctl: hide the 'glyph' column when --no-legend is requested
|
||||||
|
1c7de81f89 format-table: allow hiding a specific column
|
||||||
|
b7f2308bda core: transition to FINAL_SIGTERM state after ExecStopPost=
|
||||||
|
2867dfbf70 journalctl: show duplicate entries if they are from the same file (#14898)
|
||||||
|
[...]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 18 14:09:57 UTC 2020 - Franck Bui <fbui@suse.com>
|
Wed Mar 18 14:09:57 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
@ -16,6 +33,11 @@ Wed Mar 18 14:09:57 UTC 2020 - Franck Bui <fbui@suse.com>
|
|||||||
hierarchy by passing "systemd.unified_cgroup_hierarchy=0" option to
|
hierarchy by passing "systemd.unified_cgroup_hierarchy=0" option to
|
||||||
the kernel command line though.
|
the kernel command line though.
|
||||||
|
|
||||||
|
Added 0001-Revert-job-Don-t-mark-as-redundant-if-deps-are-relev.patch:
|
||||||
|
upstream commit 097537f07a2fab3cb73aef7bc59f2a66aa93f533 has been
|
||||||
|
reverted for now on as it introduced a behavior change which has
|
||||||
|
impacted plymouth at least.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 13 13:15:10 UTC 2020 - Elisei Roca <eroca@suse.com>
|
Fri Mar 13 13:15:10 UTC 2020 - Elisei Roca <eroca@suse.com>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%define bootstrap 0
|
%define bootstrap 0
|
||||||
%define mini %nil
|
%define mini %nil
|
||||||
%define min_kernel_version 4.5
|
%define min_kernel_version 4.5
|
||||||
%define suse_version +suse.30.g74e2e834b4
|
%define suse_version +suse.57.g31f82b39c8
|
||||||
|
|
||||||
%bcond_with gnuefi
|
%bcond_with gnuefi
|
||||||
%if 0%{?bootstrap}
|
%if 0%{?bootstrap}
|
||||||
|
Loading…
Reference in New Issue
Block a user