From f90d00570925048dea96e8a8501a88c446ee680594404e93e2335fb3c2ec56e1 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 24 Oct 2017 07:57:31 +0000 Subject: [PATCH] - Add basic support for error handling when creating the partition plan (fate#318196). - 4.0.3 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=741 --- autoyast2-4.0.2.tar.bz2 | 3 --- autoyast2-4.0.3.tar.bz2 | 3 +++ autoyast2.changes | 7 +++++++ autoyast2.spec | 5 ++++- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 autoyast2-4.0.2.tar.bz2 create mode 100644 autoyast2-4.0.3.tar.bz2 diff --git a/autoyast2-4.0.2.tar.bz2 b/autoyast2-4.0.2.tar.bz2 deleted file mode 100644 index bd0560d..0000000 --- a/autoyast2-4.0.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29c22bb10ea3a5bce4a2f1814dd7ae9acbbcb8c4b5073d782f97968efd68b5f5 -size 671640 diff --git a/autoyast2-4.0.3.tar.bz2 b/autoyast2-4.0.3.tar.bz2 new file mode 100644 index 0000000..321ecdf --- /dev/null +++ b/autoyast2-4.0.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f026601a26659bfcc2c65d44f00eedd753a39d7c8e0763ae3a96e505ba2cab +size 676278 diff --git a/autoyast2.changes b/autoyast2.changes index 4288957..071de3b 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Oct 20 11:17:48 UTC 2017 - igonzalezsosa@suse.com + +- Add basic support for error handling when creating the + partition plan (fate#318196). +- 4.0.3 + ------------------------------------------------------------------- Fri Oct 20 11:11:17 UTC 2017 - igonzalezsosa@suse.com diff --git a/autoyast2.spec b/autoyast2.spec index e3e6ae2..f310dce 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -17,7 +17,7 @@ Name: autoyast2 -Version: 4.0.2 +Version: 4.0.3 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -288,6 +288,9 @@ rmdir $RPM_BUILD_ROOT/%{_prefix}/share/doc/packages/autoyast2/html/autoyast %dir %{yast_libdir}/autoinstall %{yast_libdir}/autoinstall/*.rb +%dir %{yast_libdir}/autoinstall/dialogs +%{yast_libdir}/autoinstall/dialogs/*.rb + # scripts %{_prefix}/lib/YaST2/bin/fetch_image.sh %{_prefix}/lib/YaST2/bin/autoyast-initscripts.sh