Accepting request 590684 from YaST:Head
submit new version 4.0.44 OBS-URL: https://build.opensuse.org/request/show/590684 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autoyast2?expand=0&rev=240
This commit is contained in:
commit
3aed5d63ad
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe3868eb958cb0f67a62f61c8e038a4d28bb71b37d2ad236e09d7ffd925f9e0d
|
||||
size 679982
|
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:ddca0c773855ed9715f804bcbb3adf4f23e65032d4256affa42802b7a551d91a
|
||||
size 680684
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 22 13:37:23 CET 2018 - schubi@suse.de
|
||||
|
||||
- Add-On-Products: Handling error popup for wrong settings.
|
||||
(bnc#1084596)
|
||||
- 4.0.43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 22 08:03:28 UTC 2018 - knut.anderssen@suse.com
|
||||
|
||||
- Permitted the use of 'listentry' element in all the software
|
||||
AutoYaST schema list entries (bsc#1013047)
|
||||
- 4.0.42
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 21 15:55:03 UTC 2018 - knut.anderssen@suse.com
|
||||
|
||||
- Added more entries to be used instead of the listentry tag when
|
||||
cloning the system (bsc#1013047)
|
||||
- 4.0.41
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 20 15:24:43 CET 2018 - schubi@suse.de
|
||||
|
||||
- Improved error message if the base product cannot be found.
|
||||
(follow up of bnc#1084820)
|
||||
- 4.0.40
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 15 09:47:33 UTC 2018 - igonzalezsosa@suse.com
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%endif
|
||||
|
||||
Name: autoyast2
|
||||
Version: 4.0.39
|
||||
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…
x
Reference in New Issue
Block a user