From 6056318a594fbe2fda280454d14dc0b33a4ddf5fc636b763c4e540173fecc365 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 10 Mar 2021 15:03:12 +0000 Subject: [PATCH 1/4] - Reduce self-update mechanism memory consumption (bsc#1182928): - Make sure to download the package only once. - Use a single squash file system for each update repository. - Ignore unchanged files and directories like /usr/share/man, /usr/share/info, etc. - 4.3.32 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1098 --- yast2-installation-4.3.31.tar.bz2 | 3 --- yast2-installation-4.3.32.tar.bz2 | 3 +++ yast2-installation.changes | 10 ++++++++++ yast2-installation.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.3.31.tar.bz2 create mode 100644 yast2-installation-4.3.32.tar.bz2 diff --git a/yast2-installation-4.3.31.tar.bz2 b/yast2-installation-4.3.31.tar.bz2 deleted file mode 100644 index 33917a4..0000000 --- a/yast2-installation-4.3.31.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ead9b199067bae3c897602b85b7cbf195f0787ad2536092b3e84fc0b01394028 -size 1467444 diff --git a/yast2-installation-4.3.32.tar.bz2 b/yast2-installation-4.3.32.tar.bz2 new file mode 100644 index 0000000..0e70294 --- /dev/null +++ b/yast2-installation-4.3.32.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12401c9a1473939107ff6e10d4016b6e7f9e038edd7128af33e454ef14ff7723 +size 1469368 diff --git a/yast2-installation.changes b/yast2-installation.changes index 4bdb3ea..d4a3da9 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Mar 10 10:06:00 UTC 2021 - Imobach Gonzalez Sosa + +- Reduce self-update mechanism memory consumption (bsc#1182928): + - Make sure to download the package only once. + - Use a single squash file system for each update repository. + - Ignore unchanged files and directories like /usr/share/man, + /usr/share/info, etc. +- 4.3.32 + ------------------------------------------------------------------- Thu Mar 4 13:49:52 UTC 2021 - Ladislav Slezák diff --git a/yast2-installation.spec b/yast2-installation.spec index 205e144..c0d72ca 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.3.31 +Version: 4.3.32 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only From 76cb3dc8a851a09a9f22fda2007ab6cdc4c93472d3234c2a17b2091941462366 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 11 Mar 2021 08:57:51 +0000 Subject: [PATCH 2/4] - Do not trigger any kernel event with udevadm from the kernel_finish client (bsc#1180535) - 4.3.33 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1099 --- yast2-installation-4.3.32.tar.bz2 | 3 --- yast2-installation-4.3.33.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.3.32.tar.bz2 create mode 100644 yast2-installation-4.3.33.tar.bz2 diff --git a/yast2-installation-4.3.32.tar.bz2 b/yast2-installation-4.3.32.tar.bz2 deleted file mode 100644 index 0e70294..0000000 --- a/yast2-installation-4.3.32.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12401c9a1473939107ff6e10d4016b6e7f9e038edd7128af33e454ef14ff7723 -size 1469368 diff --git a/yast2-installation-4.3.33.tar.bz2 b/yast2-installation-4.3.33.tar.bz2 new file mode 100644 index 0000000..872ceb5 --- /dev/null +++ b/yast2-installation-4.3.33.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fda87735f16114b767f4fcb6f13d2924ed17122cf399ced966b35b8b90a4601 +size 1469454 diff --git a/yast2-installation.changes b/yast2-installation.changes index d4a3da9..dd7e72e 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 10 17:25:29 UTC 2021 - Knut Anderssen + +- Do not trigger any kernel event with udevadm from the + kernel_finish client (bsc#1180535) +- 4.3.33 + ------------------------------------------------------------------- Wed Mar 10 10:06:00 UTC 2021 - Imobach Gonzalez Sosa diff --git a/yast2-installation.spec b/yast2-installation.spec index c0d72ca..966bb83 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.3.32 +Version: 4.3.33 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only From 6cba12524f1cd868c06931c68f874b60e583a968fe56701a35761e373b873ce0 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 11 Mar 2021 16:11:45 +0000 Subject: [PATCH 3/4] - Remove the libzypp cache symlink (related to bsc#1182928) - Improved "memsample" script handling - Do not start it again if it is already running (might happen if YaST is started again after crash) - Stop it when YaST finishes - 4.3.34 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1100 --- yast2-installation-4.3.33.tar.bz2 | 3 --- yast2-installation-4.3.34.tar.bz2 | 3 +++ yast2-installation.changes | 10 ++++++++++ yast2-installation.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.3.33.tar.bz2 create mode 100644 yast2-installation-4.3.34.tar.bz2 diff --git a/yast2-installation-4.3.33.tar.bz2 b/yast2-installation-4.3.33.tar.bz2 deleted file mode 100644 index 872ceb5..0000000 --- a/yast2-installation-4.3.33.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fda87735f16114b767f4fcb6f13d2924ed17122cf399ced966b35b8b90a4601 -size 1469454 diff --git a/yast2-installation-4.3.34.tar.bz2 b/yast2-installation-4.3.34.tar.bz2 new file mode 100644 index 0000000..7e25847 --- /dev/null +++ b/yast2-installation-4.3.34.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea13aefe5e96a7f3737867e5bb8fa6a8cd9aa10fd002fca8e549934aaeaaa8c +size 1469796 diff --git a/yast2-installation.changes b/yast2-installation.changes index dd7e72e..2d69415 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Mar 11 15:13:16 UTC 2021 - Ladislav Slezák + +- Remove the libzypp cache symlink (related to bsc#1182928) +- Improved "memsample" script handling + - Do not start it again if it is already running + (might happen if YaST is started again after crash) + - Stop it when YaST finishes +- 4.3.34 + ------------------------------------------------------------------- Wed Mar 10 17:25:29 UTC 2021 - Knut Anderssen diff --git a/yast2-installation.spec b/yast2-installation.spec index 966bb83..d7aec80 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.3.33 +Version: 4.3.34 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only From cb13c1f1789c70c6ae12d310e1ed6efdd49f72c70c0a69f08a5a0d1018c9e42b Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 18 Mar 2021 07:20:27 +0000 Subject: [PATCH 4/4] - Expert console: use "dash" if available instead of "bash" shell to avoid job control error messages (bsc#1183648) - 4.3.35 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1101 --- yast2-installation-4.3.34.tar.bz2 | 3 --- yast2-installation-4.3.35.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.3.34.tar.bz2 create mode 100644 yast2-installation-4.3.35.tar.bz2 diff --git a/yast2-installation-4.3.34.tar.bz2 b/yast2-installation-4.3.34.tar.bz2 deleted file mode 100644 index 7e25847..0000000 --- a/yast2-installation-4.3.34.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ea13aefe5e96a7f3737867e5bb8fa6a8cd9aa10fd002fca8e549934aaeaaa8c -size 1469796 diff --git a/yast2-installation-4.3.35.tar.bz2 b/yast2-installation-4.3.35.tar.bz2 new file mode 100644 index 0000000..2ed0767 --- /dev/null +++ b/yast2-installation-4.3.35.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6edec7a24e934bea7f66d670cef3ccf83ed9a202528c32cedc7c67fa8331a1 +size 1470483 diff --git a/yast2-installation.changes b/yast2-installation.changes index 2d69415..c1e9abf 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 17 16:53:42 UTC 2021 - Ladislav Slezák + +- Expert console: use "dash" if available instead of "bash" shell + to avoid job control error messages (bsc#1183648) +- 4.3.35 + ------------------------------------------------------------------- Thu Mar 11 15:13:16 UTC 2021 - Ladislav Slezák diff --git a/yast2-installation.spec b/yast2-installation.spec index d7aec80..27d125d 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.3.34 +Version: 4.3.35 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only