OBS User unknown 2008-01-09 20:50:58 +00:00 committed by Git OBS Bridge
parent de59f83269
commit a9e30608d0
4 changed files with 28 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc3b6aa9bd222e8b7aa1de486920ef1f3f19a2cdbb9907db9bd59ff4bc682bee
size 1180677

3
autoyast2-2.16.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9bcb4a956eff9e41600db40d77453535382ef86bee77347d07f4402e795c78d2
size 1181457

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jan 8 13:50:59 CET 2008 - ug@suse.de
- experimental interactive scripts code added
- Buildrequires fixed
- 2.16.4
-------------------------------------------------------------------
Wed Jan 2 13:24:05 CET 2008 - ug@suse.de
- endless loop in pre-script fixed (#351103)
-------------------------------------------------------------------
Fri Dec 7 11:47:42 CET 2007 - ug@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package autoyast2 (Version 2.16.3)
# spec file for package autoyast2 (Version 2.16.4)
#
# Copyright (c) 2007 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
# package are under the same license as the package itself.
#
@ -12,14 +12,14 @@
Name: autoyast2
Url: http://www.suse.de/~ug
Version: 2.16.3
Version: 2.16.4
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: autoyast2-2.16.3.tar.bz2
Source0: autoyast2-2.16.4.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: 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
Requires: yast2-core yast2-xml libxslt yast2-installation
Requires: autoyast2-installation = %{version}
@ -50,7 +50,7 @@ Authors:
Anas Nashif
%package installation
Version: 2.16.3
Version: 2.16.4
Release: 1
Summary: YaST2 - Auto Installation Modules
Group: System/YaST
@ -73,7 +73,7 @@ Authors:
Anas Nashif
%prep
%setup -n autoyast2-2.16.3
%setup -n autoyast2-2.16.4
%build
%{prefix}/bin/y2tool y2autoconf
@ -212,8 +212,13 @@ rm -rf "$RPM_BUILD_ROOT"
%dir /var/adm/autoinstall/cache
%dir /var/lib/autoinstall
%dir /var/lib/autoinstall/autoconf
%changelog
* Tue Jan 08 2008 - ug@suse.de
- experimental interactive scripts code added
- Buildrequires fixed
- 2.16.4
* Wed Jan 02 2008 - ug@suse.de
- endless loop in pre-script fixed (#351103)
* Fri Dec 07 2007 - ug@suse.de
- 2.16.3
* Mon Dec 03 2007 - ug@suse.de