This commit is contained in:
parent
d80f87dec7
commit
f07b9d3b86
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:08b8fdcab5c26ffe76e4c830efdeba462966b8b60c9acbb3383838594941a6fc
|
|
||||||
size 1227158
|
|
3
autoyast2-2.18.3.tar.bz2
Normal file
3
autoyast2-2.18.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1df99e5251a5cf75b51b389c68e0e5c6615d2f2c15e4c57978d02f7c440cafd1
|
||||||
|
size 1228184
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 5 10:30:43 CEST 2009 - ug@suse.de
|
||||||
|
|
||||||
|
- keep_install_network docu added (thanx Bubli and Michal)
|
||||||
|
- 2.18.3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 4 11:54:16 CEST 2009 - ug@suse.de
|
||||||
|
|
||||||
|
- don't log passwords from "ask" fixed (bnc#492746)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 14 15:32:36 CEST 2009 - ug@suse.de
|
||||||
|
|
||||||
|
- reuse old partition_id when create=false
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 8 14:22:54 CEST 2009 - ug@suse.de
|
||||||
|
|
||||||
|
- don't log the answers of ask dialogs via milestone
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 8 12:12:22 CEST 2009 - ug@suse.de
|
||||||
|
|
||||||
|
- classes and rules RNC files fixed
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 3 13:08:47 CEST 2009 - ug@suse.de
|
||||||
|
|
||||||
|
- postpartitioning script invented
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 1 16:11:08 CEST 2009 - ug@suse.de
|
Wed Apr 1 16:11:08 CEST 2009 - ug@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package autoyast2 (Version 2.18.2)
|
# spec file for package autoyast2 (Version 2.18.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -20,12 +20,12 @@
|
|||||||
Url: http://www.suse.de/~ug
|
Url: http://www.suse.de/~ug
|
||||||
|
|
||||||
Name: autoyast2
|
Name: autoyast2
|
||||||
Version: 2.18.2
|
Version: 2.18.3
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: autoyast2-2.18.2.tar.bz2
|
Source0: autoyast2-2.18.3.tar.bz2
|
||||||
Prefix: /usr
|
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
|
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)
|
# API for Disabled Modules (ProductControl)
|
||||||
@ -63,7 +63,7 @@ Authors:
|
|||||||
|
|
||||||
%package installation
|
%package installation
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Version: 2.18.2
|
Version: 2.18.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: YaST2 - Auto Installation Modules
|
Summary: YaST2 - Auto Installation Modules
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
@ -87,7 +87,7 @@ Authors:
|
|||||||
Anas Nashif
|
Anas Nashif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n autoyast2-2.18.2
|
%setup -n autoyast2-2.18.3
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -239,6 +239,19 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%dir /var/lib/autoinstall
|
%dir /var/lib/autoinstall
|
||||||
%dir /var/lib/autoinstall/autoconf
|
%dir /var/lib/autoinstall/autoconf
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 05 2009 ug@suse.de
|
||||||
|
- keep_install_network docu added (thanx Bubli and Michal)
|
||||||
|
- 2.18.3
|
||||||
|
* Mon May 04 2009 ug@suse.de
|
||||||
|
- don't log passwords from "ask" fixed (bnc#492746)
|
||||||
|
* Tue Apr 14 2009 ug@suse.de
|
||||||
|
- reuse old partition_id when create=false
|
||||||
|
* Wed Apr 08 2009 ug@suse.de
|
||||||
|
- don't log the answers of ask dialogs via milestone
|
||||||
|
* Wed Apr 08 2009 ug@suse.de
|
||||||
|
- classes and rules RNC files fixed
|
||||||
|
* Fri Apr 03 2009 ug@suse.de
|
||||||
|
- postpartitioning script invented
|
||||||
* Wed Apr 01 2009 ug@suse.de
|
* Wed Apr 01 2009 ug@suse.de
|
||||||
- storage lib compatibility with "used_by"
|
- storage lib compatibility with "used_by"
|
||||||
- 2.18.2
|
- 2.18.2
|
||||||
|
Loading…
Reference in New Issue
Block a user