From 559c6dfe355fb6a8ac9520506c5b0f7ff00d2ee57906f9a44e38d143eaef8aa2 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 21 Sep 2020 18:12:59 +0000 Subject: [PATCH 1/3] - Add new action `yast2 autoyast check-profile` (related to bsc#1175735) which features: -- XML syntax check -- XML schema validation -- try to fetch the profile -- generate dynamic profile erb or classes/rules -- optional try to import profile and detect any issues with it -- optional run of scripts including dynamic profiles in pre-script -- 4.3.52 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=937 --- autoyast2-4.3.51.tar.bz2 | 3 --- autoyast2-4.3.52.tar.bz2 | 3 +++ autoyast2.changes | 15 ++++++++++++++- autoyast2.spec | 2 +- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 autoyast2-4.3.51.tar.bz2 create mode 100644 autoyast2-4.3.52.tar.bz2 diff --git a/autoyast2-4.3.51.tar.bz2 b/autoyast2-4.3.51.tar.bz2 deleted file mode 100644 index d458a21..0000000 --- a/autoyast2-4.3.51.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af998cdeccf5eaa297016d883a34ccd3bac85a22c714a60eeb53d453adfc2d62 -size 707235 diff --git a/autoyast2-4.3.52.tar.bz2 b/autoyast2-4.3.52.tar.bz2 new file mode 100644 index 0000000..ed78c8d --- /dev/null +++ b/autoyast2-4.3.52.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7baa71985da06382b2f2d8a648359b068b5e1fff036861b2f47f18828f24beaf +size 708420 diff --git a/autoyast2.changes b/autoyast2.changes index 0432097..9d7811f 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Sep 21 15:04:10 UTC 2020 - Josef Reidinger + +- Add new action `yast2 autoyast check-profile` (related to + bsc#1175735) which features: +-- XML syntax check +-- XML schema validation +-- try to fetch the profile +-- generate dynamic profile erb or classes/rules +-- optional try to import profile and detect any issues with it +-- optional run of scripts including dynamic profiles in pre-script +-- 4.3.52 + ------------------------------------------------------------------- Fri Sep 18 12:20:10 CEST 2020 - schubi@suse.de @@ -5,7 +18,7 @@ Fri Sep 18 12:20:10 CEST 2020 - schubi@suse.de supplements instead (bsc#1146494). - 4.3.51 -------------------------------------------------------------------- +------------------------------------------------------------------- Thu Sep 17 20:03:44 UTC 2020 - Knut Anderssen - Import general and report sections in case that some pre-script diff --git a/autoyast2.spec b/autoyast2.spec index fec0960..b62db2a 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.3.51 +Version: 4.3.52 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only From f0af0968577d3e288b3c066f707355a964723f12382143f419ed7d49f49e0efc Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 24 Sep 2020 13:47:09 +0000 Subject: [PATCH 2/3] - Set 0o600 permissions to the generated profile when cloning a system (bsc#1174202). OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=938 --- autoyast2-4.3.52.tar.bz2 | 4 ++-- autoyast2.changes | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/autoyast2-4.3.52.tar.bz2 b/autoyast2-4.3.52.tar.bz2 index ed78c8d..a51bb76 100644 --- a/autoyast2-4.3.52.tar.bz2 +++ b/autoyast2-4.3.52.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7baa71985da06382b2f2d8a648359b068b5e1fff036861b2f47f18828f24beaf -size 708420 +oid sha256:36b29d162ae531926039561ead1da068ea897eadc19665731f519966c0eb0046 +size 708449 diff --git a/autoyast2.changes b/autoyast2.changes index 9d7811f..c0d93c9 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 24 11:03:42 UTC 2020 - Imobach Gonzalez Sosa + +- Set 0o600 permissions to the generated profile when cloning + a system (bsc#1174202). + ------------------------------------------------------------------- Mon Sep 21 15:04:10 UTC 2020 - Josef Reidinger From 15e10f7caefcb12ec5ce3ed5f855d4561deaa5b612275f7f8c24841373046d92 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 24 Sep 2020 15:31:36 +0000 Subject: [PATCH 3/3] - Add the schema for 'backup' and 'upgrade' sections (bsc#1176834). - 4.3.53 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=939 --- autoyast2-4.3.52.tar.bz2 | 3 --- autoyast2-4.3.53.tar.bz2 | 3 +++ autoyast2.changes | 6 ++++++ autoyast2.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 autoyast2-4.3.52.tar.bz2 create mode 100644 autoyast2-4.3.53.tar.bz2 diff --git a/autoyast2-4.3.52.tar.bz2 b/autoyast2-4.3.52.tar.bz2 deleted file mode 100644 index a51bb76..0000000 --- a/autoyast2-4.3.52.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36b29d162ae531926039561ead1da068ea897eadc19665731f519966c0eb0046 -size 708449 diff --git a/autoyast2-4.3.53.tar.bz2 b/autoyast2-4.3.53.tar.bz2 new file mode 100644 index 0000000..e210362 --- /dev/null +++ b/autoyast2-4.3.53.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d1843cd1c126f9dbf9b2fef1f74682e323af99da0cb2318e239a913279aaa91 +size 708728 diff --git a/autoyast2.changes b/autoyast2.changes index c0d93c9..ef62dec 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 24 13:04:47 UTC 2020 - Imobach Gonzalez Sosa + +- Add the schema for 'backup' and 'upgrade' sections (bsc#1176834). +- 4.3.53 + ------------------------------------------------------------------- Thu Sep 24 11:03:42 UTC 2020 - Imobach Gonzalez Sosa diff --git a/autoyast2.spec b/autoyast2.spec index b62db2a..393b269 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.3.52 +Version: 4.3.53 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only