From 34fa96796ddb30578fac63c3648dfb55983a4d0543e51e8fb4d9a7cf98b899e1 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 1 Oct 2021 10:56:59 +0000 Subject: [PATCH 1/4] Updated to git ref 846b1b38 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=989 --- autoyast2-4.4.16.tar.bz2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoyast2-4.4.16.tar.bz2 b/autoyast2-4.4.16.tar.bz2 index f173d58..eddc176 100644 --- a/autoyast2-4.4.16.tar.bz2 +++ b/autoyast2-4.4.16.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ae962177b8f903ffc2ce93c2610ed7b3661a53b42f720be90c7011cbaa2821e5 -size 725624 +oid sha256:eacf11e1520e2d96dcab12b6bb2f7632326125b2d5de3031fb7f5345c54b139c +size 725769 From 0bcd1a8ef2843583f6e13b73d9df6a13ba149652e706a661b46077ec88300f34 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 26 Oct 2021 06:33:47 +0000 Subject: [PATCH 2/4] - bsc#1191695 - Consider the environment attribute when importing the script section. - Do not report feedback when running a script and the log content is empty. - 4.4.17 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=990 --- autoyast2-4.4.16.tar.bz2 | 3 --- autoyast2-4.4.17.tar.bz2 | 3 +++ autoyast2.changes | 10 ++++++++++ autoyast2.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 autoyast2-4.4.16.tar.bz2 create mode 100644 autoyast2-4.4.17.tar.bz2 diff --git a/autoyast2-4.4.16.tar.bz2 b/autoyast2-4.4.16.tar.bz2 deleted file mode 100644 index eddc176..0000000 --- a/autoyast2-4.4.16.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eacf11e1520e2d96dcab12b6bb2f7632326125b2d5de3031fb7f5345c54b139c -size 725769 diff --git a/autoyast2-4.4.17.tar.bz2 b/autoyast2-4.4.17.tar.bz2 new file mode 100644 index 0000000..999cfb7 --- /dev/null +++ b/autoyast2-4.4.17.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366557f3038594c345f6d881a69f06a4a184be6cc99143b3e76ac3bc548591da +size 725914 diff --git a/autoyast2.changes b/autoyast2.changes index 9e84090..fac63c7 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Oct 25 13:15:23 UTC 2021 - Knut Anderssen + +- bsc#1191695 + - Consider the environment attribute when importing the script + section. + - Do not report feedback when running a script and the log + content is empty. +- 4.4.17 + ------------------------------------------------------------------- Tue Sep 21 11:13:59 UTC 2021 - Imobach Gonzalez Sosa diff --git a/autoyast2.spec b/autoyast2.spec index db9485d..ea5ac2b 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.4.16 +Version: 4.4.17 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only From d1259e40eb0d703b8d6f26b6653df4168c135d03fa278bf7b34335a41a15ad47 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 26 Oct 2021 07:19:18 +0000 Subject: [PATCH 3/4] - Add the "keep_unknown_lv" element to the partitioning schema (bsc#1191968). - 4.4.18 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=991 --- autoyast2-4.4.17.tar.bz2 | 3 --- autoyast2-4.4.18.tar.bz2 | 3 +++ autoyast2.changes | 7 +++++++ autoyast2.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 autoyast2-4.4.17.tar.bz2 create mode 100644 autoyast2-4.4.18.tar.bz2 diff --git a/autoyast2-4.4.17.tar.bz2 b/autoyast2-4.4.17.tar.bz2 deleted file mode 100644 index 999cfb7..0000000 --- a/autoyast2-4.4.17.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:366557f3038594c345f6d881a69f06a4a184be6cc99143b3e76ac3bc548591da -size 725914 diff --git a/autoyast2-4.4.18.tar.bz2 b/autoyast2-4.4.18.tar.bz2 new file mode 100644 index 0000000..e0cd7c5 --- /dev/null +++ b/autoyast2-4.4.18.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04adc312c9afd6d41028a1f9bcc7d214bcabc1d3510d1998c92c3da33b16f40a +size 726095 diff --git a/autoyast2.changes b/autoyast2.changes index fac63c7..58c5a9d 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 26 07:40:25 UTC 2021 - Knut Anderssen + +- Add the "keep_unknown_lv" element to the partitioning schema + (bsc#1191968). +- 4.4.18 + ------------------------------------------------------------------- Mon Oct 25 13:15:23 UTC 2021 - Knut Anderssen diff --git a/autoyast2.spec b/autoyast2.spec index ea5ac2b..06a4e3d 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.4.17 +Version: 4.4.18 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only From 86f0930ae1b800a9817a8fceba362abdcd87a3ee50df4465ccec388ef4c7f9cd Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 26 Oct 2021 12:35:42 +0000 Subject: [PATCH 4/4] - Avoid internal error when checking signature (bsc#1192022). - 4.4.19 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=992 --- autoyast2-4.4.18.tar.bz2 | 3 --- autoyast2-4.4.19.tar.bz2 | 3 +++ autoyast2.changes | 6 ++++++ autoyast2.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 autoyast2-4.4.18.tar.bz2 create mode 100644 autoyast2-4.4.19.tar.bz2 diff --git a/autoyast2-4.4.18.tar.bz2 b/autoyast2-4.4.18.tar.bz2 deleted file mode 100644 index e0cd7c5..0000000 --- a/autoyast2-4.4.18.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04adc312c9afd6d41028a1f9bcc7d214bcabc1d3510d1998c92c3da33b16f40a -size 726095 diff --git a/autoyast2-4.4.19.tar.bz2 b/autoyast2-4.4.19.tar.bz2 new file mode 100644 index 0000000..3335237 --- /dev/null +++ b/autoyast2-4.4.19.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c726ce6f39c39c38015e3e23425660dacb672f0ac421a23d9f14e58d9e102d7 +size 726237 diff --git a/autoyast2.changes b/autoyast2.changes index 58c5a9d..5b66f78 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 26 12:25:01 UTC 2021 - José Iván López González + +- Avoid internal error when checking signature (bsc#1192022). +- 4.4.19 + ------------------------------------------------------------------- Tue Oct 26 07:40:25 UTC 2021 - Knut Anderssen diff --git a/autoyast2.spec b/autoyast2.spec index 06a4e3d..192eb9a 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -22,7 +22,7 @@ %endif Name: autoyast2 -Version: 4.4.18 +Version: 4.4.19 Release: 0 Summary: YaST2 - Automated Installation License: GPL-2.0-only