- Properly abort when probing devices fails (part of bsc#1083672).
- 4.0.44 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=789
This commit is contained in:
parent
9d55c44663
commit
cd26bb8d53
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:718d749bd349f6c23773786a8f7553c2145b89bd3ce5117e99e835ae68937bf8
|
||||
size 680147
|
3
autoyast2-4.0.44.tar.bz2
Normal file
3
autoyast2-4.0.44.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc2c62f327fc17f5e204acb7dc725e2e06d9f6e2e59cefa9e24d71c333364d17
|
||||
size 680258
|
@ -1,9 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 23 11:58:50 UTC 2018 - jlopez@suse.com
|
||||
|
||||
- Properly abort when probing devices fails (part of bsc#1083672).
|
||||
- 4.0.44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 23 11:39:33 UTC 2018 - igonzalezsosa@suse.com
|
||||
|
||||
- Do not export an <id/> element in the partitioning section
|
||||
(bsc#1013047)
|
||||
- 4.0.44
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 22 13:37:23 CET 2018 - schubi@suse.de
|
||||
|
@ -22,7 +22,7 @@
|
||||
%endif
|
||||
|
||||
Name: autoyast2
|
||||
Version: 4.0.43
|
||||
Version: 4.0.44
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -37,8 +37,9 @@ BuildRequires: yast2-installation-control
|
||||
BuildRequires: libxml2-tools
|
||||
# xsltproc for AutoinstClass
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: yast2
|
||||
BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec)
|
||||
# Yast::Popup.ErrorAnyQuestion fixed
|
||||
BuildRequires: yast2 >= 4.0.60
|
||||
# FileSystems.read_default_subvol_from_target
|
||||
BuildRequires: yast2-country
|
||||
BuildRequires: yast2-packager
|
||||
@ -59,8 +60,8 @@ BuildRequires: systemd
|
||||
|
||||
Requires: autoyast2-installation = %{version}
|
||||
Requires: libxslt
|
||||
Requires: yast2
|
||||
Requires: yast2 >= 3.1.183
|
||||
# Yast::Popup.ErrorAnyQuestion fixed
|
||||
Requires: yast2 >= 4.0.60
|
||||
Requires: yast2-core
|
||||
Requires: yast2-country >= 3.1.13
|
||||
Requires: yast2-network >= 3.1.145
|
||||
|
Loading…
Reference in New Issue
Block a user