This commit is contained in:
parent
e7b25d0e20
commit
3c16beb0ce
3
autoyast2-2.16.10.tar.bz2
Normal file
3
autoyast2-2.16.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f571d6ebcf9cc2640388c986a3b7fe7ed3bd95f71eccd4e400d13b38f40f79a9
|
||||
size 1194507
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d541247e09319c62eb7f5392eb31ef1934b11654bc598fc9cb169d2c4e82f21
|
||||
size 1183959
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 14 12:20:44 CET 2008 - locilka@suse.cz
|
||||
|
||||
- Adjusted to new API for disabled modules in ProductControl.
|
||||
- Adjusted RPM dependencies.
|
||||
- 2.16.10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 13 15:37:31 CET 2008 - ug@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package autoyast2 (Version 2.16.9)
|
||||
# spec file for package autoyast2 (Version 2.16.10)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -13,15 +13,17 @@
|
||||
Url: http://www.suse.de/~ug
|
||||
|
||||
Name: autoyast2
|
||||
Version: 2.16.9
|
||||
Version: 2.16.10
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: autoyast2-2.16.9.tar.bz2
|
||||
Source0: autoyast2-2.16.10.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-country yast2-devtools yast2-mouse yast2-testsuite yast2-transfer yast2-update
|
||||
BuildRequires: yast2 >= 2.16.8
|
||||
# API for Disabled Modules (ProductControl)
|
||||
BuildRequires: yast2 >= 2.16.36
|
||||
Requires: yast2 >= 2.16.36
|
||||
Requires: yast2-core yast2-xml libxslt yast2-installation
|
||||
Requires: autoyast2-installation = %{version}
|
||||
Requires: yast2-schema yast2 yast2-country yast2-storage
|
||||
@ -51,13 +53,12 @@ Authors:
|
||||
Anas Nashif
|
||||
|
||||
%package installation
|
||||
Version: 2.16.9
|
||||
Version: 2.16.10
|
||||
Release: 1
|
||||
Summary: YaST2 - Auto Installation Modules
|
||||
Group: System/YaST
|
||||
# Some variables were moved from AutoinstStorage, AutoinstGeneral, and AutoinstSoftware
|
||||
# to AutoinstData (yast2.rpm) to break cyclic dependencies.
|
||||
Requires: yast2 >= 2.16.8
|
||||
# API for Disabled Modules (ProductControl)
|
||||
Requires: yast2 >= 2.16.36
|
||||
Requires: yast2-xml yast2-core yast2 yast2-country yast2-mouse yast2-packager yast2-storage yast2-transfer yast2-update
|
||||
Provides: yast2-trans-autoinst
|
||||
Obsoletes: yast2-trans-autoinst
|
||||
@ -74,7 +75,7 @@ Authors:
|
||||
Anas Nashif
|
||||
|
||||
%prep
|
||||
%setup -n autoyast2-2.16.9
|
||||
%setup -n autoyast2-2.16.10
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -214,6 +215,10 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%dir /var/lib/autoinstall
|
||||
%dir /var/lib/autoinstall/autoconf
|
||||
%changelog
|
||||
* Fri Mar 14 2008 locilka@suse.cz
|
||||
- Adjusted to new API for disabled modules in ProductControl.
|
||||
- Adjusted RPM dependencies.
|
||||
- 2.16.10
|
||||
* Thu Mar 13 2008 ug@suse.de
|
||||
- <device> autodetection for RAID added (bnc#367734)
|
||||
- 2.16.9
|
||||
|
Loading…
Reference in New Issue
Block a user