Updating link to change in openSUSE:Factory/autoyast2 revision 74.0
OBS-URL: https://build.opensuse.org/package/show/YaST:Head/autoyast2?expand=0&rev=51d43b5e1304121d2d0791cf64dbf49c
This commit is contained in:
parent
53b751fe1e
commit
ab1d340548
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94524e5f4d30e24d5be6335037a2827d181bc987066cd0e508d43cac12b6c337
|
||||
size 1206996
|
3
autoyast2-2.19.0.tar.bz2
Normal file
3
autoyast2-2.19.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51439ed3d049af6b06515e1a131274491280a40cc27dc57d3a0f2f048b2ea290
|
||||
size 1240632
|
@ -1,3 +1,65 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 16 18:44:20 CET 2009 - aschnell@suse.de
|
||||
|
||||
- adapted encryption password setting to new yast2-storage
|
||||
- 2.19.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 25 15:55:10 CET 2009 - ug@suse.de
|
||||
|
||||
- mountby was not cloned correctly (bnc#557759)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 25 14:37:27 CET 2009 - ug@suse.de
|
||||
|
||||
- reusing of logical partitions can fail (bnc#557994)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 11:48:30 CET 2009 - ug@suse.de
|
||||
|
||||
- fix for conflicts in rule-dialogs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 14:41:56 CET 2009 - ug@suse.de
|
||||
|
||||
- set mode to config during cloning (bnc#520658)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 18 13:22:46 CET 2009 - ug@suse.de
|
||||
|
||||
- translation of Mouse -> "probe" fixed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 17 11:35:10 CET 2009 - ug@suse.de
|
||||
|
||||
- dialogs for rules added
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 10:39:13 CET 2009 - ug@suse.de
|
||||
|
||||
- added CLI to clone_system
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 10 15:26:06 CET 2009 - ug@suse.de
|
||||
|
||||
- autoyast=nfs:// falls back to nfs4 if nfs3 mounting fails
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 10 14:36:55 CET 2009 - ug@suse.de
|
||||
|
||||
- check if cdrom is mounted when image should be searched on CD/DVD
|
||||
thanx to Leonardo L. P. da Mata for a patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 10 11:49:52 CET 2009 - ug@suse.de
|
||||
|
||||
- <location> can be CDATA now (bnc#546387)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 10 11:16:37 CET 2009 - ug@suse.de
|
||||
|
||||
- description for url's in SLP possible now
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 16 12:27:52 CEST 2009 - ug@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package autoyast2 (Version 2.18.14)
|
||||
# spec file for package autoyast2 (Version 2.19.0)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,13 +19,13 @@
|
||||
|
||||
|
||||
Name: autoyast2
|
||||
Version: 2.18.14
|
||||
Version: 2.19.0
|
||||
Release: 1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: autoyast2-2.18.14.tar.bz2
|
||||
Source0: autoyast2-2.19.0.tar.bz2
|
||||
Prefix: /usr
|
||||
Group: System/YaST
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
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)
|
||||
BuildRequires: yast2 >= 2.16.36
|
||||
@ -54,8 +54,8 @@ This file contains YaST2-independent files needed to create
|
||||
installation sources.
|
||||
|
||||
%package installation
|
||||
License: GPL v2 or later
|
||||
Version: 2.18.14
|
||||
License: GPLv2+
|
||||
Version: 2.19.0
|
||||
Release: 1
|
||||
Summary: YaST2 - Auto Installation Modules
|
||||
Group: System/YaST
|
||||
@ -72,7 +72,7 @@ This package performs auto-installation relying on a control file
|
||||
generated with the autoyast2 package.
|
||||
|
||||
%prep
|
||||
%setup -n autoyast2-2.18.14
|
||||
%setup -n autoyast2-2.19.0
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
|
Loading…
Reference in New Issue
Block a user