From a9252fd874afbf355dfdcd53522cf7045614a9ce95f560061a7af12bd9678b08 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 19 Mar 2018 14:05:58 +0000 Subject: [PATCH 1/4] Updated to git ref 9b25103 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=944 --- yast2-installation-4.0.39.tar.bz2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yast2-installation-4.0.39.tar.bz2 b/yast2-installation-4.0.39.tar.bz2 index d85fea1..c665519 100644 --- a/yast2-installation-4.0.39.tar.bz2 +++ b/yast2-installation-4.0.39.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:485db89e7e4c40986ae6919fd2721d8d71a3a86230265aa1792fc8ed499aca44 -size 452985 +oid sha256:23870ab13a4b91f46bdc53f6358e0c061feeb3c406c5adfc5104311dacb0d0be +size 453357 From 30351f58bac2ff049089e5557191ac99d9dcc35eb59c4519be9ceaaf1f26650e Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 20 Mar 2018 10:57:40 +0000 Subject: [PATCH 2/4] - Self-Update report errors when the self_update is enabled explicitly by linuxrc or using an AutoYaST profile. (bsc#1084820) - 4.0.40 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=945 --- yast2-installation-4.0.39.tar.bz2 | 3 --- yast2-installation-4.0.40.tar.bz2 | 3 +++ yast2-installation.changes | 8 ++++++++ yast2-installation.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.0.39.tar.bz2 create mode 100644 yast2-installation-4.0.40.tar.bz2 diff --git a/yast2-installation-4.0.39.tar.bz2 b/yast2-installation-4.0.39.tar.bz2 deleted file mode 100644 index c665519..0000000 --- a/yast2-installation-4.0.39.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23870ab13a4b91f46bdc53f6358e0c061feeb3c406c5adfc5104311dacb0d0be -size 453357 diff --git a/yast2-installation-4.0.40.tar.bz2 b/yast2-installation-4.0.40.tar.bz2 new file mode 100644 index 0000000..5086db3 --- /dev/null +++ b/yast2-installation-4.0.40.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68a1ae7b10939dcbe00fc10c4a448200a0567868a7d042964e42f4655a7ffd8 +size 453824 diff --git a/yast2-installation.changes b/yast2-installation.changes index caa3dad..6780229 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 19 22:53:57 UTC 2018 - knut.anderssen@suse.com + +- Self-Update report errors when the self_update is enabled + explicitly by linuxrc or using an AutoYaST profile. + (bsc#1084820) +- 4.0.40 + ------------------------------------------------------------------- Tue Mar 13 16:37:23 UTC 2018 - igonzalezsosa@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 2f45dab..4bf7a3f 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.0.39 +Version: 4.0.40 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 8eed7406f814eb0b4be0369690bf0f0745ec1b0af28a9bff26106ff65da7a83d Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 20 Mar 2018 16:32:50 +0000 Subject: [PATCH 3/4] - Make many system roles fit in the dialog (using a RichText widget, bsc#1084674) - 4.0.41 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=946 --- yast2-installation-4.0.40.tar.bz2 | 3 --- yast2-installation-4.0.41.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.0.40.tar.bz2 create mode 100644 yast2-installation-4.0.41.tar.bz2 diff --git a/yast2-installation-4.0.40.tar.bz2 b/yast2-installation-4.0.40.tar.bz2 deleted file mode 100644 index 5086db3..0000000 --- a/yast2-installation-4.0.40.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f68a1ae7b10939dcbe00fc10c4a448200a0567868a7d042964e42f4655a7ffd8 -size 453824 diff --git a/yast2-installation-4.0.41.tar.bz2 b/yast2-installation-4.0.41.tar.bz2 new file mode 100644 index 0000000..a7ef878 --- /dev/null +++ b/yast2-installation-4.0.41.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35fe2c06fd8f9b272d049cd4c7cbf369665b30b6d5ab92dff42a09600cb3b2e +size 453182 diff --git a/yast2-installation.changes b/yast2-installation.changes index 6780229..76f1bc5 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Mar 20 16:10:24 UTC 2018 - mvidner@suse.com + +- Make many system roles fit in the dialog (using a RichText + widget, bsc#1084674) +- 4.0.41 + ------------------------------------------------------------------- Mon Mar 19 22:53:57 UTC 2018 - knut.anderssen@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 4bf7a3f..6c1ebb5 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.0.40 +Version: 4.0.41 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From fa51f4d6fc8cc890cc5970bb9d951e3d2be91c60a0ca8306c01f26d5c110a608 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 23 Mar 2018 14:05:26 +0000 Subject: [PATCH 4/4] - System roles: make the radio buttons match other dialogs, using images (bsc#1084674) - 4.0.42 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=947 --- yast2-installation-4.0.41.tar.bz2 | 3 --- yast2-installation-4.0.42.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.0.41.tar.bz2 create mode 100644 yast2-installation-4.0.42.tar.bz2 diff --git a/yast2-installation-4.0.41.tar.bz2 b/yast2-installation-4.0.41.tar.bz2 deleted file mode 100644 index a7ef878..0000000 --- a/yast2-installation-4.0.41.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e35fe2c06fd8f9b272d049cd4c7cbf369665b30b6d5ab92dff42a09600cb3b2e -size 453182 diff --git a/yast2-installation-4.0.42.tar.bz2 b/yast2-installation-4.0.42.tar.bz2 new file mode 100644 index 0000000..6daeac9 --- /dev/null +++ b/yast2-installation-4.0.42.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80a6d3722cbd269e06f0fce037e4a4c5c5235df8fa51140b28b6627388856f7 +size 453297 diff --git a/yast2-installation.changes b/yast2-installation.changes index 76f1bc5..0e1c3ee 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 23 09:57:56 UTC 2018 - mvidner@suse.com + +- System roles: make the radio buttons match other dialogs, + using images (bsc#1084674) +- 4.0.42 + ------------------------------------------------------------------- Tue Mar 20 16:10:24 UTC 2018 - mvidner@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 6c1ebb5..4625358 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.0.41 +Version: 4.0.42 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build