From 91227c826311078447be43691df64c422a806a9fb352343fba9f7feb368e09fe Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 19 Jun 2020 08:59:26 +0000 Subject: [PATCH 1/8] - Do not export sections with no content (related to bsc#1172749). - 4.3.14 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=894 --- autoyast2-4.3.13.tar.bz2 | 3 --- autoyast2-4.3.14.tar.bz2 | 3 +++ autoyast2.changes | 6 ++++++ autoyast2.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 autoyast2-4.3.13.tar.bz2 create mode 100644 autoyast2-4.3.14.tar.bz2 diff --git a/autoyast2-4.3.13.tar.bz2 b/autoyast2-4.3.13.tar.bz2 deleted file mode 100644 index 6d37c0d..0000000 --- a/autoyast2-4.3.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c75d25f6e87c4e0d26f3c830874f2bd54bf72e4706e010397765aae593764db -size 707148 diff --git a/autoyast2-4.3.14.tar.bz2 b/autoyast2-4.3.14.tar.bz2 new file mode 100644 index 0000000..dba0e30 --- /dev/null +++ b/autoyast2-4.3.14.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ed3f130729c54722b53c7e6fb97a4a4f241853c4e3e7081e1c6460eb9c1d0f +size 707388 diff --git a/autoyast2.changes b/autoyast2.changes index eb74a87..9163674 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 18 11:53:05 UTC 2020 - Imobach Gonzalez Sosa + +- Do not export sections with no content (related to bsc#1172749). +- 4.3.14 + ------------------------------------------------------------------- Fri Jun 12 11:18:00 UTC 2020 - Imobach Gonzalez Sosa diff --git a/autoyast2.spec b/autoyast2.spec index d730f29..4e1b416 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.3.13 +Version: 4.3.14 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only From d036afa6e7db125ba0af1a1c53b2dcbb98fad7021497939e62e5b1bf615753fc Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 19 Jun 2020 17:56:15 +0000 Subject: [PATCH 2/8] - Validate the XML files before using them (bsc#1173091) - Allow disabling the validation by setting YAST_SKIP_XML_VALIDATION=1 - 4.3.15 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=895 --- autoyast2-4.3.14.tar.bz2 | 3 --- autoyast2-4.3.15.tar.bz2 | 3 +++ autoyast2.changes | 8 ++++++++ autoyast2.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 autoyast2-4.3.14.tar.bz2 create mode 100644 autoyast2-4.3.15.tar.bz2 diff --git a/autoyast2-4.3.14.tar.bz2 b/autoyast2-4.3.14.tar.bz2 deleted file mode 100644 index dba0e30..0000000 --- a/autoyast2-4.3.14.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6ed3f130729c54722b53c7e6fb97a4a4f241853c4e3e7081e1c6460eb9c1d0f -size 707388 diff --git a/autoyast2-4.3.15.tar.bz2 b/autoyast2-4.3.15.tar.bz2 new file mode 100644 index 0000000..25470b0 --- /dev/null +++ b/autoyast2-4.3.15.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae3f8af90f7cfa77e522f3275a82b1bdfb9a0d41ff417c8e701402f0009c36e1 +size 708690 diff --git a/autoyast2.changes b/autoyast2.changes index 9163674..0207cca 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jun 19 11:38:57 UTC 2020 - Ladislav Slezák + +- Validate the XML files before using them (bsc#1173091) +- Allow disabling the validation by setting + YAST_SKIP_XML_VALIDATION=1 +- 4.3.15 + ------------------------------------------------------------------- Thu Jun 18 11:53:05 UTC 2020 - Imobach Gonzalez Sosa diff --git a/autoyast2.spec b/autoyast2.spec index 4e1b416..69c55d2 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.3.14 +Version: 4.3.15 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only @@ -66,8 +66,8 @@ BuildRequires: rubygem(%rb_default_ruby_abi:yast-rake) Requires: autoyast2-installation = %{version} Requires: libxslt -# AutoYaST issue handling -Requires: yast2 >= 4.3.2 +# XML.validate +Requires: yast2 >= 4.3.8 Requires: yast2-core Requires: yast2-country >= 3.1.13 # Moving security module to first installation stage From 4ff2e9bd3e1aca9c02dcbd477dc89ad79c5763acb455aa7f7bdcdbbbebac950d Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 24 Jun 2020 13:04:48 +0000 Subject: [PATCH 3/8] - Do not export general section if not requested (bsc#1172552) - 4.3.16 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=896 --- autoyast2-4.3.15.tar.bz2 | 3 --- autoyast2-4.3.16.tar.bz2 | 3 +++ autoyast2.changes | 6 ++++++ autoyast2.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 autoyast2-4.3.15.tar.bz2 create mode 100644 autoyast2-4.3.16.tar.bz2 diff --git a/autoyast2-4.3.15.tar.bz2 b/autoyast2-4.3.15.tar.bz2 deleted file mode 100644 index 25470b0..0000000 --- a/autoyast2-4.3.15.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae3f8af90f7cfa77e522f3275a82b1bdfb9a0d41ff417c8e701402f0009c36e1 -size 708690 diff --git a/autoyast2-4.3.16.tar.bz2 b/autoyast2-4.3.16.tar.bz2 new file mode 100644 index 0000000..2fbdb99 --- /dev/null +++ b/autoyast2-4.3.16.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0321f8261470ff4bf61cf36fd7385ca679460c6ba0bf93c57bd37b0b19cb2ab6 +size 708810 diff --git a/autoyast2.changes b/autoyast2.changes index 0207cca..235123a 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 23 20:15:14 UTC 2020 - Josef Reidinger + +- Do not export general section if not requested (bsc#1172552) +- 4.3.16 + ------------------------------------------------------------------- Fri Jun 19 11:38:57 UTC 2020 - Ladislav Slezák diff --git a/autoyast2.spec b/autoyast2.spec index 69c55d2..7937294 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.3.15 +Version: 4.3.16 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only From 011402a42c3fbe8d6d9e07aee4f040fcb9666a48cb422609d3ae40246a72d10b Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 26 Jun 2020 12:47:57 +0000 Subject: [PATCH 4/8] - Cloning does not depend on the SetModified API call(bsc#1172552) - 4.3.17 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=897 --- autoyast2-4.3.16.tar.bz2 | 3 --- autoyast2-4.3.17.tar.bz2 | 3 +++ autoyast2.changes | 6 ++++++ autoyast2.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 autoyast2-4.3.16.tar.bz2 create mode 100644 autoyast2-4.3.17.tar.bz2 diff --git a/autoyast2-4.3.16.tar.bz2 b/autoyast2-4.3.16.tar.bz2 deleted file mode 100644 index 2fbdb99..0000000 --- a/autoyast2-4.3.16.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0321f8261470ff4bf61cf36fd7385ca679460c6ba0bf93c57bd37b0b19cb2ab6 -size 708810 diff --git a/autoyast2-4.3.17.tar.bz2 b/autoyast2-4.3.17.tar.bz2 new file mode 100644 index 0000000..6a49dca --- /dev/null +++ b/autoyast2-4.3.17.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:258d33f86da1c265261dbb1a793be515334d41cc8d4df9574feec536aaaa68ec +size 708926 diff --git a/autoyast2.changes b/autoyast2.changes index 235123a..db790ff 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 26 11:21:11 UTC 2020 - Josef Reidinger + +- Cloning does not depend on the SetModified API call(bsc#1172552) +- 4.3.17 + ------------------------------------------------------------------- Tue Jun 23 20:15:14 UTC 2020 - Josef Reidinger diff --git a/autoyast2.spec b/autoyast2.spec index 7937294..6845e63 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.3.16 +Version: 4.3.17 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only From 6300c698d1fb8e2f2f109b9ef43134ce78be2db27c6f0fe287af68d79c0e307b Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 29 Jun 2020 16:36:02 +0000 Subject: [PATCH 5/8] - Allow the user to ask for a reduced profile using the 'target' argument in the command line (bsc#1171356). - 4.3.18 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=898 --- autoyast2-4.3.17.tar.bz2 | 3 --- autoyast2-4.3.18.tar.bz2 | 3 +++ autoyast2.changes | 7 +++++++ autoyast2.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 autoyast2-4.3.17.tar.bz2 create mode 100644 autoyast2-4.3.18.tar.bz2 diff --git a/autoyast2-4.3.17.tar.bz2 b/autoyast2-4.3.17.tar.bz2 deleted file mode 100644 index 6a49dca..0000000 --- a/autoyast2-4.3.17.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:258d33f86da1c265261dbb1a793be515334d41cc8d4df9574feec536aaaa68ec -size 708926 diff --git a/autoyast2-4.3.18.tar.bz2 b/autoyast2-4.3.18.tar.bz2 new file mode 100644 index 0000000..93740cf --- /dev/null +++ b/autoyast2-4.3.18.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da5cb7c53626d3e1ce0cc740bb45b3b6bef2108639fc79113b2540621746a32 +size 709068 diff --git a/autoyast2.changes b/autoyast2.changes index db790ff..7726db1 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jun 26 13:59:41 UTC 2020 - Imobach Gonzalez Sosa + +- Allow the user to ask for a reduced profile using the 'target' + argument in the command line (bsc#1171356). +- 4.3.18 + ------------------------------------------------------------------- Fri Jun 26 11:21:11 UTC 2020 - Josef Reidinger diff --git a/autoyast2.spec b/autoyast2.spec index 6845e63..efc3003 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.3.17 +Version: 4.3.18 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only From 49f7cda33c1a04272c5ef38aec7481682e3f604a0b16190c819485ae4b6b8d63 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 2 Jul 2020 13:41:22 +0000 Subject: [PATCH 6/8] - The language, timezone and keyboard sections are applied and removed during the first stage (bsc#1173624). - 4.3.19 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=899 --- autoyast2-4.3.18.tar.bz2 | 3 --- autoyast2-4.3.19.tar.bz2 | 3 +++ autoyast2.changes | 7 +++++++ autoyast2.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 autoyast2-4.3.18.tar.bz2 create mode 100644 autoyast2-4.3.19.tar.bz2 diff --git a/autoyast2-4.3.18.tar.bz2 b/autoyast2-4.3.18.tar.bz2 deleted file mode 100644 index 93740cf..0000000 --- a/autoyast2-4.3.18.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5da5cb7c53626d3e1ce0cc740bb45b3b6bef2108639fc79113b2540621746a32 -size 709068 diff --git a/autoyast2-4.3.19.tar.bz2 b/autoyast2-4.3.19.tar.bz2 new file mode 100644 index 0000000..0a0ea64 --- /dev/null +++ b/autoyast2-4.3.19.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608e4c3e2aa1fd1b5873d6dc1c8ec27643eecc7b1f62afc18188cbeb12082f76 +size 709452 diff --git a/autoyast2.changes b/autoyast2.changes index 7726db1..ebd8ec4 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jul 02 11:53:44 UTC 2020 - Knut Anderssen + +- The language, timezone and keyboard sections are applied and + removed during the first stage (bsc#1173624). +- 4.3.19 + ------------------------------------------------------------------- Fri Jun 26 13:59:41 UTC 2020 - Imobach Gonzalez Sosa diff --git a/autoyast2.spec b/autoyast2.spec index efc3003..550c5c4 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.3.18 +Version: 4.3.19 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only From db94b4f957ac8a6ea1eb6e36ae86b305bca963d1df13ddd327903387669dbea0 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 3 Jul 2020 08:03:24 +0000 Subject: [PATCH 7/8] - Make the report section elements optional as AutoYaST proposes default values when missing (bsc#1173312) - 4.3.20 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=900 --- autoyast2-4.3.19.tar.bz2 | 3 --- autoyast2-4.3.20.tar.bz2 | 3 +++ autoyast2.changes | 7 +++++++ autoyast2.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 autoyast2-4.3.19.tar.bz2 create mode 100644 autoyast2-4.3.20.tar.bz2 diff --git a/autoyast2-4.3.19.tar.bz2 b/autoyast2-4.3.19.tar.bz2 deleted file mode 100644 index 0a0ea64..0000000 --- a/autoyast2-4.3.19.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:608e4c3e2aa1fd1b5873d6dc1c8ec27643eecc7b1f62afc18188cbeb12082f76 -size 709452 diff --git a/autoyast2-4.3.20.tar.bz2 b/autoyast2-4.3.20.tar.bz2 new file mode 100644 index 0000000..4cf55bf --- /dev/null +++ b/autoyast2-4.3.20.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a577976243b0d629d8d7526889fbe6270167a520a61796217a7cc6f14c35b9b0 +size 709868 diff --git a/autoyast2.changes b/autoyast2.changes index ebd8ec4..fae852a 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jul 2 15:18:39 UTC 2020 - Knut Anderssen + +- Make the report section elements optional as AutoYaST proposes + default values when missing (bsc#1173312) +- 4.3.20 + ------------------------------------------------------------------- Thu Jul 02 11:53:44 UTC 2020 - Knut Anderssen diff --git a/autoyast2.spec b/autoyast2.spec index 550c5c4..6ca7729 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.3.19 +Version: 4.3.20 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only From eef22baa6762c808b7a43605c6f028858b48925ba360cd6e56ac1dcf28785beb Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 3 Jul 2020 15:30:54 +0000 Subject: [PATCH 8/8] - Replace old module registry with newer code that is easier to maintain and better test covered (bsc#1173699) - 4.3.21 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=901 --- autoyast2-4.3.20.tar.bz2 | 3 --- autoyast2-4.3.21.tar.bz2 | 3 +++ autoyast2.changes | 7 +++++++ autoyast2.spec | 6 ++++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 autoyast2-4.3.20.tar.bz2 create mode 100644 autoyast2-4.3.21.tar.bz2 diff --git a/autoyast2-4.3.20.tar.bz2 b/autoyast2-4.3.20.tar.bz2 deleted file mode 100644 index 4cf55bf..0000000 --- a/autoyast2-4.3.20.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a577976243b0d629d8d7526889fbe6270167a520a61796217a7cc6f14c35b9b0 -size 709868 diff --git a/autoyast2-4.3.21.tar.bz2 b/autoyast2-4.3.21.tar.bz2 new file mode 100644 index 0000000..a5dbeb5 --- /dev/null +++ b/autoyast2-4.3.21.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e12862bcb68bfdc9647dabf9595a4a2ae48544c72f6cc5eab02f8161e77c2c37 +size 707849 diff --git a/autoyast2.changes b/autoyast2.changes index fae852a..22a5681 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jul 3 15:04:28 UTC 2020 - Josef Reidinger + +- Replace old module registry with newer code that is easier to + maintain and better test covered (bsc#1173699) +- 4.3.21 + ------------------------------------------------------------------- Thu Jul 2 15:18:39 UTC 2020 - Knut Anderssen diff --git a/autoyast2.spec b/autoyast2.spec index 6ca7729..21442e5 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.3.20 +Version: 4.3.21 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only @@ -236,7 +236,6 @@ done %{yast_moduledir}/AutoinstScripts.rb %{yast_moduledir}/AutoinstGeneral.rb %{yast_moduledir}/AutoinstImage.rb -%{yast_moduledir}/Y2ModuleConfig.rb %{yast_moduledir}/Profile.rb %{yast_moduledir}/AutoinstFile.rb %{yast_moduledir}/AutoinstConfig.rb @@ -281,6 +280,9 @@ done %dir %{yast_libdir}/autoinstall/clients %{yast_libdir}/autoinstall/clients/*.rb +%dir %{yast_libdir}/autoinstall/entries +%{yast_libdir}/autoinstall/entries/*.rb + # scripts %{yast_ybindir}/fetch_image.sh %{yast_ybindir}/autoyast-initscripts.sh