This commit is contained in:
parent
d01b9d7375
commit
2e3adf13ee
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e29c2bee38be0a45c2a2ff2c3ce18ca0f417cfd0caced8c9fe2e4e242a4f9e65
|
||||
size 1180511
|
3
autoyast2-2.16.2.tar.bz2
Normal file
3
autoyast2-2.16.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88c3c10d3a609cb14875ba287439a5e9dcdd3d0b37e5c02532d9d186b7bab039
|
||||
size 1182757
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 7 11:15:18 CET 2007 - locilka@suse.cz
|
||||
|
||||
- Some variables were moved from AutoinstStorage, AutoinstGeneral,
|
||||
and AutoinstSoftware to AutoinstData (yast2.rpm) to break cyclic
|
||||
dependencies.
|
||||
- Adjusted RPM dependencies.
|
||||
- 2.16.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 24 16:38:40 CEST 2007 - ug@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package autoyast2 (Version 2.16.1)
|
||||
# spec file for package autoyast2 (Version 2.16.2)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -12,12 +12,12 @@
|
||||
|
||||
Name: autoyast2
|
||||
Url: http://www.suse.de/~ug
|
||||
Version: 2.16.1
|
||||
Version: 2.16.2
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: autoyast2-2.16.1.tar.bz2
|
||||
Source0: autoyast2-2.16.2.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
|
||||
Requires: yast2-core yast2-xml libxslt yast2-installation
|
||||
@ -49,10 +49,13 @@ Authors:
|
||||
Anas Nashif
|
||||
|
||||
%package installation
|
||||
Version: 2.16.1
|
||||
Version: 2.16.2
|
||||
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
|
||||
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
|
||||
@ -69,7 +72,7 @@ Authors:
|
||||
Anas Nashif
|
||||
|
||||
%prep
|
||||
%setup -n autoyast2-2.16.1
|
||||
%setup -n autoyast2-2.16.2
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -209,6 +212,12 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%dir /var/lib/autoinstall
|
||||
%dir /var/lib/autoinstall/autoconf
|
||||
%changelog
|
||||
* Wed Nov 07 2007 - locilka@suse.cz
|
||||
- Some variables were moved from AutoinstStorage, AutoinstGeneral,
|
||||
and AutoinstSoftware to AutoinstData (yast2.rpm) to break cyclic
|
||||
dependencies.
|
||||
- Adjusted RPM dependencies.
|
||||
- 2.16.2
|
||||
* Wed Oct 24 2007 - ug@suse.de
|
||||
- API Call to Storage fixed (#335582)
|
||||
- 2.16.1
|
||||
|
Loading…
Reference in New Issue
Block a user