forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=60
This commit is contained in:
parent
7ea17fd5f9
commit
fbe463a33c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:75099daf6596ea959097957555153f96f904df2ca22eb8989f0dab5b53c16bc0
|
|
||||||
size 213798
|
|
3
yast2-installation-2.16.11.tar.bz2
Normal file
3
yast2-installation-2.16.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:de599a7b09d0943b5ae65bd5b364408e33f1385b9eb970a9a1f14ac7a067269d
|
||||||
|
size 214042
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 28 13:00:19 CET 2008 - aschnell@suse.de
|
||||||
|
|
||||||
|
- support Qt and Gtk frontend in startup scripts
|
||||||
|
- hack for key-autorepeat during installation (bnc #346186)
|
||||||
|
- 2.16.11
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 25 13:35:13 CET 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Reduced Wizard redrawing in the installation workflow.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 24 15:21:39 CET 2008 - aschnell@suse.de
|
Thu Jan 24 15:21:39 CET 2008 - aschnell@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.16.10)
|
# spec file for package yast2-installation (Version 2.16.11)
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -11,12 +11,12 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.16.10
|
Version: 2.16.11
|
||||||
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: yast2-installation-2.16.10.tar.bz2
|
Source0: yast2-installation-2.16.11.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
|
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
|
||||||
# Mode::live_installation
|
# Mode::live_installation
|
||||||
@ -70,12 +70,12 @@ BuildArch: noarch
|
|||||||
Summary: YaST2 - Installation Parts
|
Summary: YaST2 - Installation Parts
|
||||||
|
|
||||||
%package devel-doc
|
%package devel-doc
|
||||||
Version: 2.16.10
|
Version: 2.16.11
|
||||||
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: yast2-installation-2.16.10.tar.bz2
|
Source0: yast2-installation-2.16.11.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
Requires: yast2-installation >= 2.15.34
|
Requires: yast2-installation >= 2.15.34
|
||||||
PreReq: %fillup_prereq
|
PreReq: %fillup_prereq
|
||||||
@ -108,7 +108,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.16.10
|
%setup -n yast2-installation-2.16.11
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -178,6 +178,12 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
||||||
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 28 2008 aschnell@suse.de
|
||||||
|
- support Qt and Gtk frontend in startup scripts
|
||||||
|
- hack for key-autorepeat during installation (bnc #346186)
|
||||||
|
- 2.16.11
|
||||||
|
* Fri Jan 25 2008 locilka@suse.cz
|
||||||
|
- Reduced Wizard redrawing in the installation workflow.
|
||||||
* Thu Jan 24 2008 aschnell@suse.de
|
* Thu Jan 24 2008 aschnell@suse.de
|
||||||
- start service brld before suse-blinux (bug #354769)
|
- start service brld before suse-blinux (bug #354769)
|
||||||
- 2.16.10
|
- 2.16.10
|
||||||
@ -1395,7 +1401,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Mon Apr 24 2006 lnussel@suse.de
|
* Mon Apr 24 2006 lnussel@suse.de
|
||||||
- run rcSuSEfirewall2 reload when installing via vnc or ssh (#153467)
|
- run rcSuSEfirewall2 reload when installing via vnc or ssh (#153467)
|
||||||
- 2.13.85
|
- 2.13.85
|
||||||
* Fri Apr 21 2006 jsrain@suse.de
|
* Sat Apr 22 2006 jsrain@suse.de
|
||||||
- determine base product accordign to flag (#160585)
|
- determine base product accordign to flag (#160585)
|
||||||
- 2.13.84
|
- 2.13.84
|
||||||
* Fri Apr 21 2006 jdsn@suse.de
|
* Fri Apr 21 2006 jdsn@suse.de
|
||||||
@ -1488,7 +1494,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Mon Apr 10 2006 mvidner@suse.cz
|
* Mon Apr 10 2006 mvidner@suse.cz
|
||||||
- Add installation sources for online update (#163192).
|
- Add installation sources for online update (#163192).
|
||||||
- 2.13.63
|
- 2.13.63
|
||||||
* Fri Apr 07 2006 jsrain@suse.de
|
* Sat Apr 08 2006 jsrain@suse.de
|
||||||
- provide Product::short_name (#163702)
|
- provide Product::short_name (#163702)
|
||||||
- 2.13.62
|
- 2.13.62
|
||||||
* Fri Apr 07 2006 jdsn@suse.de
|
* Fri Apr 07 2006 jdsn@suse.de
|
||||||
@ -1559,7 +1565,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- icon for product registration (#160293)
|
- icon for product registration (#160293)
|
||||||
- fixes for inst_suse_register
|
- fixes for inst_suse_register
|
||||||
- 2.13.50
|
- 2.13.50
|
||||||
* Mon Mar 27 2006 jsrain@suse.de
|
* Tue Mar 28 2006 jsrain@suse.de
|
||||||
- removed desktop selection from NLD workflow (#160650)
|
- removed desktop selection from NLD workflow (#160650)
|
||||||
* Fri Mar 24 2006 locilka@suse.cz
|
* Fri Mar 24 2006 locilka@suse.cz
|
||||||
- Filling up list of release_notes urls for all installed products
|
- Filling up list of release_notes urls for all installed products
|
||||||
@ -1626,11 +1632,11 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- fixed .desktop file for Add-On Products, now it starts add-on
|
- fixed .desktop file for Add-On Products, now it starts add-on
|
||||||
instead of sw_single when launched from YaST Control Center
|
instead of sw_single when launched from YaST Control Center
|
||||||
(#158869).
|
(#158869).
|
||||||
* Thu Mar 16 2006 jsrain@suse.de
|
* Fri Mar 17 2006 jsrain@suse.de
|
||||||
- added zFCP and DASD modules to list of modules to be cloned after
|
- added zFCP and DASD modules to list of modules to be cloned after
|
||||||
SLES installation (#153378)
|
SLES installation (#153378)
|
||||||
- 2.13.38
|
- 2.13.38
|
||||||
* Thu Mar 16 2006 jsrain@suse.de
|
* Fri Mar 17 2006 jsrain@suse.de
|
||||||
- fixed product handling (&product; macro) (#151050)
|
- fixed product handling (&product; macro) (#151050)
|
||||||
- allow multiple installation sources (#151755)
|
- allow multiple installation sources (#151755)
|
||||||
* Thu Mar 16 2006 jdsn@suse.de
|
* Thu Mar 16 2006 jdsn@suse.de
|
||||||
@ -1693,13 +1699,13 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- fixed back button behavior in installation mode dialog (#155044)
|
- fixed back button behavior in installation mode dialog (#155044)
|
||||||
* Mon Mar 06 2006 visnov@suse.cz
|
* Mon Mar 06 2006 visnov@suse.cz
|
||||||
- enable media callbacks in the add-on product handling
|
- enable media callbacks in the add-on product handling
|
||||||
* Fri Mar 03 2006 jsrain@suse.de
|
* Sat Mar 04 2006 jsrain@suse.de
|
||||||
- added .desktop file for add-on product installation (#154930)
|
- added .desktop file for add-on product installation (#154930)
|
||||||
- properly initialize source for add-on product (#154980)
|
- properly initialize source for add-on product (#154980)
|
||||||
- 2.13.27
|
- 2.13.27
|
||||||
* Fri Mar 03 2006 visnov@suse.cz
|
* Fri Mar 03 2006 visnov@suse.cz
|
||||||
- reset package manager before installing patches
|
- reset package manager before installing patches
|
||||||
* Wed Mar 01 2006 jsrain@suse.de
|
* Thu Mar 02 2006 jsrain@suse.de
|
||||||
- release all medias before registering add-on product CD or DVD
|
- release all medias before registering add-on product CD or DVD
|
||||||
(#154348)
|
(#154348)
|
||||||
- check whether files are on the add-on product media before using
|
- check whether files are on the add-on product media before using
|
||||||
@ -1716,7 +1722,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Thu Feb 23 2006 jsrain@suse.de
|
* Thu Feb 23 2006 jsrain@suse.de
|
||||||
- changed the name of the add-on product control file (#152770)
|
- changed the name of the add-on product control file (#152770)
|
||||||
- 2.13.23
|
- 2.13.23
|
||||||
* Wed Feb 22 2006 jsrain@suse.de
|
* Thu Feb 23 2006 jsrain@suse.de
|
||||||
- using correct icon (#151630)
|
- using correct icon (#151630)
|
||||||
- 2.13.22
|
- 2.13.22
|
||||||
* Wed Feb 22 2006 ms@suse.de
|
* Wed Feb 22 2006 ms@suse.de
|
||||||
@ -1731,17 +1737,17 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Sun Feb 19 2006 jsrain@suse.de
|
* Sun Feb 19 2006 jsrain@suse.de
|
||||||
- made inst_proposal more resistent to incorrect data returned from
|
- made inst_proposal more resistent to incorrect data returned from
|
||||||
client modules (#148271)
|
client modules (#148271)
|
||||||
* Fri Feb 17 2006 jsrain@suse.de
|
* Sat Feb 18 2006 jsrain@suse.de
|
||||||
- removed dependency on yast2-online-update
|
- removed dependency on yast2-online-update
|
||||||
- integrated add-on product selection to installation workflow
|
- integrated add-on product selection to installation workflow
|
||||||
- 2.13.19
|
- 2.13.19
|
||||||
* Fri Feb 17 2006 mvidner@suse.cz
|
* Fri Feb 17 2006 mvidner@suse.cz
|
||||||
- inst_release_notes: Let the combo box have a label.
|
- inst_release_notes: Let the combo box have a label.
|
||||||
- inst_disks_activate: fixed the textdomain (s390 -> installation)
|
- inst_disks_activate: fixed the textdomain (s390 -> installation)
|
||||||
* Thu Feb 16 2006 jsrain@suse.de
|
* Fri Feb 17 2006 jsrain@suse.de
|
||||||
- several fixes of add-on product installation
|
- several fixes of add-on product installation
|
||||||
- 2.13.18
|
- 2.13.18
|
||||||
* Tue Feb 14 2006 jsrain@suse.de
|
* Wed Feb 15 2006 jsrain@suse.de
|
||||||
- added possibility to use standalone-installation proposals when
|
- added possibility to use standalone-installation proposals when
|
||||||
installing with base product
|
installing with base product
|
||||||
- added support for replacing 2nd stage workflow
|
- added support for replacing 2nd stage workflow
|
||||||
@ -3109,7 +3115,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Wed Aug 28 2002 kkaempf@suse.de
|
* Wed Aug 28 2002 kkaempf@suse.de
|
||||||
- trigger cache copying at end
|
- trigger cache copying at end
|
||||||
- 2.6.35
|
- 2.6.35
|
||||||
* Tue Aug 27 2002 kkaempf@suse.de
|
* Wed Aug 28 2002 kkaempf@suse.de
|
||||||
- init packagemanager properly
|
- init packagemanager properly
|
||||||
- drop all references to old data (suse/setup/descr/info)
|
- drop all references to old data (suse/setup/descr/info)
|
||||||
* Tue Aug 27 2002 arvin@suse.de
|
* Tue Aug 27 2002 arvin@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user