OBS User unknown 2007-02-16 06:02:57 +00:00 committed by Git OBS Bridge
parent 41a09699ed
commit c6ce7e7fd8
4 changed files with 96 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,62 @@
-------------------------------------------------------------------
Thu Feb 15 14:04:16 CET 2007 - ug@suse.de
- 2.15.3
-------------------------------------------------------------------
Wed Feb 14 17:39:23 CET 2007 - ug@suse.de
- use the partition_id configured in the profile when
reusing partitions
-------------------------------------------------------------------
Wed Feb 14 15:04:05 CET 2007 - ug@suse.de
- shrinking code fixed and warning added if partitions
don't fit on disk (#245072)
-------------------------------------------------------------------
Wed Feb 14 10:10:32 CET 2007 - ug@suse.de
- some more "close window" does not work
(#240631)
-------------------------------------------------------------------
Mon Feb 12 11:06:35 CET 2007 - ug@suse.de
- accept_non_trusted_gpg_key parameter added
to signature handling (#242087)
-------------------------------------------------------------------
Thu Feb 8 17:06:14 CET 2007 - ug@suse.de
- don't clone extended partitions of partition type 5
(#243063)
-------------------------------------------------------------------
Fri Feb 2 12:20:19 CET 2007 - ug@suse.de
- range oprator for rules fixed to include the borders
of the range
-------------------------------------------------------------------
Fri Feb 2 11:04:57 CET 2007 - ug@suse.de
- popup added when the resolver run fails
-------------------------------------------------------------------
Thu Feb 1 16:32:55 CET 2007 - ug@suse.de
- packages that are required by yast modules and
which are already installed, don't get installed again
-------------------------------------------------------------------
Thu Feb 1 09:55:41 CET 2007 - ug@suse.de
- some more "close window" was not catched situations
fixed (#240631)
- 2.15.2
-------------------------------------------------------------------
Wed Jan 31 15:30:53 CET 2007 - ug@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package autoyast2 (Version 2.15.1)
# spec file for package autoyast2 (Version 2.15.3)
#
# 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.1
Version: 2.15.3
Release: 1
License: GNU General Public License (GPL)
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: autoyast2-2.15.1.tar.bz2
Source0: autoyast2-2.15.3.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.1
Version: 2.15.3
Release: 1
Summary: YaST2 - Auto Installation Modules
Group: System/YaST
@ -70,7 +70,7 @@ Authors:
Anas Nashif
%prep
%setup -n autoyast2-2.15.1
%setup -n autoyast2-2.15.3
%build
%{prefix}/bin/y2tool y2autoconf
@ -211,6 +211,35 @@ rm -rf "$RPM_BUILD_ROOT"
%dir /var/lib/autoinstall/autoconf
%changelog -n autoyast2
* Thu Feb 15 2007 - ug@suse.de
- 2.15.3
* Wed Feb 14 2007 - ug@suse.de
- use the partition_id configured in the profile when
reusing partitions
* Wed Feb 14 2007 - ug@suse.de
- shrinking code fixed and warning added if partitions
don't fit on disk (#245072)
* Wed Feb 14 2007 - ug@suse.de
- some more "close window" does not work
(#240631)
* Mon Feb 12 2007 - ug@suse.de
- accept_non_trusted_gpg_key parameter added
to signature handling (#242087)
* Thu Feb 08 2007 - ug@suse.de
- don't clone extended partitions of partition type 5
(#243063)
* Fri Feb 02 2007 - ug@suse.de
- range oprator for rules fixed to include the borders
of the range
* Fri Feb 02 2007 - ug@suse.de
- popup added when the resolver run fails
* Thu Feb 01 2007 - ug@suse.de
- packages that are required by yast modules and
which are already installed, don't get installed again
* Thu Feb 01 2007 - ug@suse.de
- some more "close window" was not catched situations
fixed (#240631)
- 2.15.2
* Wed Jan 31 2007 - ug@suse.de
- 2.15.1
* Wed Jan 31 2007 - ug@suse.de