From f7711583354eb0280549cd8934b7956196ddb4f12fa7f59b7e9abc4de2ec4b61 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 12 Jun 2020 15:19:24 +0000 Subject: [PATCH 1/2] - Remove ssh_import section from AY when cloning (bsc#1172749) - 4.3.3 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1065 --- yast2-installation-4.3.2.tar.bz2 | 3 --- yast2-installation-4.3.3.tar.bz2 | 3 +++ yast2-installation.changes | 6 ++++++ yast2-installation.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.3.2.tar.bz2 create mode 100644 yast2-installation-4.3.3.tar.bz2 diff --git a/yast2-installation-4.3.2.tar.bz2 b/yast2-installation-4.3.2.tar.bz2 deleted file mode 100644 index a7149fc..0000000 --- a/yast2-installation-4.3.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea93481a1b2e6da45061361f125a4c5fda2a2bc8450bab0c459299aef6951e61 -size 479729 diff --git a/yast2-installation-4.3.3.tar.bz2 b/yast2-installation-4.3.3.tar.bz2 new file mode 100644 index 0000000..eccd802 --- /dev/null +++ b/yast2-installation-4.3.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88e466d5c3dbce314d9b55231c7e86fce77f389913f7de1e4e25785b58805d0 +size 480035 diff --git a/yast2-installation.changes b/yast2-installation.changes index 8a8f9bf..3675275 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 12 15:03:11 UTC 2020 - Josef Reidinger + +- Remove ssh_import section from AY when cloning (bsc#1172749) +- 4.3.3 + ------------------------------------------------------------------- Wed Jun 10 12:43:33 UTC 2020 - Ladislav Slezák diff --git a/yast2-installation.spec b/yast2-installation.spec index f69d793..34cc640 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.3.2 +Version: 4.3.3 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only From d7f74a481fc958b5ad9f34101d6100aa709be892cc749c36a3e7309de4bfb26f Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 12 Jun 2020 16:24:36 +0000 Subject: [PATCH 2/2] Fri Jun 12 16:09:32 UTC 2020 - David Diaz - Improve the UX of the Previously Used Repositories dialog by using more accurate labels. OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1066 --- yast2-installation-4.3.3.tar.bz2 | 4 ++-- yast2-installation.changes | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/yast2-installation-4.3.3.tar.bz2 b/yast2-installation-4.3.3.tar.bz2 index eccd802..0b5cf02 100644 --- a/yast2-installation-4.3.3.tar.bz2 +++ b/yast2-installation-4.3.3.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f88e466d5c3dbce314d9b55231c7e86fce77f389913f7de1e4e25785b58805d0 -size 480035 +oid sha256:45e0b1ee04e4cf1f01e455c0022aabb54ef5f7da4f7bc93b4dad11f72e169804 +size 480193 diff --git a/yast2-installation.changes b/yast2-installation.changes index 3675275..5ee4778 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Jun 12 16:09:32 UTC 2020 - David Diaz + +- Improve the UX of the Previously Used Repositories dialog by + using more accurate labels. + +------------------------------------------------------------------- + Fri Jun 12 15:03:11 UTC 2020 - Josef Reidinger - Remove ssh_import section from AY when cloning (bsc#1172749)