OBS User unknown 2007-03-30 14:26:41 +00:00 committed by Git OBS Bridge
parent df0a20595e
commit 0760683258
4 changed files with 46 additions and 12 deletions

View File

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

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

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Fri Mar 30 15:39:42 CEST 2007 - ug@suse.de
- 2.15.5
-------------------------------------------------------------------
Mon Mar 26 16:56:57 CEST 2007 - ug@suse.de
- removed DTD declaration from the newlycreated XML documents
-------------------------------------------------------------------
Mon Mar 26 14:57:40 CEST 2007 - ug@suse.de
- multiple questions per dialog qith the <ask> feature
-------------------------------------------------------------------
Tue Mar 20 11:10:12 CET 2007 - ug@suse.de
- compatibility code to old profiles fixed
-------------------------------------------------------------------
Fri Mar 16 11:27:28 CET 2007 - ug@suse.de
- requires in spec file fixed
-------------------------------------------------------------------
Fri Mar 16 10:18:48 CET 2007 - ug@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package autoyast2 (Version 2.15.4)
# spec file for package autoyast2 (Version 2.15.5)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,17 +12,17 @@
Name: autoyast2
URL: http://www.suse.de/~ug
Version: 2.15.4
Version: 2.15.5
Release: 1
License: GNU General Public License (GPL)
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: autoyast2-2.15.4.tar.bz2
Source0: autoyast2-2.15.5.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
Requires: yast2-core yast2-xml libxslt yast2-installation
Requires: autoyast2-installation = %{version}
Requires: yast2-schema
Requires: yast2-schema yast2 yast2-country yast2-storage
Provides: yast2-module-autoinst yast2-config-autoinst
Obsoletes: yast2-module-autoinst yast2-config-autoinst
Provides: yast2-lib-autoinst
@ -49,12 +49,11 @@ Authors:
Anas Nashif
%package installation
Version: 2.15.4
Version: 2.15.5
Release: 1
Summary: YaST2 - Auto Installation Modules
Group: System/YaST
Requires: yast2-xml yast2-core
Requires: yast2-transfer
Requires: yast2-xml yast2-core yast2 yast2-country yast2-mouse yast2-packager yast2-storage yast2-transfer yast2-update
Provides: yast2-trans-autoinst
Obsoletes: yast2-trans-autoinst
@ -70,7 +69,7 @@ Authors:
Anas Nashif
%prep
%setup -n autoyast2-2.15.4
%setup -n autoyast2-2.15.5
%build
%{prefix}/bin/y2tool y2autoconf
@ -211,6 +210,16 @@ rm -rf "$RPM_BUILD_ROOT"
%dir /var/lib/autoinstall/autoconf
%changelog
* Fri Mar 30 2007 - ug@suse.de
- 2.15.5
* Mon Mar 26 2007 - ug@suse.de
- removed DTD declaration from the newlycreated XML documents
* Mon Mar 26 2007 - ug@suse.de
- multiple questions per dialog qith the <ask> feature
* Tue Mar 20 2007 - ug@suse.de
- compatibility code to old profiles fixed
* Fri Mar 16 2007 - ug@suse.de
- requires in spec file fixed
* Fri Mar 16 2007 - ug@suse.de
- partition shrinking code fixed (space after shrink
calculation was wrong)