Accepting request 604050 from YaST:Head

submit new version 4.0.52

OBS-URL: https://build.opensuse.org/request/show/604050
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autoyast2?expand=0&rev=243
This commit is contained in:
Dominique Leuenberger 2018-05-06 12:58:25 +00:00 committed by Git OBS Bridge
commit b7a4f372e2
4 changed files with 30 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ec67ab87ce5e730abe239a0d93dc5c7d67a61e98d070cc44cd947f459bf87088
size 680880

3
autoyast2-4.0.52.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:658030ea49536f8be1b9287d0b3362e22753451c90ebe62210c966f5a51176a9
size 684183

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri May 4 10:58:42 UTC 2018 - igonzalezsosa@suse.com
- Allow 'subvolumes' and 'subvolumes_prefix' elements to be empty
(bsc#1076337, bsc#1090095 and bsc#1091669).
- Drop 'btrfs_set_default_subvolume_name' element.
- 4.0.52
-------------------------------------------------------------------
Fri Apr 28 16:24:37 CEST 2018 - schubi@suse.de
- Added general API for reporting errors while parsing the AutoYaST
configuration file (part of bnc#1089855).
- 4.0.51
-------------------------------------------------------------------
Fri Apr 27 15:43:05 UTC 2018 - igonzalezsosa@suse.com
- Display an error and abort the installation when no storage
devices are available for installation (bsc#1091033).
- 4.0.50
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 20 20:58:54 UTC 2018 - igonzalezsosa@suse.com Fri Apr 20 20:58:54 UTC 2018 - igonzalezsosa@suse.com

View File

@ -22,7 +22,7 @@
%endif %endif
Name: autoyast2 Name: autoyast2
Version: 4.0.49 Version: 4.0.52
Release: 0 Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -85,7 +85,7 @@ BuildArch: noarch
Requires: yast2-ruby-bindings >= 1.0.0 Requires: yast2-ruby-bindings >= 1.0.0
Summary: YaST2 - Automated Installation Summary: YaST2 - Automated Installation
License: GPL-2.0 License: GPL-2.0-only
Group: System/YaST Group: System/YaST
%description %description
@ -302,6 +302,9 @@ rmdir $RPM_BUILD_ROOT/%{_prefix}/share/doc/packages/autoyast2/html/autoyast
%dir %{yast_libdir}/autoinstall/clients %dir %{yast_libdir}/autoinstall/clients
%{yast_libdir}/autoinstall/clients/*.rb %{yast_libdir}/autoinstall/clients/*.rb
%dir %{yast_libdir}/autoinstall/autoinst_issues
%{yast_libdir}/autoinstall/autoinst_issues/*.rb
# scripts # scripts
%{_prefix}/lib/YaST2/bin/fetch_image.sh %{_prefix}/lib/YaST2/bin/fetch_image.sh
%{_prefix}/lib/YaST2/bin/autoyast-initscripts.sh %{_prefix}/lib/YaST2/bin/autoyast-initscripts.sh