- AutoYaST: properly handle empty proposals (bsc#1090390).
- 4.0.49 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=797
This commit is contained in:
parent
f26c3ce6a1
commit
ba0d5607f5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df7cc03168bd1e8f66c382a4663e2919e28a457c3445fe33b073770ddffce662
|
||||
size 680893
|
3
autoyast2-4.0.49.tar.bz2
Normal file
3
autoyast2-4.0.49.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec67ab87ce5e730abe239a0d93dc5c7d67a61e98d070cc44cd947f459bf87088
|
||||
size 680880
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 20 20:58:54 UTC 2018 - igonzalezsosa@suse.com
|
||||
|
||||
- AutoYaST: properly handle empty proposals (bsc#1090390).
|
||||
- 4.0.49
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 16 11:45:45 UTC 2018 - igonzalezsosa@suse.com
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%endif
|
||||
|
||||
Name: autoyast2
|
||||
Version: 4.0.48
|
||||
Version: 4.0.49
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -48,8 +48,8 @@ BuildRequires: yast2-slp
|
||||
BuildRequires: yast2-transfer
|
||||
BuildRequires: yast2-update >= 3.3.0
|
||||
BuildRequires: yast2-xml
|
||||
# ActivateCallbacks::multipath signature
|
||||
BuildRequires: yast2-storage-ng >= 4.0.116
|
||||
# AutoinstIssues::NoProposal
|
||||
BuildRequires: yast2-storage-ng >= 4.0.160
|
||||
|
||||
# %%{_unitdir} macro definition is in a separate package since 13.1
|
||||
%if 0%{?suse_version} >= 1310
|
||||
@ -69,8 +69,8 @@ Requires: yast2-ntp-client >= 4.0.1
|
||||
Requires: yast2-schema
|
||||
Requires: yast2-transfer >= 2.21.0
|
||||
Requires: yast2-xml
|
||||
# Y2Storage::AutoinstProfile::SkipListValue#to_hash
|
||||
Requires: yast2-storage-ng >= 4.0.23
|
||||
# AutoinstIssues::NoProposal
|
||||
Requires: yast2-storage-ng >= 4.0.160
|
||||
Conflicts: yast2-installation < 3.1.166
|
||||
|
||||
Provides: yast2-config-autoinst
|
||||
|
Loading…
Reference in New Issue
Block a user