forked from pool/yast2-installation
- Use AbortException when user aborts (part of fate#318196).
- 4.0.45 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=950
This commit is contained in:
parent
60b54d49c9
commit
1d5b85dd84
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e4fe1754cc8ebbb0fb68b934109724d87a9e04d8d4e67a548892cec09b6860c
|
||||
size 453494
|
3
yast2-installation-4.0.45.tar.bz2
Normal file
3
yast2-installation-4.0.45.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd5e850db0a8865983d440a16cc716bf4551dc5e0b9c3436a8f1fd7c958c144c
|
||||
size 453545
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user