diff --git a/yast2-installation-4.0.44.tar.bz2 b/yast2-installation-4.0.44.tar.bz2 deleted file mode 100644 index 14227d7..0000000 --- a/yast2-installation-4.0.44.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e4fe1754cc8ebbb0fb68b934109724d87a9e04d8d4e67a548892cec09b6860c -size 453494 diff --git a/yast2-installation-4.0.45.tar.bz2 b/yast2-installation-4.0.45.tar.bz2 new file mode 100644 index 0000000..b641a65 --- /dev/null +++ b/yast2-installation-4.0.45.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd5e850db0a8865983d440a16cc716bf4551dc5e0b9c3436a8f1fd7c958c144c +size 453545 diff --git a/yast2-installation.changes b/yast2-installation.changes index fd8b407..cdf850e 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 6 17:25:51 UTC 2018 - jlopez@suse.com + +- Use AbortException when user aborts (part of fate#318196). +- 4.0.45 + ------------------------------------------------------------------- Fri Apr 6 12:26:45 UTC 2018 - mvidner@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index d5f040c..5121da2 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,15 +17,15 @@ Name: yast2-installation -Version: 4.0.44 +Version: 4.0.45 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 Url: http://github.com/yast/yast-installation -# new y2start script -Requires: yast2-ruby-bindings >= 3.2.10 +# for AbortException and handle direct abort +Requires: yast2-ruby-bindings >= 4.0.6 Summary: YaST2 - Installation Parts License: GPL-2.0 @@ -36,6 +36,8 @@ Source2: YaST2-Firstboot.service BuildRequires: update-desktop-files BuildRequires: yast2-devtools >= 3.1.10 +# for AbortException and handle direct abort +BuildRequires: yast2-ruby-bindings >= 4.0.6 # needed for xml agent reading about products BuildRequires: yast2-xml BuildRequires: rubygem(rspec)