OBS User unknown 2009-06-17 23:30:24 +00:00 committed by Git OBS Bridge
parent 5c4e2705e7
commit 735be184b3
4 changed files with 88 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf3d6b2505f62dcf995467d66fedb007877c4a58f1948db6a80cd14da1b64079
size 1228504

3
autoyast2-2.18.6.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81f68204f6336a5db53970725d0a9027e6d004ce9326daa7beaf0c419298c0c1
size 1229364

View File

@ -1,3 +1,58 @@
-------------------------------------------------------------------
Wed Jun 17 15:22:24 CEST 2009 - ug@suse.de
- no need anymore to specify the device when using
autoyast=device://...
- 2.18.6
-------------------------------------------------------------------
Tue Jun 16 15:16:49 CEST 2009 - ug@suse.de
- autoyast=usb://... could fail to find profile on logical
partitions
-------------------------------------------------------------------
Tue Jun 16 14:10:29 CEST 2009 - ug@suse.de
- cloning striped LVM fixed
-------------------------------------------------------------------
Tue Jun 16 10:16:39 CEST 2009 - ug@suse.de
- striping added to schema file
-------------------------------------------------------------------
Mon Jun 15 12:53:24 CEST 2009 - ug@suse.de
- fix for autoyast profile on by-id devices
-------------------------------------------------------------------
Tue Jun 9 16:23:23 CEST 2009 - ug@suse.de
- regex support for packages and patterns added
(undocumented feature yet)
-------------------------------------------------------------------
Thu Jun 4 14:48:31 CEST 2009 - ug@suse.de
- creating directories with <files> section possible
(fate #305313)
-------------------------------------------------------------------
Thu Jun 4 12:56:15 CEST 2009 - ug@suse.de
- better feedback for the common "device not found" error
-------------------------------------------------------------------
Wed Jun 3 12:27:36 CEST 2009 - ug@suse.de
- CIFS support added
-------------------------------------------------------------------
Tue May 19 16:29:54 CEST 2009 - ug@suse.de
- old <general> cloning code dropped
-------------------------------------------------------------------
Mon May 18 16:03:24 CEST 2009 - ug@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package autoyast2 (Version 2.18.5)
# spec file for package autoyast2 (Version 2.18.6)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,12 +20,12 @@
Url: http://www.suse.de/~ug
Name: autoyast2
Version: 2.18.5
Version: 2.18.6
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: autoyast2-2.18.5.tar.bz2
Source0: autoyast2-2.18.6.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-slp yast2-testsuite yast2-transfer
# API for Disabled Modules (ProductControl)
@ -63,7 +63,7 @@ Authors:
%package installation
License: GPL v2 or later
Version: 2.18.5
Version: 2.18.6
Release: 1
Summary: YaST2 - Auto Installation Modules
Group: System/YaST
@ -87,7 +87,7 @@ Authors:
Anas Nashif
%prep
%setup -n autoyast2-2.18.5
%setup -n autoyast2-2.18.6
%build
%{prefix}/bin/y2tool y2autoconf
@ -239,6 +239,31 @@ rm -rf "$RPM_BUILD_ROOT"
%dir /var/lib/autoinstall
%dir /var/lib/autoinstall/autoconf
%changelog
* Wed Jun 17 2009 ug@suse.de
- no need anymore to specify the device when using
autoyast=device://...
- 2.18.6
* Tue Jun 16 2009 ug@suse.de
- autoyast=usb://... could fail to find profile on logical
partitions
* Tue Jun 16 2009 ug@suse.de
- cloning striped LVM fixed
* Tue Jun 16 2009 ug@suse.de
- striping added to schema file
* Mon Jun 15 2009 ug@suse.de
- fix for autoyast profile on by-id devices
* Tue Jun 09 2009 ug@suse.de
- regex support for packages and patterns added
(undocumented feature yet)
* Thu Jun 04 2009 ug@suse.de
- creating directories with <files> section possible
(fate #305313)
* Thu Jun 04 2009 ug@suse.de
- better feedback for the common "device not found" error
* Wed Jun 03 2009 ug@suse.de
- CIFS support added
* Tue May 19 2009 ug@suse.de
- old <general> cloning code dropped
* Mon May 18 2009 ug@suse.de
- ask libstorage for the default filesystem instead of hardcoded
ext3