- 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 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=634
This commit is contained in:
parent
8b56f4874b
commit
951ff19593
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48b105a613fb46793653816bb85cd25cf5a838c51a1cfe8806b080416372c049
|
||||
size 646281
|
3
autoyast2-3.1.92.tar.bz2
Normal file
3
autoyast2-3.1.92.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf0c748cc4414ef3d40dd772349fa3184edcace5fb9257f57d78371b7b6b2631
|
||||
size 650049
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
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.92
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user