This commit is contained in:
parent
57e861d93b
commit
af2eb43aa7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dfcabe4166433781daf13e1c86323b5c9bc3bcf9d1340397f27bb37158315238
|
|
||||||
size 1184015
|
|
3
autoyast2-2.16.8.tar.bz2
Normal file
3
autoyast2-2.16.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:978789213da73d11d9a456bb39d036ea15502544656a929d5f2e91a788f363d9
|
||||||
|
size 1183855
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 5 10:40:50 CET 2008 - ug@suse.de
|
||||||
|
|
||||||
|
- <kernel> was not handled correctly (#366553)
|
||||||
|
- 2.16.8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 1 13:14:34 CET 2008 - ug@suse.de
|
Fri Feb 1 13:14:34 CET 2008 - ug@suse.de
|
||||||
|
|
||||||
@ -8,7 +14,7 @@ Fri Feb 1 13:14:34 CET 2008 - ug@suse.de
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 18 09:49:35 CET 2008 - ug@suse.de
|
Fri Jan 18 09:49:35 CET 2008 - ug@suse.de
|
||||||
|
|
||||||
- shell escape code fixed (#354670)
|
- shell escape code fixed (#354671)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 17 15:48:52 CET 2008 - ug@suse.de
|
Thu Jan 17 15:48:52 CET 2008 - ug@suse.de
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package autoyast2 (Version 2.16.7)
|
# spec file for package autoyast2 (Version 2.16.8)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 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
|
||||||
@ -10,15 +10,15 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
Url: http://www.suse.de/~ug
|
||||||
|
|
||||||
Name: autoyast2
|
Name: autoyast2
|
||||||
Url: http://www.suse.de/~ug
|
Version: 2.16.8
|
||||||
Version: 2.16.7
|
|
||||||
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.16.7.tar.bz2
|
Source0: autoyast2-2.16.8.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
|
||||||
BuildRequires: yast2 >= 2.16.8
|
BuildRequires: yast2 >= 2.16.8
|
||||||
@ -51,7 +51,7 @@ Authors:
|
|||||||
Anas Nashif
|
Anas Nashif
|
||||||
|
|
||||||
%package installation
|
%package installation
|
||||||
Version: 2.16.7
|
Version: 2.16.8
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: YaST2 - Auto Installation Modules
|
Summary: YaST2 - Auto Installation Modules
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
@ -74,7 +74,7 @@ Authors:
|
|||||||
Anas Nashif
|
Anas Nashif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n autoyast2-2.16.7
|
%setup -n autoyast2-2.16.8
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -213,14 +213,16 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%dir /var/adm/autoinstall/cache
|
%dir /var/adm/autoinstall/cache
|
||||||
%dir /var/lib/autoinstall
|
%dir /var/lib/autoinstall
|
||||||
%dir /var/lib/autoinstall/autoconf
|
%dir /var/lib/autoinstall/autoconf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 05 2008 ug@suse.de
|
||||||
|
- <kernel> was not handled correctly (#366553)
|
||||||
|
- 2.16.8
|
||||||
* Fri Feb 01 2008 ug@suse.de
|
* Fri Feb 01 2008 ug@suse.de
|
||||||
- an ask script can influence the next dialog that is shown
|
- an ask script can influence the next dialog that is shown
|
||||||
(fate #303398)
|
(fate #303398)
|
||||||
- 2.16.7
|
- 2.16.7
|
||||||
* Fri Jan 18 2008 ug@suse.de
|
* Fri Jan 18 2008 ug@suse.de
|
||||||
- shell escape code fixed (#354670)
|
- shell escape code fixed (#354671)
|
||||||
* Thu Jan 17 2008 ug@suse.de
|
* Thu Jan 17 2008 ug@suse.de
|
||||||
- ShellEscape Code added
|
- ShellEscape Code added
|
||||||
- 2.16.6
|
- 2.16.6
|
||||||
|
Loading…
Reference in New Issue
Block a user