OBS User unknown 2009-04-02 14:06:06 +00:00 committed by Git OBS Bridge
parent d86ae441af
commit d80f87dec7
4 changed files with 81 additions and 17 deletions

View File

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

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

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

View File

@ -1,3 +1,45 @@
-------------------------------------------------------------------
Wed Apr 1 16:11:08 CEST 2009 - ug@suse.de
- storage lib compatibility with "used_by"
- 2.18.2
-------------------------------------------------------------------
Tue Mar 31 15:38:16 CEST 2009 - locilka@suse.cz
- Adapted to RootPart API cleanup.
-------------------------------------------------------------------
Tue Mar 31 14:53:33 CEST 2009 - ug@suse.de
- default filesystem changed to ext3 (bnc#490389)
-------------------------------------------------------------------
Thu Mar 26 15:28:13 CET 2009 - ug@suse.de
- bootloader docu updated
-------------------------------------------------------------------
Wed Mar 18 12:05:42 CET 2009 - ug@suse.de
- autoyast fails to add add-on product with iso image (bnc#484735)
- post-scripts documentation fixed
-------------------------------------------------------------------
Mon Mar 2 13:44:23 CET 2009 - ug@suse.de
- software RAID cloning fixed (bnc#480690)
-------------------------------------------------------------------
Wed Feb 25 17:08:20 CET 2009 - ug@suse.de
- very old LVM and RAID code dropped
-------------------------------------------------------------------
Wed Feb 18 11:00:34 CET 2009 - ug@suse.de
- Classes did not work without Rules anymore (bnc#476456)
-------------------------------------------------------------------
Mon Feb 16 11:43:21 CET 2009 - ug@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package autoyast2 (Version 2.18.1)
# spec file for package autoyast2 (Version 2.18.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,16 +20,18 @@
Url: http://www.suse.de/~ug
Name: autoyast2
Version: 2.18.1
Version: 2.18.2
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: autoyast2-2.18.1.tar.bz2
Source0: autoyast2-2.18.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-country yast2-devtools yast2-mouse yast2-slp 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-slp yast2-testsuite yast2-transfer
# API for Disabled Modules (ProductControl)
BuildRequires: yast2 >= 2.16.36
# After API cleanup
BuildRequires: yast2-update >= 2.18.3
Requires: yast2 >= 2.16.36
Requires: yast2-core yast2-xml libxslt
Requires: autoyast2-installation = %{version}
@ -61,13 +63,15 @@ Authors:
%package installation
License: GPL v2 or later
Version: 2.18.1
Version: 2.18.2
Release: 1
Summary: YaST2 - Auto Installation Modules
Group: System/YaST
# 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
# 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
Provides: yast2-trans-autoinst
Obsoletes: yast2-trans-autoinst
@ -83,7 +87,7 @@ Authors:
Anas Nashif
%prep
%setup -n autoyast2-2.18.1
%setup -n autoyast2-2.18.2
%build
%{prefix}/bin/y2tool y2autoconf
@ -235,6 +239,24 @@ rm -rf "$RPM_BUILD_ROOT"
%dir /var/lib/autoinstall
%dir /var/lib/autoinstall/autoconf
%changelog
* Wed Apr 01 2009 ug@suse.de
- storage lib compatibility with "used_by"
- 2.18.2
* Tue Mar 31 2009 locilka@suse.cz
- Adapted to RootPart API cleanup.
* Tue Mar 31 2009 ug@suse.de
- default filesystem changed to ext3 (bnc#490389)
* Thu Mar 26 2009 ug@suse.de
- bootloader docu updated
* Wed Mar 18 2009 ug@suse.de
- autoyast fails to add add-on product with iso image (bnc#484735)
- post-scripts documentation fixed
* Mon Mar 02 2009 ug@suse.de
- software RAID cloning fixed (bnc#480690)
* Wed Feb 25 2009 ug@suse.de
- very old LVM and RAID code dropped
* Wed Feb 18 2009 ug@suse.de
- Classes did not work without Rules anymore (bnc#476456)
* Mon Feb 16 2009 ug@suse.de
- patch from Arvin applied to cleanup some storage code
- 2.18.1
@ -1166,7 +1188,7 @@ rm -rf "$RPM_BUILD_ROOT"
- Install profile-misc.rnc
- Cut down partitioning.rnc to make it compile.
- 2.13.1
* Thu Sep 29 2005 ug@suse.de
* Fri Sep 30 2005 ug@suse.de
- Added RNC for rules and classes
- If no repartitioning is need and just some
partitions are formatted, autoyast fails.
@ -1307,7 +1329,7 @@ rm -rf "$RPM_BUILD_ROOT"
- ComputeKernelPackages moved to Kernel.ycp
* Tue Aug 31 2004 nashif@suse.de
- merged proofread messages
* Mon Aug 30 2004 nashif@suse.de
* Tue Aug 31 2004 nashif@suse.de
- use modified flag (#43904) in auto clients
* Thu Aug 26 2004 nashif@suse.de
- Export and Import configurations globally and not on a module basis
@ -1395,7 +1417,7 @@ rm -rf "$RPM_BUILD_ROOT"
* Fri Apr 02 2004 nashif@suse.de
- Adapted to use new wizard
- Change license to GPL
* Thu Apr 01 2004 nashif@suse.de
* Fri Apr 02 2004 nashif@suse.de
- retrieve all cap mac address file (#37980 )
- restart the control file retrieval process from scratch (#37980 )
* Thu Apr 01 2004 nashif@suse.de
@ -1760,7 +1782,7 @@ rm -rf "$RPM_BUILD_ROOT"
* Sat Sep 07 2002 mvidner@suse.cz
- Include /etc/autoinstall/ (#18865).
- 2.6.25
* Thu Sep 05 2002 nashif@suse.de
* Fri Sep 06 2002 nashif@suse.de
- Fixed to create ISO images again, using latest package manager rlease
- 2.6.24
* Thu Sep 05 2002 nashif@suse.de
@ -1891,7 +1913,7 @@ rm -rf "$RPM_BUILD_ROOT"
* Wed Mar 27 2002 nashif@suse.de
- Through fix for #15430, runme_at_boot is not deleted in autoinst mode (inst_root is
not called in autoinst mode). Remove runme_at_boot here
* Tue Mar 26 2002 nashif@suse.de
* Wed Mar 27 2002 nashif@suse.de
- handle default behaviour (distinguish between medium root and installation
root)
* Tue Mar 26 2002 nashif@suse.de
@ -1932,7 +1954,7 @@ rm -rf "$RPM_BUILD_ROOT"
- use Language::language instead of Installation::Language
- Set selection to Minimal if nothing is declared
- Check for configured X11 correctly
* Mon Feb 18 2002 nashif@suse.de
* Tue Feb 19 2002 nashif@suse.de
- use network data from installMap instead of scr
- doc updates
* Wed Feb 13 2002 nashif@suse.de
@ -1992,5 +2014,5 @@ rm -rf "$RPM_BUILD_ROOT"
- Split module to installation and configuration parts
* Mon Nov 19 2001 nashif@suse.de
- Fix lookup defaults
* Sun Oct 21 2001 nashif@suse.de
* Mon Oct 22 2001 nashif@suse.de
- initial version