From db6b78187f9c74ceaa881ea223918bcaf3c3cf835a0888447124cd4c16e8895c Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 22 Jun 2015 09:17:37 +0000 Subject: [PATCH 1/4] - Implemented triggers for installation proposal (FATE#317488). Any *_proposal client can define 'trigger' in 'MakeProposal' that defines in which circumstances it should be called again after all proposals have been called, e.g., if partitioning or software selection changes. - 3.1.145 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=720 --- yast2-installation-3.1.144.tar.bz2 | 3 --- yast2-installation-3.1.145.tar.bz2 | 3 +++ yast2-installation.changes | 10 ++++++++++ yast2-installation.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.1.144.tar.bz2 create mode 100644 yast2-installation-3.1.145.tar.bz2 diff --git a/yast2-installation-3.1.144.tar.bz2 b/yast2-installation-3.1.144.tar.bz2 deleted file mode 100644 index 0b45f66..0000000 --- a/yast2-installation-3.1.144.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50238fed6b2463941c670a20bfa5f7e83886d74d13850dce9e30144cf96c7968 -size 389807 diff --git a/yast2-installation-3.1.145.tar.bz2 b/yast2-installation-3.1.145.tar.bz2 new file mode 100644 index 0000000..8eda774 --- /dev/null +++ b/yast2-installation-3.1.145.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3351b1fa03da061dbfb3425dac712403850003966fbef59bf7dd7b45b9d5b6 +size 393047 diff --git a/yast2-installation.changes b/yast2-installation.changes index b420d97..0baf2b9 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jun 17 09:29:09 CEST 2015 - locilka@suse.com + +- Implemented triggers for installation proposal (FATE#317488). + Any *_proposal client can define 'trigger' in 'MakeProposal' + that defines in which circumstances it should be called again + after all proposals have been called, e.g., if partitioning or + software selection changes. +- 3.1.145 + ------------------------------------------------------------------- Tue Jun 2 08:41:03 UTC 2015 - jreidinger@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 3e541a5..b849128 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.144 +Version: 3.1.145 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 9b119240a1ee46fcb3697e6544c133fdfaf5a4d6c70bb9076b95b693b6c0808c Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 29 Jun 2015 10:10:36 +0000 Subject: [PATCH 2/4] - add ability to hide export button (fate#315161) - 3.1.146 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=721 --- yast2-installation-3.1.145.tar.bz2 | 3 --- yast2-installation-3.1.146.tar.bz2 | 3 +++ yast2-installation.changes | 6 ++++++ yast2-installation.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.1.145.tar.bz2 create mode 100644 yast2-installation-3.1.146.tar.bz2 diff --git a/yast2-installation-3.1.145.tar.bz2 b/yast2-installation-3.1.145.tar.bz2 deleted file mode 100644 index 8eda774..0000000 --- a/yast2-installation-3.1.145.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f3351b1fa03da061dbfb3425dac712403850003966fbef59bf7dd7b45b9d5b6 -size 393047 diff --git a/yast2-installation-3.1.146.tar.bz2 b/yast2-installation-3.1.146.tar.bz2 new file mode 100644 index 0000000..c1750b3 --- /dev/null +++ b/yast2-installation-3.1.146.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3593965ed8806901d01c8b96d0e0f3f583f24085aac80da2bdff61277acfc069 +size 392697 diff --git a/yast2-installation.changes b/yast2-installation.changes index 0baf2b9..2fa0187 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 29 08:41:17 UTC 2015 - jreidinger@suse.com + +- add ability to hide export button (fate#315161) +- 3.1.146 + ------------------------------------------------------------------- Wed Jun 17 09:29:09 CEST 2015 - locilka@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index b849128..c6abbfb 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.145 +Version: 3.1.146 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From c49bd5fb2b433dbab2202d6aa880d02974cdce2d42c518cbe0019a4473c1248e Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 29 Jun 2015 13:55:37 +0000 Subject: [PATCH 3/4] - fixed menu button label in the proposal (bsc#936427) - 3.1.147 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=722 --- yast2-installation-3.1.146.tar.bz2 | 3 --- yast2-installation-3.1.147.tar.bz2 | 3 +++ yast2-installation.changes | 6 ++++++ yast2-installation.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.1.146.tar.bz2 create mode 100644 yast2-installation-3.1.147.tar.bz2 diff --git a/yast2-installation-3.1.146.tar.bz2 b/yast2-installation-3.1.146.tar.bz2 deleted file mode 100644 index c1750b3..0000000 --- a/yast2-installation-3.1.146.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3593965ed8806901d01c8b96d0e0f3f583f24085aac80da2bdff61277acfc069 -size 392697 diff --git a/yast2-installation-3.1.147.tar.bz2 b/yast2-installation-3.1.147.tar.bz2 new file mode 100644 index 0000000..f365d20 --- /dev/null +++ b/yast2-installation-3.1.147.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f76ff1caa419f26369f14fc060c0a6317374593b7b371ddc4e3c1d653652dacb +size 392751 diff --git a/yast2-installation.changes b/yast2-installation.changes index 2fa0187..54f6e24 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 29 13:11:57 UTC 2015 - lslezak@suse.cz + +- fixed menu button label in the proposal (bsc#936427) +- 3.1.147 + ------------------------------------------------------------------- Mon Jun 29 08:41:17 UTC 2015 - jreidinger@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index c6abbfb..97ed7e2 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.146 +Version: 3.1.147 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From bd357b08ff80c73847d4b6d5f0386e322a6f479ed5a2c791225c8ecae1fb72a6 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Wed, 1 Jul 2015 09:01:00 +0000 Subject: [PATCH 4/4] - Fixed handling user request to change an installation proposal (bsc#936448) - 3.1.148 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=723 --- yast2-installation-3.1.147.tar.bz2 | 3 --- yast2-installation-3.1.148.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.1.147.tar.bz2 create mode 100644 yast2-installation-3.1.148.tar.bz2 diff --git a/yast2-installation-3.1.147.tar.bz2 b/yast2-installation-3.1.147.tar.bz2 deleted file mode 100644 index f365d20..0000000 --- a/yast2-installation-3.1.147.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f76ff1caa419f26369f14fc060c0a6317374593b7b371ddc4e3c1d653652dacb -size 392751 diff --git a/yast2-installation-3.1.148.tar.bz2 b/yast2-installation-3.1.148.tar.bz2 new file mode 100644 index 0000000..0be24fb --- /dev/null +++ b/yast2-installation-3.1.148.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbcc36045da728f0c4d4b642fbc851f5c0302c0553076fcf5db06842c0944b21 +size 392999 diff --git a/yast2-installation.changes b/yast2-installation.changes index 54f6e24..d27c808 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jul 1 10:46:50 CEST 2015 - locilka@suse.com + +- Fixed handling user request to change an installation proposal + (bsc#936448) +- 3.1.148 + ------------------------------------------------------------------- Mon Jun 29 13:11:57 UTC 2015 - lslezak@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 97ed7e2..bd01393 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.147 +Version: 3.1.148 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build