Uwe Gansert 2011-08-02 15:07:33 +00:00 committed by Git OBS Bridge
parent e8915ac743
commit 66f27c0ac5
4 changed files with 113 additions and 55 deletions

View File

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

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

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

View File

@ -1,3 +1,68 @@
-------------------------------------------------------------------
Fri Jul 29 15:56:00 CEST 2011 - ug@suse.de
- added support for client certificated with HTTPS
- 2.21.0
-------------------------------------------------------------------
Wed Jul 27 14:14:59 CEST 2011 - ug@suse.de
- added fibre channel autoyast client to 1st stage
-------------------------------------------------------------------
Fri Jul 22 16:30:45 CEST 2011 - locilka@suse.cz
- Removed obsoleted X-KDE-SubstituteUID from desktop all files and
replaced with xdg-su for autoyast desktop file (bnc#540627)
-------------------------------------------------------------------
Fri Jul 22 09:58:54 CEST 2011 - ug@suse.de
- passing a type=boolean to an ask-script via $VAL did not work
-------------------------------------------------------------------
Mon Jul 18 08:36:53 CEST 2011 - jsrain@suse.cz
- fixed typo (bnc#702662)
-------------------------------------------------------------------
Thu Jul 14 13:19:40 CEST 2011 - ug@suse.de
- New profile flag networking/setup_before_proposal enables setting
up more than one NIC for networked storage (FATE#309213).
-------------------------------------------------------------------
Thu May 19 18:00:03 CEST 2011 - ug@suse.de
- clone "label" of a partition if it was set (bnc#628738)
-------------------------------------------------------------------
Thu May 19 10:07:52 CEST 2011 - ug@suse.de
- added the possibility to restart yast after pre-script
execution
-------------------------------------------------------------------
Fri May 13 14:22:32 CEST 2011 - ug@suse.de
- keep_unknown_lv added (fate#308893)
-------------------------------------------------------------------
Tue Apr 26 17:30:58 CEST 2011 - ug@suse.de
- added documention for disklabel (bnc#631176)
-------------------------------------------------------------------
Tue Apr 26 10:22:20 CEST 2011 - ug@suse.de
- try to mount DVD/CD again if first mount fails
(bnc#684974)
-------------------------------------------------------------------
Wed Mar 16 16:01:55 CET 2011 - ug@suse.de
- fixed logging for modules that use a list as data format
-------------------------------------------------------------------
Wed Feb 23 08:20:27 CET 2011 - jsrain@suse.cz

View File

@ -1,35 +1,21 @@
#
# spec file for package autoyast2
# spec file for package autoyast2 (Version 2.21.0)
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: autoyast2
Version: 2.20.9
Release: 1
Version: 2.21.0
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: autoyast2-2.20.9.tar.bz2
Source0: autoyast2-2.21.0.tar.bz2
Prefix: /usr
prefix: /usr
Group: System/YaST
License: GPLv2+
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-slp yast2-testsuite yast2-transfer
License: GPL v2 or later
BuildRequires: java2-devel-packages yast2-mouse yast2-transfer yast2-bootloader xorg-x11-libs yast2-devtools pkg-config libxslt perl-XML-Writer docbook-xsl-stylesheets sgml-skel yast2-testsuite update-desktop-files yast2-country yast2-slp
# API for Disabled Modules (ProductControl)
BuildRequires: yast2 >= 2.16.36
# After API cleanup
@ -41,6 +27,7 @@ Requires: yast2-core yast2-xml libxslt
Requires: autoyast2-installation = %{version}
Requires: yast2-schema yast2 yast2-country yast2-storage
Requires: yast2-storage >= 2.19.13
Requires: yast2-transfer >= 2.21.0
Provides: yast2-module-autoinst yast2-config-autoinst
Obsoletes: yast2-module-autoinst yast2-config-autoinst
@ -49,7 +36,7 @@ Obsoletes: yast2-lib-autoinst
PreReq: %insserv_prereq %fillup_prereq
BuildArch: noarch
BuildArchitectures: noarch
Summary: YaST2 - Automated Installation
@ -64,9 +51,7 @@ This file contains YaST2-independent files needed to create
installation sources.
%package installation
License: GPLv2+
Version: 2.20.9
Release: 1
Version: 2.21.0
Summary: YaST2 - Auto Installation Modules
Group: System/YaST
# API for Disabled Modules (ProductControl)
@ -74,15 +59,15 @@ Requires: yast2 >= 2.16.36
# After API cleanup
Requires: yast2-update >= 2.18.3
Requires: yast2-xml yast2-core yast2 yast2-country yast2-mouse yast2-packager yast2-storage yast2-transfer yast2-slp
Requires: yast2-transfer >= 2.21.0
Provides: yast2-trans-autoinst
Obsoletes: yast2-trans-autoinst
%description installation
This package performs auto-installation relying on a control file
generated with the autoyast2 package.
%prep
%setup -n autoyast2-2.20.9
%setup -n autoyast2-2.21.0
%build
%{prefix}/bin/y2tool y2autoconf
@ -136,6 +121,7 @@ rm -rf "$RPM_BUILD_ROOT"
%post
%{fillup_only -n autoinstall}
%files
%defattr(-,root,root)
%dir /etc/autoinstall
@ -147,6 +133,7 @@ rm -rf "$RPM_BUILD_ROOT"
%dir /var/lib/autoinstall/tmp
%doc %{prefix}/share/doc/packages/autoyast2
%{prefix}/share/applications/YaST2/autoyast.desktop
/usr/share/autoinstall/modules/*.desktop
/usr/share/YaST2/include/autoinstall/classes.ycp
@ -171,14 +158,18 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/scrconf/ksimport.scr
/usr/share/YaST2/modules/AutoinstClass.y*
/usr/share/YaST2/modules/Kickstart.y*
/usr/lib/YaST2/servers_non_y2/ag_ksimport
# additional files
/var/adm/fillup-templates/sysconfig.autoinstall
%files installation
%defattr(-,root,root)
/usr/share/YaST2/scrconf/autoinstall.scr
@ -250,6 +241,7 @@ rm -rf "$RPM_BUILD_ROOT"
# scripts
%{prefix}/lib/YaST2/bin/fetch_image.sh
%dir /var/adm/autoinstall/
%dir /var/adm/autoinstall/scripts
%dir /var/adm/autoinstall/init.d
@ -258,4 +250,5 @@ rm -rf "$RPM_BUILD_ROOT"
%dir /var/adm/autoinstall/cache
%dir /var/lib/autoinstall
%dir /var/lib/autoinstall/autoconf
%changelog