From 6afe99a000017e5593c740e34f5e0720186bdf1890b105f2af8295e9da20f108 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 1 Apr 2021 12:06:41 +0000 Subject: [PATCH 1/4] - Fix crash during using autoyast UI (bsc#1184216) - 4.3.76 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=966 --- autoyast2-4.3.75.tar.bz2 | 3 --- autoyast2-4.3.76.tar.bz2 | 3 +++ autoyast2.changes | 6 ++++++ autoyast2.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 autoyast2-4.3.75.tar.bz2 create mode 100644 autoyast2-4.3.76.tar.bz2 diff --git a/autoyast2-4.3.75.tar.bz2 b/autoyast2-4.3.75.tar.bz2 deleted file mode 100644 index 67cd43b..0000000 --- a/autoyast2-4.3.75.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09ab76e0c905bd3e14bd44031f9320293d3689c075d9caf4fd56476c9de702ca -size 710515 diff --git a/autoyast2-4.3.76.tar.bz2 b/autoyast2-4.3.76.tar.bz2 new file mode 100644 index 0000000..aa6bf22 --- /dev/null +++ b/autoyast2-4.3.76.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffbcc853f7dbfb00e400fe51bfcd1318bc030e61ddd793972b0677d286ecd416 +size 710530 diff --git a/autoyast2.changes b/autoyast2.changes index f76b091..9f6b7f1 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 1 10:27:56 UTC 2021 - Josef Reidinger + +- Fix crash during using autoyast UI (bsc#1184216) +- 4.3.76 + ------------------------------------------------------------------- Thu Mar 18 09:25:15 UTC 2021 - Steffen Winterfeldt diff --git a/autoyast2.spec b/autoyast2.spec index 5a7707d..bf284b1 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.3.75 +Version: 4.3.76 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only From b75789244c24cdeb41f6c81e016f3c09a992268c1c1a62d5b175aecdafcc134d Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 7 Apr 2021 10:55:11 +0000 Subject: [PATCH 2/4] - consistent handling of empty elements in autoyast profile (bsc#1180968) - 4.4.0 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=967 --- autoyast2-4.3.76.tar.bz2 | 3 --- autoyast2-4.4.0.tar.bz2 | 3 +++ autoyast2.changes | 6 ++++++ autoyast2.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 autoyast2-4.3.76.tar.bz2 create mode 100644 autoyast2-4.4.0.tar.bz2 diff --git a/autoyast2-4.3.76.tar.bz2 b/autoyast2-4.3.76.tar.bz2 deleted file mode 100644 index aa6bf22..0000000 --- a/autoyast2-4.3.76.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffbcc853f7dbfb00e400fe51bfcd1318bc030e61ddd793972b0677d286ecd416 -size 710530 diff --git a/autoyast2-4.4.0.tar.bz2 b/autoyast2-4.4.0.tar.bz2 new file mode 100644 index 0000000..9ff71d6 --- /dev/null +++ b/autoyast2-4.4.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25eb93d5c7784814a3f483d0e6a5b2b2027c733ed65f7d2bc94d990d7b7132a4 +size 710619 diff --git a/autoyast2.changes b/autoyast2.changes index 9f6b7f1..f0c30c8 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 7 10:40:15 UTC 2021 - Steffen Winterfeldt + +- consistent handling of empty elements in autoyast profile (bsc#1180968) +- 4.4.0 + ------------------------------------------------------------------- Thu Apr 1 10:27:56 UTC 2021 - Josef Reidinger diff --git a/autoyast2.spec b/autoyast2.spec index bf284b1..fdeba5c 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.3.76 +Version: 4.4.0 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only From 62df4016edd731de992780c75d0fc63fd4ad879368986cfc31e6339b66f2414c Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 8 Apr 2021 06:59:27 +0000 Subject: [PATCH 3/4] - Do not crash while sorting the list of modules to be processed during the 2nd stage (bsc#1184316). - Prevent AutoYaST UI from crashing when trying to apply a module changes (bsc#1184429). - Use 'module' instead of 'listentry' when exporting pre-modules and post-modules lists (bsc#1184342). - Show the only once during autoinstallation (bsc#1184317). - Add the 'mkfs_options' element to the schema (bsc#1184268). - 4.4.1 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=968 --- autoyast2-4.4.0.tar.bz2 | 3 --- autoyast2-4.4.1.tar.bz2 | 3 +++ autoyast2.changes | 14 ++++++++++++++ autoyast2.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 autoyast2-4.4.0.tar.bz2 create mode 100644 autoyast2-4.4.1.tar.bz2 diff --git a/autoyast2-4.4.0.tar.bz2 b/autoyast2-4.4.0.tar.bz2 deleted file mode 100644 index 9ff71d6..0000000 --- a/autoyast2-4.4.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25eb93d5c7784814a3f483d0e6a5b2b2027c733ed65f7d2bc94d990d7b7132a4 -size 710619 diff --git a/autoyast2-4.4.1.tar.bz2 b/autoyast2-4.4.1.tar.bz2 new file mode 100644 index 0000000..06231f8 --- /dev/null +++ b/autoyast2-4.4.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eabab17947f0694d8d13ea0fb5c809f0b9a6b4f01fbc562b247907a9ff17162 +size 710310 diff --git a/autoyast2.changes b/autoyast2.changes index f0c30c8..519dcd5 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Apr 7 11:50:33 UTC 2021 - Imobach Gonzalez Sosa + +- Do not crash while sorting the list of modules to be processed + during the 2nd stage (bsc#1184316). +- Prevent AutoYaST UI from crashing when trying to apply a module + changes (bsc#1184429). +- Use 'module' instead of 'listentry' when exporting pre-modules + and post-modules lists (bsc#1184342). +- Show the only once during autoinstallation + (bsc#1184317). +- Add the 'mkfs_options' element to the schema (bsc#1184268). +- 4.4.1 + ------------------------------------------------------------------- Wed Apr 7 10:40:15 UTC 2021 - Steffen Winterfeldt diff --git a/autoyast2.spec b/autoyast2.spec index fdeba5c..b0729ba 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.4.0 +Version: 4.4.1 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only From 0c687d7ec4f76b1d8c09f68a4d759e89d517712f1be1f4ea1121a2a4f0901ed1 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 8 Apr 2021 16:41:28 +0000 Subject: [PATCH 4/4] - fix autoyast profile parser (bsc#1184508) - 4.4.2 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=969 --- autoyast2-4.4.1.tar.bz2 | 3 --- autoyast2-4.4.2.tar.bz2 | 3 +++ autoyast2.changes | 6 ++++++ autoyast2.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 autoyast2-4.4.1.tar.bz2 create mode 100644 autoyast2-4.4.2.tar.bz2 diff --git a/autoyast2-4.4.1.tar.bz2 b/autoyast2-4.4.1.tar.bz2 deleted file mode 100644 index 06231f8..0000000 --- a/autoyast2-4.4.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7eabab17947f0694d8d13ea0fb5c809f0b9a6b4f01fbc562b247907a9ff17162 -size 710310 diff --git a/autoyast2-4.4.2.tar.bz2 b/autoyast2-4.4.2.tar.bz2 new file mode 100644 index 0000000..71d604e --- /dev/null +++ b/autoyast2-4.4.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98fb7a20ee1007f60081753ac931b0664fe818d953e2ae31adf2477f0394ad05 +size 710424 diff --git a/autoyast2.changes b/autoyast2.changes index 519dcd5..8434c0e 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 8 16:13:44 UTC 2021 - Steffen Winterfeldt + +- fix autoyast profile parser (bsc#1184508) +- 4.4.2 + ------------------------------------------------------------------- Wed Apr 7 11:50:33 UTC 2021 - Imobach Gonzalez Sosa diff --git a/autoyast2.spec b/autoyast2.spec index b0729ba..c879ec6 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.4.1 +Version: 4.4.2 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only