This commit is contained in:
parent
f07b9d3b86
commit
5c4e2705e7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1df99e5251a5cf75b51b389c68e0e5c6615d2f2c15e4c57978d02f7c440cafd1
|
|
||||||
size 1228184
|
|
3
autoyast2-2.18.5.tar.bz2
Normal file
3
autoyast2-2.18.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cf3d6b2505f62dcf995467d66fedb007877c4a58f1948db6a80cd14da1b64079
|
||||||
|
size 1228504
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 18 16:03:24 CEST 2009 - ug@suse.de
|
||||||
|
|
||||||
|
- ask libstorage for the default filesystem instead of hardcoded
|
||||||
|
ext3
|
||||||
|
- 2.18.5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 18 12:32:29 CEST 2009 - ug@suse.de
|
||||||
|
|
||||||
|
- ZeroNewPartitions is configureable
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 12 13:15:43 CEST 2009 - ug@suse.de
|
||||||
|
|
||||||
|
- more sophisticated size calculation in LVM code
|
||||||
|
(still requires some fixes for multiple striped LVs)
|
||||||
|
- 2.18.4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 11 11:48:22 CEST 2009 - ug@suse.de
|
||||||
|
|
||||||
|
- striping documentation added
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 8 12:23:52 CEST 2009 - ug@suse.de
|
||||||
|
|
||||||
|
- network_needed=true post-scripts can trigger a resolver error
|
||||||
|
(bnc#498993)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 5 10:30:43 CEST 2009 - ug@suse.de
|
Tue May 5 10:30:43 CEST 2009 - ug@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package autoyast2 (Version 2.18.3)
|
# spec file for package autoyast2 (Version 2.18.5)
|
||||||
#
|
#
|
||||||
# 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.3
|
Version: 2.18.5
|
||||||
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.3.tar.bz2
|
Source0: autoyast2-2.18.5.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.3
|
Version: 2.18.5
|
||||||
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.3
|
%setup -n autoyast2-2.18.5
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -239,6 +239,21 @@ 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
|
||||||
|
* Mon May 18 2009 ug@suse.de
|
||||||
|
- ask libstorage for the default filesystem instead of hardcoded
|
||||||
|
ext3
|
||||||
|
- 2.18.5
|
||||||
|
* Mon May 18 2009 ug@suse.de
|
||||||
|
- ZeroNewPartitions is configureable
|
||||||
|
* Tue May 12 2009 ug@suse.de
|
||||||
|
- more sophisticated size calculation in LVM code
|
||||||
|
(still requires some fixes for multiple striped LVs)
|
||||||
|
- 2.18.4
|
||||||
|
* Mon May 11 2009 ug@suse.de
|
||||||
|
- striping documentation added
|
||||||
|
* Fri May 08 2009 ug@suse.de
|
||||||
|
- network_needed=true post-scripts can trigger a resolver error
|
||||||
|
(bnc#498993)
|
||||||
* Tue May 05 2009 ug@suse.de
|
* Tue May 05 2009 ug@suse.de
|
||||||
- keep_install_network docu added (thanx Bubli and Michal)
|
- keep_install_network docu added (thanx Bubli and Michal)
|
||||||
- 2.18.3
|
- 2.18.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user