This commit is contained in:
parent
2e3adf13ee
commit
de59f83269
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88c3c10d3a609cb14875ba287439a5e9dcdd3d0b37e5c02532d9d186b7bab039
|
||||
size 1182757
|
3
autoyast2-2.16.3.tar.bz2
Normal file
3
autoyast2-2.16.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc3b6aa9bd222e8b7aa1de486920ef1f3f19a2cdbb9907db9bd59ff4bc682bee
|
||||
size 1180677
|
@ -1,3 +1,65 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 7 11:47:42 CET 2007 - ug@suse.de
|
||||
|
||||
- 2.16.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 3 14:24:55 CET 2007 - ug@suse.de
|
||||
|
||||
- profiles can be stored encrypted
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 27 11:57:17 CET 2007 - ug@suse.de
|
||||
|
||||
- documentation and UI enhancement for feature #301256 added
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 26 17:51:58 CET 2007 - ug@suse.de
|
||||
|
||||
- halt/reboot option added to general section (feature #301256)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 22 14:39:21 CET 2007 - ug@suse.de
|
||||
|
||||
- reuse EVMS fixed (#335763)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 21 11:38:45 CET 2007 - ug@suse.de
|
||||
|
||||
- "mountby" documentation fixed (#307124)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 21 10:54:31 CET 2007 - ug@suse.de
|
||||
|
||||
- reset module in the autoyast UI did not work (#340517)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 14 18:04:39 CET 2007 - ug@suse.de
|
||||
|
||||
- complete iSCSI support added (feature #302973)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 14 12:14:21 CET 2007 - ug@suse.de
|
||||
|
||||
- relative path for autoyast scripts in the location element
|
||||
(second part of feature #302973)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 13 14:40:21 CET 2007 - ug@suse.de
|
||||
|
||||
- relative path for autoyast profile
|
||||
(first part of feature #302973)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 9 12:02:40 CET 2007 - ug@suse.de
|
||||
|
||||
- copy modified profile to the installed system too (#328837)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 7 16:27:03 CET 2007 - ug@suse.de
|
||||
|
||||
- some hardware information for rules was not probed (#336339)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 7 11:15:18 CET 2007 - locilka@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package autoyast2 (Version 2.16.2)
|
||||
# spec file for package autoyast2 (Version 2.16.3)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -12,14 +12,15 @@
|
||||
|
||||
Name: autoyast2
|
||||
Url: http://www.suse.de/~ug
|
||||
Version: 2.16.2
|
||||
Version: 2.16.3
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: autoyast2-2.16.2.tar.bz2
|
||||
Source0: autoyast2-2.16.3.tar.bz2
|
||||
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-devtools yast2-mouse yast2-testsuite yast2-transfer yast2-update
|
||||
BuildRequires: yast2 >= 2.16.8
|
||||
Requires: yast2-core yast2-xml libxslt yast2-installation
|
||||
Requires: autoyast2-installation = %{version}
|
||||
Requires: yast2-schema yast2 yast2-country yast2-storage
|
||||
@ -49,7 +50,7 @@ Authors:
|
||||
Anas Nashif
|
||||
|
||||
%package installation
|
||||
Version: 2.16.2
|
||||
Version: 2.16.3
|
||||
Release: 1
|
||||
Summary: YaST2 - Auto Installation Modules
|
||||
Group: System/YaST
|
||||
@ -72,7 +73,7 @@ Authors:
|
||||
Anas Nashif
|
||||
|
||||
%prep
|
||||
%setup -n autoyast2-2.16.2
|
||||
%setup -n autoyast2-2.16.3
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -211,7 +212,34 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%dir /var/adm/autoinstall/cache
|
||||
%dir /var/lib/autoinstall
|
||||
%dir /var/lib/autoinstall/autoconf
|
||||
|
||||
%changelog
|
||||
* Fri Dec 07 2007 - ug@suse.de
|
||||
- 2.16.3
|
||||
* Mon Dec 03 2007 - ug@suse.de
|
||||
- profiles can be stored encrypted
|
||||
* Tue Nov 27 2007 - ug@suse.de
|
||||
- documentation and UI enhancement for feature #301256 added
|
||||
* Mon Nov 26 2007 - ug@suse.de
|
||||
- halt/reboot option added to general section (feature #301256)
|
||||
* Thu Nov 22 2007 - ug@suse.de
|
||||
- reuse EVMS fixed (#335763)
|
||||
* Wed Nov 21 2007 - ug@suse.de
|
||||
- "mountby" documentation fixed (#307124)
|
||||
* Wed Nov 21 2007 - ug@suse.de
|
||||
- reset module in the autoyast UI did not work (#340517)
|
||||
* Wed Nov 14 2007 - ug@suse.de
|
||||
- complete iSCSI support added (feature #302973)
|
||||
* Wed Nov 14 2007 - ug@suse.de
|
||||
- relative path for autoyast scripts in the location element
|
||||
(second part of feature #302973)
|
||||
* Tue Nov 13 2007 - ug@suse.de
|
||||
- relative path for autoyast profile
|
||||
(first part of feature #302973)
|
||||
* Fri Nov 09 2007 - ug@suse.de
|
||||
- copy modified profile to the installed system too (#328837)
|
||||
* Wed Nov 07 2007 - ug@suse.de
|
||||
- some hardware information for rules was not probed (#336339)
|
||||
* Wed Nov 07 2007 - locilka@suse.cz
|
||||
- Some variables were moved from AutoinstStorage, AutoinstGeneral,
|
||||
and AutoinstSoftware to AutoinstData (yast2.rpm) to break cyclic
|
||||
|
Loading…
Reference in New Issue
Block a user