diff --git a/autoyast2-2.16.18.tar.bz2 b/autoyast2-2.16.18.tar.bz2 deleted file mode 100644 index 7449f1c..0000000 --- a/autoyast2-2.16.18.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f6504ae907211ff9db991e7c913e64262f305a072ba561c8072eae561ebbb9e -size 1180988 diff --git a/autoyast2-2.17.0.tar.bz2 b/autoyast2-2.17.0.tar.bz2 new file mode 100644 index 0000000..74e8e61 --- /dev/null +++ b/autoyast2-2.17.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42ce5ca6170f7ace484b3de14b0d5525395924bdbfbf718cf429bf1ba82dab9 +size 1203240 diff --git a/autoyast2.changes b/autoyast2.changes index 0e982ec..9f250f1 100644 --- a/autoyast2.changes +++ b/autoyast2.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Thu Jun 19 14:56:28 CEST 2008 - sschober@suse.de + +- Partitioning UI rewritten. +- 2.17.0 + +------------------------------------------------------------------- +Thu Jun 19 11:04:49 CEST 2008 - ug@suse.de + +- added missing "swap" filesystem in documentation + +------------------------------------------------------------------- +Thu Jun 19 10:45:02 CEST 2008 - ug@suse.de + +- 'passwords mismatch' check in 'ask' fixed (bnc#401208) + +------------------------------------------------------------------- +Tue Jun 17 17:34:34 CEST 2008 - ug@suse.de + +- use yast2-storage proposal when no partitioning + is in the profile (fate#301257) + +------------------------------------------------------------------- +Fri Jun 13 11:29:22 CEST 2008 - ug@suse.de + +- added a cache to speedup cloning of software + (bnc#391770) + ------------------------------------------------------------------- Fri May 30 16:21:02 CEST 2008 - ug@suse.de diff --git a/autoyast2.spec b/autoyast2.spec index c23c3d7..86eef20 100644 --- a/autoyast2.spec +++ b/autoyast2.spec @@ -1,5 +1,5 @@ # -# spec file for package autoyast2 (Version 2.16.18) +# spec file for package autoyast2 (Version 2.17.0) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,12 +13,12 @@ Url: http://www.suse.de/~ug Name: autoyast2 -Version: 2.16.18 +Version: 2.17.0 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: autoyast2-2.16.18.tar.bz2 +Source0: autoyast2-2.17.0.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 # API for Disabled Modules (ProductControl) @@ -54,7 +54,7 @@ Authors: %package installation License: GPL v2 or later -Version: 2.16.18 +Version: 2.17.0 Release: 1 Summary: YaST2 - Auto Installation Modules Group: System/YaST @@ -76,7 +76,7 @@ Authors: Anas Nashif %prep -%setup -n autoyast2-2.16.18 +%setup -n autoyast2-2.17.0 %build %{prefix}/bin/y2tool y2autoconf @@ -178,6 +178,14 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/include/autoinstall/autopart.ycp /usr/share/YaST2/include/autoinstall/io.ycp /usr/share/YaST2/include/autoinstall/autoinst_dialogs.ycp +/usr/share/YaST2/include/autoinstall/AdvancedPartitionDialog.ycp +/usr/share/YaST2/include/autoinstall/DriveDialog.ycp +/usr/share/YaST2/include/autoinstall/PartitionDialog.ycp +/usr/share/YaST2/include/autoinstall/StorageDialog.ycp +/usr/share/YaST2/include/autoinstall/VolgroupDialog.ycp +/usr/share/YaST2/include/autoinstall/common.ycp +/usr/share/YaST2/include/autoinstall/tree.ycp +/usr/share/YaST2/include/autoinstall/types.ycp /usr/share/YaST2/control/*.xml /usr/share/YaST2/modules/AutoInstall.y* /usr/share/YaST2/modules/AutoinstScripts.y* @@ -193,6 +201,10 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/modules/AutoinstStorage.y* /usr/share/YaST2/modules/AutoInstallRules.y* /usr/share/YaST2/modules/ProfileLocation.y* +/usr/share/YaST2/modules/AutoinstCommon.y* +/usr/share/YaST2/modules/AutoinstDrive.y* +/usr/share/YaST2/modules/AutoinstPartPlan.y* +/usr/share/YaST2/modules/AutoinstPartition.y* #clients /usr/share/YaST2/clients/inst_autoinit.ycp /usr/share/YaST2/clients/inst_autoimage.ycp @@ -216,6 +228,19 @@ rm -rf "$RPM_BUILD_ROOT" %dir /var/lib/autoinstall %dir /var/lib/autoinstall/autoconf %changelog +* Thu Jun 19 2008 sschober@suse.de +- Partitioning UI rewritten. +- 2.17.0 +* Thu Jun 19 2008 ug@suse.de +- added missing "swap" filesystem in documentation +* Thu Jun 19 2008 ug@suse.de +- 'passwords mismatch' check in 'ask' fixed (bnc#401208) +* Tue Jun 17 2008 ug@suse.de +- use yast2-storage proposal when no partitioning + is in the profile (fate#301257) +* Fri Jun 13 2008 ug@suse.de +- added a cache to speedup cloning of software + (bnc#391770) * Fri May 30 2008 ug@suse.de - fix for cloning the software section (bnc#391770)