This commit is contained in:
parent
516a56d60b
commit
57e861d93b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:53eeb5d9a52a38e6d908178a80492e06ca53c871928811841e12acc06a44564b
|
|
||||||
size 1182701
|
|
3
autoyast2-2.16.7.tar.bz2
Normal file
3
autoyast2-2.16.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dfcabe4166433781daf13e1c86323b5c9bc3bcf9d1340397f27bb37158315238
|
||||||
|
size 1184015
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 1 13:14:34 CET 2008 - ug@suse.de
|
||||||
|
|
||||||
|
- an ask script can influence the next dialog that is shown
|
||||||
|
(fate #303398)
|
||||||
|
- 2.16.7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 18 09:49:35 CET 2008 - ug@suse.de
|
||||||
|
|
||||||
|
- shell escape code fixed (#354670)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 17 15:48:52 CET 2008 - ug@suse.de
|
Thu Jan 17 15:48:52 CET 2008 - ug@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package autoyast2 (Version 2.16.6)
|
# spec file for package autoyast2 (Version 2.16.7)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 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
|
# This file and all modifications and additions to the pristine
|
||||||
@ -10,14 +10,15 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: autoyast2
|
Name: autoyast2
|
||||||
Url: http://www.suse.de/~ug
|
Url: http://www.suse.de/~ug
|
||||||
Version: 2.16.6
|
Version: 2.16.7
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: autoyast2-2.16.6.tar.bz2
|
Source0: autoyast2-2.16.7.tar.bz2
|
||||||
Prefix: /usr
|
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: 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
|
BuildRequires: yast2 >= 2.16.8
|
||||||
@ -50,7 +51,7 @@ Authors:
|
|||||||
Anas Nashif
|
Anas Nashif
|
||||||
|
|
||||||
%package installation
|
%package installation
|
||||||
Version: 2.16.6
|
Version: 2.16.7
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: YaST2 - Auto Installation Modules
|
Summary: YaST2 - Auto Installation Modules
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
@ -73,7 +74,7 @@ Authors:
|
|||||||
Anas Nashif
|
Anas Nashif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n autoyast2-2.16.6
|
%setup -n autoyast2-2.16.7
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -212,7 +213,14 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%dir /var/adm/autoinstall/cache
|
%dir /var/adm/autoinstall/cache
|
||||||
%dir /var/lib/autoinstall
|
%dir /var/lib/autoinstall
|
||||||
%dir /var/lib/autoinstall/autoconf
|
%dir /var/lib/autoinstall/autoconf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 01 2008 ug@suse.de
|
||||||
|
- an ask script can influence the next dialog that is shown
|
||||||
|
(fate #303398)
|
||||||
|
- 2.16.7
|
||||||
|
* Fri Jan 18 2008 ug@suse.de
|
||||||
|
- shell escape code fixed (#354670)
|
||||||
* Thu Jan 17 2008 ug@suse.de
|
* Thu Jan 17 2008 ug@suse.de
|
||||||
- ShellEscape Code added
|
- ShellEscape Code added
|
||||||
- 2.16.6
|
- 2.16.6
|
||||||
@ -1020,7 +1028,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- Added schema files
|
- Added schema files
|
||||||
* Wed Aug 11 2004 nashif@suse.de
|
* Wed Aug 11 2004 nashif@suse.de
|
||||||
- Fixed copying of files from NFS
|
- Fixed copying of files from NFS
|
||||||
* Tue Aug 10 2004 nashif@suse.de
|
* Wed Aug 11 2004 nashif@suse.de
|
||||||
- Remove obsolete file and functions
|
- Remove obsolete file and functions
|
||||||
* Wed Jul 28 2004 nashif@suse.de
|
* Wed Jul 28 2004 nashif@suse.de
|
||||||
- Fixed stylesheets for doc generation
|
- Fixed stylesheets for doc generation
|
||||||
@ -1399,7 +1407,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- Fixed bug #21142: remove one option from xsltproc command when merging
|
- Fixed bug #21142: remove one option from xsltproc command when merging
|
||||||
classes.
|
classes.
|
||||||
- 2.6.36
|
- 2.6.36
|
||||||
* Wed Oct 02 2002 nashif@suse.de
|
* Thu Oct 03 2002 nashif@suse.de
|
||||||
- sysconfig variables default to empty string and not 'dummy' (bug #20619)
|
- sysconfig variables default to empty string and not 'dummy' (bug #20619)
|
||||||
- Dont check for path of source if only reading package source data (bug #20620)
|
- Dont check for path of source if only reading package source data (bug #20620)
|
||||||
- dont merge packages, addons (bug #20622)
|
- dont merge packages, addons (bug #20622)
|
||||||
@ -1431,7 +1439,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- updated dtd
|
- updated dtd
|
||||||
- added missing y2cc file to spec
|
- added missing y2cc file to spec
|
||||||
- 2.6.31
|
- 2.6.31
|
||||||
* Mon Sep 09 2002 nashif@suse.de
|
* Tue Sep 10 2002 nashif@suse.de
|
||||||
- provide internal packages (kernel etc) early as Proposal might not
|
- provide internal packages (kernel etc) early as Proposal might not
|
||||||
have been called
|
have been called
|
||||||
- doc updates
|
- doc updates
|
||||||
@ -1441,7 +1449,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- added and updated DTD files
|
- added and updated DTD files
|
||||||
- fixed configuration of X11
|
- fixed configuration of X11
|
||||||
- 2.6.29
|
- 2.6.29
|
||||||
* Sun Sep 08 2002 nashif@suse.de
|
* Mon Sep 09 2002 nashif@suse.de
|
||||||
- delete custom scripts correctly
|
- delete custom scripts correctly
|
||||||
* Sun Sep 08 2002 nashif@suse.de
|
* Sun Sep 08 2002 nashif@suse.de
|
||||||
- reduce logging
|
- reduce logging
|
||||||
@ -1449,18 +1457,18 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- new control file resets old data
|
- new control file resets old data
|
||||||
- 2.6.28
|
- 2.6.28
|
||||||
* Sat Sep 07 2002 nashif@suse.de
|
* Sat Sep 07 2002 nashif@suse.de
|
||||||
|
- Fixed writing of XML files needed for classes (#18865).
|
||||||
|
- 2.6.27
|
||||||
|
* Sat Sep 07 2002 nashif@suse.de
|
||||||
- updated docs
|
- updated docs
|
||||||
- added latest create_package_descr and needed files
|
- added latest create_package_descr and needed files
|
||||||
- check for errors and abort if something goes wrong during installation
|
- check for errors and abort if something goes wrong during installation
|
||||||
- adapted spec file with new files
|
- adapted spec file with new files
|
||||||
- 2.6.26
|
- 2.6.26
|
||||||
* Sat Sep 07 2002 nashif@suse.de
|
|
||||||
- Fixed writing of XML files needed for classes (#18865).
|
|
||||||
- 2.6.27
|
|
||||||
* Sat Sep 07 2002 mvidner@suse.cz
|
* Sat Sep 07 2002 mvidner@suse.cz
|
||||||
- Include /etc/autoinstall/ (#18865).
|
- Include /etc/autoinstall/ (#18865).
|
||||||
- 2.6.25
|
- 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
|
- Fixed to create ISO images again, using latest package manager rlease
|
||||||
- 2.6.24
|
- 2.6.24
|
||||||
* Thu Sep 05 2002 nashif@suse.de
|
* Thu Sep 05 2002 nashif@suse.de
|
||||||
@ -1496,12 +1504,12 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- 2.6.18
|
- 2.6.18
|
||||||
* Tue Aug 27 2002 jsuchome@suse.cz
|
* Tue Aug 27 2002 jsuchome@suse.cz
|
||||||
- provide/obsolete old translation packages
|
- provide/obsolete old translation packages
|
||||||
* Tue Aug 27 2002 fehr@suse.de
|
|
||||||
- add change necessary due to change in auto_part_create.ycp of
|
|
||||||
storage module.
|
|
||||||
* Tue Aug 27 2002 nashif@suse.de
|
* Tue Aug 27 2002 nashif@suse.de
|
||||||
- fixed return value from main menu
|
- fixed return value from main menu
|
||||||
- 2.6.17
|
- 2.6.17
|
||||||
|
* Tue Aug 27 2002 fehr@suse.de
|
||||||
|
- add change necessary due to change in auto_part_create.ycp of
|
||||||
|
storage module.
|
||||||
* Tue Aug 27 2002 nashif@suse.de
|
* Tue Aug 27 2002 nashif@suse.de
|
||||||
- commit software selections
|
- commit software selections
|
||||||
- adapted ISO creation to new CD layout
|
- adapted ISO creation to new CD layout
|
||||||
@ -1509,7 +1517,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Mon Aug 26 2002 nashif@suse.de
|
* Mon Aug 26 2002 nashif@suse.de
|
||||||
- partitioning fixes
|
- partitioning fixes
|
||||||
- 2.6.15
|
- 2.6.15
|
||||||
* Sat Aug 24 2002 nashif@suse.de
|
* Sun Aug 25 2002 nashif@suse.de
|
||||||
- fixed progress bar ordering
|
- fixed progress bar ordering
|
||||||
- control file can now be stored on a storage device
|
- control file can now be stored on a storage device
|
||||||
- fixed error dialog
|
- fixed error dialog
|
||||||
@ -1588,12 +1596,12 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- fixed parsing of command line parameters, now also parse port number
|
- fixed parsing of command line parameters, now also parse port number
|
||||||
and handle colon in url
|
and handle colon in url
|
||||||
- In failure pop-up default to previously selected protocol
|
- In failure pop-up default to previously selected protocol
|
||||||
* 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
|
|
||||||
- Through fix for #15430, runme_at_boot is not deleted in autoinst mode (inst_root is
|
- 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
|
not called in autoinst mode). Remove runme_at_boot here
|
||||||
|
* Wed Mar 27 2002 nashif@suse.de
|
||||||
|
- handle default behaviour (distinguish between medium root and installation
|
||||||
|
root)
|
||||||
* Tue Mar 26 2002 nashif@suse.de
|
* Tue Mar 26 2002 nashif@suse.de
|
||||||
- If a file referenced with file:// is not found on source medium, try to find it
|
- If a file referenced with file:// is not found on source medium, try to find it
|
||||||
relative to the mount root/installation system
|
relative to the mount root/installation system
|
||||||
@ -1615,7 +1623,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Mon Mar 04 2002 nashif@suse.de
|
* Mon Mar 04 2002 nashif@suse.de
|
||||||
- Doc updates
|
- Doc updates
|
||||||
- 2.5.17
|
- 2.5.17
|
||||||
* Sun Mar 03 2002 nashif@suse.de
|
* Mon Mar 04 2002 nashif@suse.de
|
||||||
- added md5 support (bug #13250)
|
- added md5 support (bug #13250)
|
||||||
- added reboot options to force reboot after auto-installation
|
- added reboot options to force reboot after auto-installation
|
||||||
- Fixed problem with profile retrieval where functions returned false
|
- Fixed problem with profile retrieval where functions returned false
|
||||||
@ -1632,7 +1640,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- use Language::language instead of Installation::Language
|
- use Language::language instead of Installation::Language
|
||||||
- Set selection to Minimal if nothing is declared
|
- Set selection to Minimal if nothing is declared
|
||||||
- Check for configured X11 correctly
|
- 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
|
- use network data from installMap instead of scr
|
||||||
- doc updates
|
- doc updates
|
||||||
* Wed Feb 13 2002 nashif@suse.de
|
* Wed Feb 13 2002 nashif@suse.de
|
||||||
@ -1680,7 +1688,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Mon Jan 14 2002 nashif@suse.de
|
* Mon Jan 14 2002 nashif@suse.de
|
||||||
- SGML Documentation
|
- SGML Documentation
|
||||||
- control file changes (report directive )
|
- control file changes (report directive )
|
||||||
* Sun Jan 13 2002 nashif@suse.de
|
* Mon Jan 14 2002 nashif@suse.de
|
||||||
- X11 Support
|
- X11 Support
|
||||||
- Various post-install additions (nis, nis+, mail, security etc.)
|
- Various post-install additions (nis, nis+, mail, security etc.)
|
||||||
- XML Parser improvements
|
- XML Parser improvements
|
||||||
|
Loading…
Reference in New Issue
Block a user