This commit is contained in:
parent
330ab324b7
commit
5901014202
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:01157612fe9a139aa167710ab18c96566461f1086fa26560abf9243f51761d71
|
|
||||||
size 1219872
|
|
3
autoyast2-2.17.20.tar.bz2
Normal file
3
autoyast2-2.17.20.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b1dc8e52b3604ae4f9ac97c47b3bdd82d961d4ffabdb31443d51bb779d7d9377
|
||||||
|
size 1221792
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 4 11:34:34 CET 2008 - ug@suse.de
|
||||||
|
|
||||||
|
- LVM cloning fixed (partition_nr)
|
||||||
|
- 2.17.20
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 31 12:03:58 CET 2008 - ug@suse.de
|
||||||
|
|
||||||
|
- reactivated bootloader cloning in the UI
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 30 16:31:42 CET 2008 - ug@suse.de
|
||||||
|
|
||||||
|
- cloning RAID fixed
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 28 15:49:02 CET 2008 - ug@suse.de
|
||||||
|
|
||||||
|
- <wait> section added to <general> section
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 27 15:52:44 CET 2008 - ug@suse.de
|
Mon Oct 27 15:52:44 CET 2008 - ug@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package autoyast2 (Version 2.17.19)
|
# spec file for package autoyast2 (Version 2.17.20)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 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.17.19
|
Version: 2.17.20
|
||||||
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.17.19.tar.bz2
|
Source0: autoyast2-2.17.20.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-testsuite yast2-transfer yast2-update
|
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-testsuite yast2-transfer yast2-update
|
||||||
# API for Disabled Modules (ProductControl)
|
# API for Disabled Modules (ProductControl)
|
||||||
@ -61,7 +61,7 @@ Authors:
|
|||||||
|
|
||||||
%package installation
|
%package installation
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Version: 2.17.19
|
Version: 2.17.20
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: YaST2 - Auto Installation Modules
|
Summary: YaST2 - Auto Installation Modules
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
@ -83,7 +83,7 @@ Authors:
|
|||||||
Anas Nashif
|
Anas Nashif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n autoyast2-2.17.19
|
%setup -n autoyast2-2.17.20
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -235,6 +235,15 @@ 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 Nov 04 2008 ug@suse.de
|
||||||
|
- LVM cloning fixed (partition_nr)
|
||||||
|
- 2.17.20
|
||||||
|
* Fri Oct 31 2008 ug@suse.de
|
||||||
|
- reactivated bootloader cloning in the UI
|
||||||
|
* Thu Oct 30 2008 ug@suse.de
|
||||||
|
- cloning RAID fixed
|
||||||
|
* Tue Oct 28 2008 ug@suse.de
|
||||||
|
- <wait> section added to <general> section
|
||||||
* Mon Oct 27 2008 ug@suse.de
|
* Mon Oct 27 2008 ug@suse.de
|
||||||
- added kdump support
|
- added kdump support
|
||||||
- 2.17.19
|
- 2.17.19
|
||||||
|
Loading…
Reference in New Issue
Block a user