This commit is contained in:
parent
0760683258
commit
7752a9a8f6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6c8947de59b727748cbf4ddb986dea1049451858e827f0a8da30590a5496d9dc
|
|
||||||
size 1184245
|
|
3
autoyast2-2.15.6.tar.bz2
Normal file
3
autoyast2-2.15.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b2fa436747ebb84ea166ebfd4d3f782421e2fcf146323ebe5f7145b7f13936b6
|
||||||
|
size 1182508
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 19 10:59:24 CEST 2007 - ug@suse.de
|
||||||
|
|
||||||
|
- 2.15.6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 19 10:51:39 CEST 2007 - ug@suse.de
|
||||||
|
|
||||||
|
- clone partitions more conservative (#262535)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 4 11:15:01 CEST 2007 - ug@suse.de
|
||||||
|
|
||||||
|
- profiles that are modified by <ask> can have
|
||||||
|
pre-scripts and other <ask> sections now
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 3 15:35:33 CEST 2007 - ug@suse.de
|
||||||
|
|
||||||
|
- the <ask> feature can execute scripts now
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 3 10:05:47 CEST 2007 - ug@suse.de
|
||||||
|
|
||||||
|
- iSCSI boot: boot parameter 'withiscsi=1' does not have any
|
||||||
|
effect with autoyast installation (#253432)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 30 15:39:42 CEST 2007 - ug@suse.de
|
Fri Mar 30 15:39:42 CEST 2007 - ug@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package autoyast2 (Version 2.15.5)
|
# spec file for package autoyast2 (Version 2.15.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,12 +12,12 @@
|
|||||||
|
|
||||||
Name: autoyast2
|
Name: autoyast2
|
||||||
URL: http://www.suse.de/~ug
|
URL: http://www.suse.de/~ug
|
||||||
Version: 2.15.5
|
Version: 2.15.6
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: autoyast2-2.15.5.tar.bz2
|
Source0: autoyast2-2.15.6.tar.bz2
|
||||||
prefix: /usr
|
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
|
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 yast2-installation
|
Requires: yast2-core yast2-xml libxslt yast2-installation
|
||||||
@ -49,7 +49,7 @@ Authors:
|
|||||||
Anas Nashif
|
Anas Nashif
|
||||||
|
|
||||||
%package installation
|
%package installation
|
||||||
Version: 2.15.5
|
Version: 2.15.6
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: YaST2 - Auto Installation Modules
|
Summary: YaST2 - Auto Installation Modules
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
@ -69,7 +69,7 @@ Authors:
|
|||||||
Anas Nashif
|
Anas Nashif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n autoyast2-2.15.5
|
%setup -n autoyast2-2.15.6
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -210,6 +210,18 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%dir /var/lib/autoinstall/autoconf
|
%dir /var/lib/autoinstall/autoconf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 19 2007 - ug@suse.de
|
||||||
|
- 2.15.6
|
||||||
|
* Thu Apr 19 2007 - ug@suse.de
|
||||||
|
- clone partitions more conservative (#262535)
|
||||||
|
* Wed Apr 04 2007 - ug@suse.de
|
||||||
|
- profiles that are modified by <ask> can have
|
||||||
|
pre-scripts and other <ask> sections now
|
||||||
|
* Tue Apr 03 2007 - ug@suse.de
|
||||||
|
- the <ask> feature can execute scripts now
|
||||||
|
* Tue Apr 03 2007 - ug@suse.de
|
||||||
|
- iSCSI boot: boot parameter 'withiscsi=1' does not have any
|
||||||
|
effect with autoyast installation (#253432)
|
||||||
* Fri Mar 30 2007 - ug@suse.de
|
* Fri Mar 30 2007 - ug@suse.de
|
||||||
- 2.15.5
|
- 2.15.5
|
||||||
* Mon Mar 26 2007 - ug@suse.de
|
* Mon Mar 26 2007 - ug@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user