Accepting request 329804 from YaST:Head
submit new version 3.1.93 OBS-URL: https://build.opensuse.org/request/show/329804 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autoyast2?expand=0&rev=189
This commit is contained in:
commit
70bb3d0ae9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48b105a613fb46793653816bb85cd25cf5a838c51a1cfe8806b080416372c049
|
||||
size 646281
|
3
autoyast2-3.1.93.tar.bz2
Normal file
3
autoyast2-3.1.93.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0dc6e880a66fa5b48a14fdef40cffad4f7e1f55c92aadda25a5053693171d44a
|
||||
size 649368
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 22:32:50 UTC 2015 - igonzalezsosa@suse.com
|
||||
|
||||
- Fix premature loading of AutoInstall which prevented running
|
||||
configuration clients during 2nd stage (bsc#944770)
|
||||
- 3.1.93
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 1 15:25:44 UTC 2015 - igonzalezsosa@suse.com
|
||||
|
||||
- Move users creation to the first stage, so it is not needed
|
||||
to run the 2nd stage to have a minimal system.
|
||||
- Do no add AutoYaST packages if the second stage won't be
|
||||
executed.
|
||||
- Fixes bnc#892091
|
||||
- 3.1.92
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 25 14:49:13 CEST 2015 - schubi@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: autoyast2
|
||||
Version: 3.1.91
|
||||
Version: 3.1.93
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -57,6 +57,7 @@ Requires: yast2-schema
|
||||
Requires: yast2-storage >= 3.1.59
|
||||
Requires: yast2-transfer >= 2.21.0
|
||||
Requires: yast2-xml
|
||||
Conflicts: yast2-installation < 3.1.158
|
||||
|
||||
Provides: yast2-config-autoinst
|
||||
Provides: yast2-module-autoinst
|
||||
@ -204,6 +205,8 @@ rmdir $RPM_BUILD_ROOT/%{_prefix}/share/doc/packages/autoyast2/html/autoyast
|
||||
%{yast_moduledir}/Kickstart.rb
|
||||
%dir %{yast_agentdir}
|
||||
%{yast_agentdir}/ag_ksimport
|
||||
%dir %{yast_libdir}/autoinstall
|
||||
%{yast_libdir}/autoinstall/*.rb
|
||||
|
||||
# additional files
|
||||
|
||||
@ -263,6 +266,7 @@ rmdir $RPM_BUILD_ROOT/%{_prefix}/share/doc/packages/autoyast2/html/autoyast
|
||||
%{yast_moduledir}/AutoinstDrive.rb
|
||||
%{yast_moduledir}/AutoinstPartPlan.rb
|
||||
%{yast_moduledir}/AutoinstPartition.rb
|
||||
%{yast_moduledir}/AutoinstFunctions.rb
|
||||
|
||||
#clients
|
||||
%{yast_clientdir}/inst_autoinit.rb
|
||||
|
Loading…
x
Reference in New Issue
Block a user