Accepting request 809898 from Base:System
OBS-URL: https://build.opensuse.org/request/show/809898 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=310
This commit is contained in:
parent
43dfa52de9
commit
d21471adeb
@ -29,3 +29,4 @@ addFilter(".*missing-call-to-chdir-with-chroot.*")
|
||||
addFilter(".*systemd-service-without-service.*")
|
||||
addFilter(".*shlib-policy-missing-suffix.*")
|
||||
addFilter(".*suse-missing-rclink.*")
|
||||
addFilter("env-script-interpreter")
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 09:30:33 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- Import commit a6d31d1a02c2718a064bbbc40d003668acf72769
|
||||
|
||||
bb6e2f7906 pid1: update manager settings on reload too (bsc#1163109)
|
||||
e9e8907b06 watchdog: reduce watchdog pings in timeout interval
|
||||
385a8f9846 udev: rename the persistent link for ATA devices (bsc#1164538)
|
||||
66018a12ae tmpfiles: remove unnecessary assert (bsc#1171145)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 08:47:22 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- Disable bump of /proc/sys/fs/nr-open
|
||||
|
||||
Hopefully a _temporary_ workaround until bsc#1165351 is fixed
|
||||
otherwise user instances crashes the system is using NIS (and the
|
||||
nscd cache is empty).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 15:45:50 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
##### WARNING: please do not edit this auto generated spec file. Use the systemd.spec! #####
|
||||
%define mini -mini
|
||||
%define min_kernel_version 4.5
|
||||
%define suse_version +suse.117.g08cd65ac38
|
||||
%define suse_version +suse.122.ga6d31d1a02
|
||||
|
||||
%bcond_with gnuefi
|
||||
%if 0%{?bootstrap}
|
||||
@ -506,6 +506,7 @@ ntp_servers=({0..3}.suse.pool.ntp.org)
|
||||
-Ddefault-kill-user-processes=false \
|
||||
-Dntp-servers="${ntp_servers[*]}" \
|
||||
-Drc-local=/etc/init.d/boot.local \
|
||||
-Dbump-proc-sys-fs-nr-open=false \
|
||||
-Ddebug-shell=/bin/bash \
|
||||
-Dseccomp=auto \
|
||||
-Dselinux=auto \
|
||||
|
@ -29,3 +29,4 @@ addFilter(".*missing-call-to-chdir-with-chroot.*")
|
||||
addFilter(".*systemd-service-without-service.*")
|
||||
addFilter(".*shlib-policy-missing-suffix.*")
|
||||
addFilter(".*suse-missing-rclink.*")
|
||||
addFilter("env-script-interpreter")
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c015d9db3328696f69f9d051f71b859b84963dd7090eddafb209728224afd426
|
||||
size 6171008
|
3
systemd-v245+suse.122.ga6d31d1a02.tar.xz
Normal file
3
systemd-v245+suse.122.ga6d31d1a02.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:edf10c3da62bb0cd6dcff78c0e836f79cb0ed65fb6b9ea5cdbbd12514a702025
|
||||
size 6173184
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 28 09:30:33 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- Import commit a6d31d1a02c2718a064bbbc40d003668acf72769
|
||||
|
||||
bb6e2f7906 pid1: update manager settings on reload too (bsc#1163109)
|
||||
e9e8907b06 watchdog: reduce watchdog pings in timeout interval
|
||||
385a8f9846 udev: rename the persistent link for ATA devices (bsc#1164538)
|
||||
66018a12ae tmpfiles: remove unnecessary assert (bsc#1171145)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 08:47:22 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- Disable bump of /proc/sys/fs/nr-open
|
||||
|
||||
Hopefully a _temporary_ workaround until bsc#1165351 is fixed
|
||||
otherwise user instances crashes the system is using NIS (and the
|
||||
nscd cache is empty).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 15:45:50 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%define bootstrap 0
|
||||
%define mini %nil
|
||||
%define min_kernel_version 4.5
|
||||
%define suse_version +suse.117.g08cd65ac38
|
||||
%define suse_version +suse.122.ga6d31d1a02
|
||||
|
||||
%bcond_with gnuefi
|
||||
%if 0%{?bootstrap}
|
||||
@ -504,6 +504,7 @@ ntp_servers=({0..3}.suse.pool.ntp.org)
|
||||
-Ddefault-kill-user-processes=false \
|
||||
-Dntp-servers="${ntp_servers[*]}" \
|
||||
-Drc-local=/etc/init.d/boot.local \
|
||||
-Dbump-proc-sys-fs-nr-open=false \
|
||||
-Ddebug-shell=/bin/bash \
|
||||
-Dseccomp=auto \
|
||||
-Dselinux=auto \
|
||||
|
Loading…
Reference in New Issue
Block a user