From 3d3dccd663f4b5eaaa8e11747a47bea25d2882ccabd35b70ed4bd144557cf45f Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 6 Feb 2024 16:31:42 +0000 Subject: [PATCH 1/3] - Restore the selected products after reloading the package manager, properly install all products for new modules and extensions when upgrading from SLE12 (bsc#1218391) - 5.0.6 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1202 --- yast2-installation-5.0.5.tar.bz2 | 3 --- yast2-installation-5.0.6.tar.bz2 | 3 +++ yast2-installation.changes | 8 ++++++++ yast2-installation.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-5.0.5.tar.bz2 create mode 100644 yast2-installation-5.0.6.tar.bz2 diff --git a/yast2-installation-5.0.5.tar.bz2 b/yast2-installation-5.0.5.tar.bz2 deleted file mode 100644 index 6b9996a..0000000 --- a/yast2-installation-5.0.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62f1a46ef1983a59490e785e485c4c69ba31df95b6449a3bc4e4fc451732a96c -size 1491027 diff --git a/yast2-installation-5.0.6.tar.bz2 b/yast2-installation-5.0.6.tar.bz2 new file mode 100644 index 0000000..fdbdaf7 --- /dev/null +++ b/yast2-installation-5.0.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4091cad068306a5334201601988bbe21ac404ee5026cb9be43e95e9acd066ea0 +size 1491374 diff --git a/yast2-installation.changes b/yast2-installation.changes index 237b13e..a957977 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Feb 6 16:05:37 UTC 2024 - Ladislav Slezák + +- Restore the selected products after reloading the package + manager, properly install all products for new modules and + extensions when upgrading from SLE12 (bsc#1218391) +- 5.0.6 + ------------------------------------------------------------------- Fri Jan 26 12:26:06 UTC 2024 - Knut Anderssen diff --git a/yast2-installation.spec b/yast2-installation.spec index 64bd0bf..c2bc782 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 5.0.5 +Version: 5.0.6 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only From 178516e7b98301ab236efe681ae6bf70aed2674679def3028ffa1de990e20b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Tue, 6 Feb 2024 16:39:10 +0000 Subject: [PATCH 2/3] Revert the fix OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1203 --- yast2-installation-5.0.5.tar.bz2 | 3 +++ yast2-installation-5.0.6.tar.bz2 | 3 --- yast2-installation.changes | 8 -------- yast2-installation.spec | 2 +- 4 files changed, 4 insertions(+), 12 deletions(-) create mode 100644 yast2-installation-5.0.5.tar.bz2 delete mode 100644 yast2-installation-5.0.6.tar.bz2 diff --git a/yast2-installation-5.0.5.tar.bz2 b/yast2-installation-5.0.5.tar.bz2 new file mode 100644 index 0000000..6b9996a --- /dev/null +++ b/yast2-installation-5.0.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f1a46ef1983a59490e785e485c4c69ba31df95b6449a3bc4e4fc451732a96c +size 1491027 diff --git a/yast2-installation-5.0.6.tar.bz2 b/yast2-installation-5.0.6.tar.bz2 deleted file mode 100644 index fdbdaf7..0000000 --- a/yast2-installation-5.0.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4091cad068306a5334201601988bbe21ac404ee5026cb9be43e95e9acd066ea0 -size 1491374 diff --git a/yast2-installation.changes b/yast2-installation.changes index a957977..237b13e 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,11 +1,3 @@ -------------------------------------------------------------------- -Tue Feb 6 16:05:37 UTC 2024 - Ladislav Slezák - -- Restore the selected products after reloading the package - manager, properly install all products for new modules and - extensions when upgrading from SLE12 (bsc#1218391) -- 5.0.6 - ------------------------------------------------------------------- Fri Jan 26 12:26:06 UTC 2024 - Knut Anderssen diff --git a/yast2-installation.spec b/yast2-installation.spec index c2bc782..64bd0bf 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 5.0.6 +Version: 5.0.5 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only From ddb6ec50bac941a595e2d1dbd1c25db33c6432570161f261350bf023ee705362 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 6 Feb 2024 17:31:29 +0000 Subject: [PATCH 3/3] - Restore the selected products after reloading the package manager, properly install all products for new modules and extensions when upgrading from SLE12 (bsc#1218391) - 5.0.6 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1204 --- yast2-installation-5.0.5.tar.bz2 | 3 --- yast2-installation-5.0.6.tar.bz2 | 3 +++ yast2-installation.changes | 8 ++++++++ yast2-installation.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-5.0.5.tar.bz2 create mode 100644 yast2-installation-5.0.6.tar.bz2 diff --git a/yast2-installation-5.0.5.tar.bz2 b/yast2-installation-5.0.5.tar.bz2 deleted file mode 100644 index 6b9996a..0000000 --- a/yast2-installation-5.0.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62f1a46ef1983a59490e785e485c4c69ba31df95b6449a3bc4e4fc451732a96c -size 1491027 diff --git a/yast2-installation-5.0.6.tar.bz2 b/yast2-installation-5.0.6.tar.bz2 new file mode 100644 index 0000000..bb0f6e1 --- /dev/null +++ b/yast2-installation-5.0.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e01b7af86c8bd0437a7c54f60295280705d54e87bf9b32243afb5c36210f2a +size 1491197 diff --git a/yast2-installation.changes b/yast2-installation.changes index 237b13e..a957977 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Feb 6 16:05:37 UTC 2024 - Ladislav Slezák + +- Restore the selected products after reloading the package + manager, properly install all products for new modules and + extensions when upgrading from SLE12 (bsc#1218391) +- 5.0.6 + ------------------------------------------------------------------- Fri Jan 26 12:26:06 UTC 2024 - Knut Anderssen diff --git a/yast2-installation.spec b/yast2-installation.spec index 64bd0bf..c2bc782 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 5.0.5 +Version: 5.0.6 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only