From de9637b04b8ed467e5598fa5afbef9b43cbdf2183e0a5a34082a00b763ac0b4f Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 12 Jan 2008 01:32:11 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autoyast2?expand=0&rev=21 --- autoyast2-2.16.4.tar.bz2 | 3 --- autoyast2-2.16.5.tar.bz2 | 3 +++ autoyast2.changes | 17 +++++++++++++++++ autoyast2.spec | 18 +++++++++++++----- 4 files changed, 33 insertions(+), 8 deletions(-) delete mode 100644 autoyast2-2.16.4.tar.bz2 create mode 100644 autoyast2-2.16.5.tar.bz2 diff --git a/autoyast2-2.16.4.tar.bz2 b/autoyast2-2.16.4.tar.bz2 deleted file mode 100644 index 258377d..0000000 --- a/autoyast2-2.16.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bcb4a956eff9e41600db40d77453535382ef86bee77347d07f4402e795c78d2 -size 1181457 diff --git a/autoyast2-2.16.5.tar.bz2 b/autoyast2-2.16.5.tar.bz2 new file mode 100644 index 0000000..2b80d1d --- /dev/null +++ b/autoyast2-2.16.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee88b18b74f62c4f2c80bf01436ec8a6a12c641b5284c6666106d29d838c492a +size 1182387 diff --git a/autoyast2.changes b/autoyast2.changes index 4830ffa..3035365 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Jan 11 10:42:42 CET 2008 - ug@suse.de + +- Documentation update +- 2.16.5 + +------------------------------------------------------------------- +Thu Jan 10 14:53:24 CET 2008 - ug@suse.de + +- rerun_on_error added to scripts execution to keep dialogs + open until the answers passes the parsing of a script + +------------------------------------------------------------------- +Wed Jan 9 16:41:29 CET 2008 - ug@suse.de + +- added command line option to jump into a module (fate #5997) + ------------------------------------------------------------------- Tue Jan 8 13:50:59 CET 2008 - ug@suse.de diff --git a/autoyast2.spec b/autoyast2.spec index 0d84eff..242e83d 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -1,5 +1,5 @@ # -# spec file for package autoyast2 (Version 2.16.4) +# spec file for package autoyast2 (Version 2.16.5) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,12 +12,12 @@ Name: autoyast2 Url: http://www.suse.de/~ug -Version: 2.16.4 +Version: 2.16.5 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: autoyast2-2.16.4.tar.bz2 +Source0: autoyast2-2.16.5.tar.bz2 Prefix: /usr BuildRequires: docbook-xsl-stylesheets java2-devel-packages libxslt perl-XML-Writer pkg-config sgml-skel update-desktop-files xorg-x11-libs yast2-bootloader yast2-country yast2-devtools yast2-mouse yast2-testsuite yast2-transfer yast2-update BuildRequires: yast2 >= 2.16.8 @@ -50,7 +50,7 @@ Authors: Anas Nashif %package installation -Version: 2.16.4 +Version: 2.16.5 Release: 1 Summary: YaST2 - Auto Installation Modules Group: System/YaST @@ -73,7 +73,7 @@ Authors: Anas Nashif %prep -%setup -n autoyast2-2.16.4 +%setup -n autoyast2-2.16.5 %build %{prefix}/bin/y2tool y2autoconf @@ -213,6 +213,14 @@ rm -rf "$RPM_BUILD_ROOT" %dir /var/lib/autoinstall %dir /var/lib/autoinstall/autoconf %changelog +* Fri Jan 11 2008 - ug@suse.de +- Documentation update +- 2.16.5 +* Thu Jan 10 2008 - ug@suse.de +- rerun_on_error added to scripts execution to keep dialogs + open until the answers passes the parsing of a script +* Wed Jan 09 2008 - ug@suse.de +- added command line option to jump into a module (fate #5997) * Tue Jan 08 2008 - ug@suse.de - experimental interactive scripts code added - Buildrequires fixed