OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=121
This commit is contained in:
parent
f4025691b5
commit
40a44149ad
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b1af7ce36eafe2c648d8cd15c686168e2285420d4788ea80c941d540e47f8a79
|
|
||||||
size 255022
|
|
3
yast2-installation-2.17.29.tar.bz2
Normal file
3
yast2-installation-2.17.29.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:49384ac9ab5c26c2012f7de7878f60f9ddc46e91547157fb4591e62abf588a0b
|
||||||
|
size 266575
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 5 17:25:01 CET 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Calling set_polkit_default_privs without checking for it using
|
||||||
|
FileUtils, checking by 'test -x' instead (bnc #440182).
|
||||||
|
- 2.17.29
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 5 13:09:04 CET 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Added yast2-storage >= 2.17.47 because of the previous fix
|
||||||
|
implementation.
|
||||||
|
- 2.17.28
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 04 13:14:10 CET 2008 - aschnell@suse.de
|
Tue Nov 04 13:14:10 CET 2008 - aschnell@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.17.27)
|
# spec file for package yast2-installation (Version 2.17.29)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,12 +19,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.17.27
|
Version: 2.17.29
|
||||||
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.17.27.tar.bz2
|
Source0: yast2-installation-2.17.29.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
|
||||||
# PackageCallbacks::RegisterEmptyProgressCallbacks()
|
# PackageCallbacks::RegisterEmptyProgressCallbacks()
|
||||||
@ -43,11 +43,12 @@ Requires: yast2-bootloader
|
|||||||
Requires: yast2-country-data >= 2.16.11
|
Requires: yast2-country-data >= 2.16.11
|
||||||
# Packages::required_patterns
|
# Packages::required_patterns
|
||||||
Requires: yast2-packager >= 2.17.23
|
Requires: yast2-packager >= 2.17.23
|
||||||
|
# Storage::GetCommitInfo() call in include/misc.ycp
|
||||||
|
Requires: yast2-storage >= 2.17.47
|
||||||
# Only in inst-sys
|
# Only in inst-sys
|
||||||
# Requires: yast2-runlevel
|
# Requires: yast2-runlevel
|
||||||
# Requires: yast2-network
|
# Requires: yast2-network
|
||||||
# Requires: yast2-add-on
|
# Requires: yast2-add-on
|
||||||
# Requires: yast2-storage
|
|
||||||
# Requires: yast2-update
|
# Requires: yast2-update
|
||||||
# extra sources in ResolvableProperties()
|
# extra sources in ResolvableProperties()
|
||||||
# "", `language", "" in ResolvableProperties()
|
# "", `language", "" in ResolvableProperties()
|
||||||
@ -114,7 +115,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.17.27
|
%setup -n yast2-installation-2.17.29
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -183,6 +184,14 @@ 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
|
||||||
|
* Wed Nov 05 2008 locilka@suse.cz
|
||||||
|
- Calling set_polkit_default_privs without checking for it using
|
||||||
|
FileUtils, checking by 'test -x' instead (bnc #440182).
|
||||||
|
- 2.17.29
|
||||||
|
* Wed Nov 05 2008 locilka@suse.cz
|
||||||
|
- Added yast2-storage >= 2.17.47 because of the previous fix
|
||||||
|
implementation.
|
||||||
|
- 2.17.28
|
||||||
* Tue Nov 04 2008 aschnell@suse.de
|
* Tue Nov 04 2008 aschnell@suse.de
|
||||||
- improved warning about partitioning (fate #302857)
|
- improved warning about partitioning (fate #302857)
|
||||||
- 2.17.27
|
- 2.17.27
|
||||||
@ -1707,7 +1716,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Thu Sep 14 2006 locilka@suse.cz
|
* Thu Sep 14 2006 locilka@suse.cz
|
||||||
- Finally! Corrected path for importing user-related data to the
|
- Finally! Corrected path for importing user-related data to the
|
||||||
just installed system (FATE #120103, comments #17, #18).
|
just installed system (FATE #120103, comments #17, #18).
|
||||||
* Thu Sep 14 2006 ro@suse.de
|
* Wed Sep 13 2006 ro@suse.de
|
||||||
- added yast2-core-devel to BuildRequires
|
- added yast2-core-devel to BuildRequires
|
||||||
* Wed Sep 13 2006 locilka@suse.cz
|
* Wed Sep 13 2006 locilka@suse.cz
|
||||||
- Calling languages.ycp client has been changed to a function call
|
- Calling languages.ycp client has been changed to a function call
|
||||||
@ -2092,7 +2101,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
|
||||||
* Sat Apr 22 2006 jsrain@suse.de
|
* Fri Apr 21 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
|
||||||
@ -2185,7 +2194,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
|
||||||
* Sat Apr 08 2006 jsrain@suse.de
|
* Fri Apr 07 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
|
||||||
@ -2256,7 +2265,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
|
||||||
* Tue Mar 28 2006 jsrain@suse.de
|
* Mon Mar 27 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
|
||||||
@ -2323,11 +2332,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).
|
||||||
* Fri Mar 17 2006 jsrain@suse.de
|
* Thu Mar 16 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
|
||||||
* Fri Mar 17 2006 jsrain@suse.de
|
* Thu Mar 16 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
|
||||||
@ -2390,13 +2399,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
|
||||||
* Sat Mar 04 2006 jsrain@suse.de
|
* Fri Mar 03 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
|
||||||
* Thu Mar 02 2006 jsrain@suse.de
|
* Wed Mar 01 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
|
||||||
@ -2413,7 +2422,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
|
||||||
* Thu Feb 23 2006 jsrain@suse.de
|
* Wed Feb 22 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
|
||||||
@ -2428,17 +2437,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)
|
||||||
* Sat Feb 18 2006 jsrain@suse.de
|
* Fri Feb 17 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)
|
||||||
* Fri Feb 17 2006 jsrain@suse.de
|
* Thu Feb 16 2006 jsrain@suse.de
|
||||||
- several fixes of add-on product installation
|
- several fixes of add-on product installation
|
||||||
- 2.13.18
|
- 2.13.18
|
||||||
* Wed Feb 15 2006 jsrain@suse.de
|
* Tue Feb 14 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
|
||||||
@ -3034,7 +3043,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- Fixed bug #41597: EULA must be scrolled in both dimensions
|
- Fixed bug #41597: EULA must be scrolled in both dimensions
|
||||||
* Tue Jun 15 2004 arvin@suse.de
|
* Tue Jun 15 2004 arvin@suse.de
|
||||||
- added Requires for yast2-update (bug #42013)
|
- added Requires for yast2-update (bug #42013)
|
||||||
* Fri Jun 11 2004 nashif@suse.de
|
* Thu Jun 10 2004 nashif@suse.de
|
||||||
- Added variable software_proposal to control file (NLD)
|
- Added variable software_proposal to control file (NLD)
|
||||||
* Thu Jun 10 2004 nashif@suse.de
|
* Thu Jun 10 2004 nashif@suse.de
|
||||||
- Added control for NLD
|
- Added control for NLD
|
||||||
@ -3046,7 +3055,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
* Tue Jun 08 2004 nashif@suse.de
|
* Tue Jun 08 2004 nashif@suse.de
|
||||||
- Fixed bug #41696: yast uses elevator=anticipatory instead of
|
- Fixed bug #41696: yast uses elevator=anticipatory instead of
|
||||||
elevator=as
|
elevator=as
|
||||||
* Sun May 30 2004 nashif@suse.de
|
* Sat May 29 2004 nashif@suse.de
|
||||||
- Added Services to main control file for translation (#41367)
|
- Added Services to main control file for translation (#41367)
|
||||||
- 2.9.83
|
- 2.9.83
|
||||||
* Thu May 27 2004 mvidner@suse.cz
|
* Thu May 27 2004 mvidner@suse.cz
|
||||||
@ -3744,7 +3753,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
- move package log to yast2-packager
|
- move package log to yast2-packager
|
||||||
- handle run-time kernel switch extra
|
- handle run-time kernel switch extra
|
||||||
- 2.6.58
|
- 2.6.58
|
||||||
* Wed Sep 11 2002 kkaempf@suse.de
|
* Tue Sep 10 2002 kkaempf@suse.de
|
||||||
- remove obsolete package data after update
|
- remove obsolete package data after update
|
||||||
- release source (CD) and target (rpmdb)
|
- release source (CD) and target (rpmdb)
|
||||||
- 2.6.57
|
- 2.6.57
|
||||||
@ -3806,7 +3815,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
|
||||||
* Wed Aug 28 2002 kkaempf@suse.de
|
* Tue Aug 27 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