From d21471adebd05b69f3177bf2865c012e75f79854aaf9bfa417e3b95e29eb5112 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 11 Jun 2020 12:37:13 +0000 Subject: [PATCH] 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 --- systemd-mini-rpmlintrc | 1 + systemd-mini.changes | 19 +++++++++++++++++++ systemd-mini.spec | 3 ++- systemd-rpmlintrc | 1 + systemd-v245+suse.117.g08cd65ac38.tar.xz | 3 --- systemd-v245+suse.122.ga6d31d1a02.tar.xz | 3 +++ systemd.changes | 19 +++++++++++++++++++ systemd.spec | 3 ++- 8 files changed, 47 insertions(+), 5 deletions(-) delete mode 100644 systemd-v245+suse.117.g08cd65ac38.tar.xz create mode 100644 systemd-v245+suse.122.ga6d31d1a02.tar.xz diff --git a/systemd-mini-rpmlintrc b/systemd-mini-rpmlintrc index a2cefb37..9bc3777f 100644 --- a/systemd-mini-rpmlintrc +++ b/systemd-mini-rpmlintrc @@ -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") diff --git a/systemd-mini.changes b/systemd-mini.changes index 2f5136ec..c85941eb 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu May 28 09:30:33 UTC 2020 - Franck Bui + +- 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 + +- 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 diff --git a/systemd-mini.spec b/systemd-mini.spec index 5644b36f..5f5aca7f 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -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 \ diff --git a/systemd-rpmlintrc b/systemd-rpmlintrc index a2cefb37..9bc3777f 100644 --- a/systemd-rpmlintrc +++ b/systemd-rpmlintrc @@ -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") diff --git a/systemd-v245+suse.117.g08cd65ac38.tar.xz b/systemd-v245+suse.117.g08cd65ac38.tar.xz deleted file mode 100644 index 0eaa637a..00000000 --- a/systemd-v245+suse.117.g08cd65ac38.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c015d9db3328696f69f9d051f71b859b84963dd7090eddafb209728224afd426 -size 6171008 diff --git a/systemd-v245+suse.122.ga6d31d1a02.tar.xz b/systemd-v245+suse.122.ga6d31d1a02.tar.xz new file mode 100644 index 00000000..879f9814 --- /dev/null +++ b/systemd-v245+suse.122.ga6d31d1a02.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edf10c3da62bb0cd6dcff78c0e836f79cb0ed65fb6b9ea5cdbbd12514a702025 +size 6173184 diff --git a/systemd.changes b/systemd.changes index 2f5136ec..c85941eb 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu May 28 09:30:33 UTC 2020 - Franck Bui + +- 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 + +- 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 diff --git a/systemd.spec b/systemd.spec index efefdb63..0e2921e5 100644 --- a/systemd.spec +++ b/systemd.spec @@ -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 \