OBS User unknown 2007-03-16 12:44:52 +00:00 committed by Git OBS Bridge
parent c6ce7e7fd8
commit df0a20595e
4 changed files with 93 additions and 9 deletions

View File

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

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

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

View File

@ -1,3 +1,60 @@
-------------------------------------------------------------------
Fri Mar 16 10:18:48 CET 2007 - ug@suse.de
- partition shrinking code fixed (space after shrink
calculation was wrong)
- 2.15.4
-------------------------------------------------------------------
Wed Mar 14 15:37:05 CET 2007 - ug@suse.de
- "close small gap" code removed
makes trouble on small harddisks
-------------------------------------------------------------------
Wed Mar 7 17:59:44 CET 2007 - ug@suse.de
- don't clone DELL utility partition
(#247330)
-------------------------------------------------------------------
Mon Mar 5 14:50:05 CET 2007 - ug@suse.de
- auto-added boot partition code fixed (#246023)
-------------------------------------------------------------------
Fri Mar 2 10:52:19 CET 2007 - ug@suse.de
- schema file fixed (#187696)
-------------------------------------------------------------------
Thu Mar 1 14:13:43 CET 2007 - ug@suse.de
- allow empty partitioning section in RNC file
-------------------------------------------------------------------
Thu Mar 1 10:43:13 CET 2007 - ug@suse.de
- don't clone drives that contain no partitions with a
mountpoint
-------------------------------------------------------------------
Mon Feb 26 15:31:00 CET 2007 - ug@suse.de
- signature-handling is less restrictive in a cloned profile
(#248303)
-------------------------------------------------------------------
Thu Feb 22 17:33:32 CET 2007 - ug@suse.de
- the "ask" feature can not store the answer in a list
(#247826)
-------------------------------------------------------------------
Tue Feb 20 16:24:25 CET 2007 - ug@suse.de
- don't turn off the mount point widget in the UI if create=false
-------------------------------------------------------------------
Thu Feb 15 14:04:16 CET 2007 - ug@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package autoyast2 (Version 2.15.3)
# spec file for package autoyast2 (Version 2.15.4)
#
# Copyright (c) 2007 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.15.3
Version: 2.15.4
Release: 1
License: GNU General Public License (GPL)
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: autoyast2-2.15.3.tar.bz2
Source0: autoyast2-2.15.4.tar.bz2
prefix: /usr
BuildRequires: docbook-xsl-stylesheets fop java2-devel-packages libxslt perl-XML-Writer pkg-config sgml-skel update-desktop-files xorg-x11-libs yast2-bootloader yast2-devtools yast2-mouse yast2-testsuite yast2-transfer yast2-update
Requires: yast2-core yast2-xml libxslt
@ -49,7 +49,7 @@ Authors:
Anas Nashif
%package installation
Version: 2.15.3
Version: 2.15.4
Release: 1
Summary: YaST2 - Auto Installation Modules
Group: System/YaST
@ -70,7 +70,7 @@ Authors:
Anas Nashif
%prep
%setup -n autoyast2-2.15.3
%setup -n autoyast2-2.15.4
%build
%{prefix}/bin/y2tool y2autoconf
@ -210,7 +210,34 @@ rm -rf "$RPM_BUILD_ROOT"
%dir /var/lib/autoinstall
%dir /var/lib/autoinstall/autoconf
%changelog -n autoyast2
%changelog
* Fri Mar 16 2007 - ug@suse.de
- partition shrinking code fixed (space after shrink
calculation was wrong)
- 2.15.4
* Wed Mar 14 2007 - ug@suse.de
- "close small gap" code removed
makes trouble on small harddisks
* Wed Mar 07 2007 - ug@suse.de
- don't clone DELL utility partition
(#247330)
* Mon Mar 05 2007 - ug@suse.de
- auto-added boot partition code fixed (#246023)
* Fri Mar 02 2007 - ug@suse.de
- schema file fixed (#187696)
* Thu Mar 01 2007 - ug@suse.de
- allow empty partitioning section in RNC file
* Thu Mar 01 2007 - ug@suse.de
- don't clone drives that contain no partitions with a
mountpoint
* Mon Feb 26 2007 - ug@suse.de
- signature-handling is less restrictive in a cloned profile
(#248303)
* Thu Feb 22 2007 - ug@suse.de
- the "ask" feature can not store the answer in a list
(#247826)
* Tue Feb 20 2007 - ug@suse.de
- don't turn off the mount point widget in the UI if create=false
* Thu Feb 15 2007 - ug@suse.de
- 2.15.3
* Wed Feb 14 2007 - ug@suse.de