forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=31
This commit is contained in:
parent
07357ff3ef
commit
0b4b233864
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1a3458b63bc4f47e38dfe4179785a57bf6bf9b15fe3b4abb6fcfd375f880373b
|
|
||||||
size 208324
|
|
3
yast2-installation-2.15.35.tar.bz2
Normal file
3
yast2-installation-2.15.35.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3aa435973725079fab2b582a488ec15dcab560c7305d3ea0bea90f682f58b3e6
|
||||||
|
size 208968
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 25 12:48:50 CEST 2007 - mvidner@suse.cz
|
||||||
|
|
||||||
|
- startup scripts: Call initviocons only if it exists (#173426).
|
||||||
|
- 2.13.35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 25 10:58:29 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Renamed yast2-installation-doc to yast2-installation-devel-doc
|
||||||
|
(FATE #302461).
|
||||||
|
- Removed ping-based internet test from the First-stage network
|
||||||
|
setup test.
|
||||||
|
- Sped up internet test by adding timeouts and by downloading only
|
||||||
|
the page header.
|
||||||
|
- Added help texts to the network setup dialogs.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 24 13:20:36 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Control file: Unified wizard step names with dialogs, removed
|
||||||
|
Clean Up step part of the Online Update is now Registration
|
||||||
|
(#293095).
|
||||||
|
- Call inst_network_check (and setup) only in Add-On products
|
||||||
|
and/or Additional Product Sources were requested to be used
|
||||||
|
(#293808).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 24 10:48:02 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Splitting auto-generated documentation into separate package
|
||||||
|
yast2-installation-doc (FATE #302461).
|
||||||
|
- 2.15.34
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 19 16:36:19 CEST 2007 - locilka@suse.cz
|
Thu Jul 19 16:36:19 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.15.33)
|
# spec file for package yast2-installation (Version 2.15.35)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 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.15.33
|
Version: 2.15.35
|
||||||
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.15.33.tar.bz2
|
Source0: yast2-installation-2.15.35.tar.bz2
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-country yast2-devtools yast2-testsuite
|
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-country yast2-devtools yast2-testsuite
|
||||||
# Mode::live_installation
|
# Mode::live_installation
|
||||||
@ -70,12 +70,39 @@ Provides: yast2-instsys
|
|||||||
Obsoletes: yast2-instsys
|
Obsoletes: yast2-instsys
|
||||||
BuildArchitectures: noarch
|
BuildArchitectures: noarch
|
||||||
Summary: YaST2 - Installation Parts
|
Summary: YaST2 - Installation Parts
|
||||||
|
%package devel-doc
|
||||||
|
Version: 2.15.35
|
||||||
|
Release: 1
|
||||||
|
License: GPL v2 or later
|
||||||
|
Group: System/YaST
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Source0: yast2-installation-2.15.35.tar.bz2
|
||||||
|
prefix: /usr
|
||||||
|
Requires: yast2-installation >= 2.15.34
|
||||||
|
PreReq: %fillup_prereq
|
||||||
|
Provides: yast
|
||||||
|
Obsoletes: yast
|
||||||
|
Summary: YaST2 - Installation Parts
|
||||||
|
|
||||||
%description
|
%description
|
||||||
System installation code as present on installation media.
|
System installation code as present on installation media.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Stefan Hundhammer <sh@suse.de>
|
||||||
|
Klaus Kaempf <kkaempf@suse.de>
|
||||||
|
Arvin Schnell <arvin@suse.de>
|
||||||
|
Jiri Srain <jsrain@suse.cz>
|
||||||
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
|
|
||||||
|
%description devel-doc
|
||||||
|
System installation code as present on installation media.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
Authors:
|
||||||
--------
|
--------
|
||||||
Stefan Hundhammer <sh@suse.de>
|
Stefan Hundhammer <sh@suse.de>
|
||||||
@ -85,7 +112,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.15.33
|
%setup -n yast2-installation-2.15.35
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -115,7 +142,6 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc %{prefix}/share/doc/packages/yast2-installation
|
|
||||||
%dir /usr/share/YaST2/control
|
%dir /usr/share/YaST2/control
|
||||||
/usr/share/YaST2/control/*.xml
|
/usr/share/YaST2/control/*.xml
|
||||||
/usr/share/YaST2/control/*.dtd
|
/usr/share/YaST2/control/*.dtd
|
||||||
@ -146,8 +172,42 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%else
|
%else
|
||||||
%{prefix}/share/fvwm/
|
%{prefix}/share/fvwm/
|
||||||
%endif
|
%endif
|
||||||
|
%dir %{prefix}/share/doc/packages/yast2-installation
|
||||||
|
%{prefix}/share/doc/packages/yast2-installation/COPYING
|
||||||
|
%{prefix}/share/doc/packages/yast2-installation/COPYRIGHT.english
|
||||||
|
|
||||||
|
%readme %{prefix}/share/doc/packages/yast2-installation/README
|
||||||
|
|
||||||
|
%files devel-doc
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc %{prefix}/share/doc/packages/yast2-installation
|
||||||
|
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
||||||
|
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYRIGHT.english
|
||||||
|
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 25 2007 - mvidner@suse.cz
|
||||||
|
- startup scripts: Call initviocons only if it exists (#173426).
|
||||||
|
- 2.13.35
|
||||||
|
* Wed Jul 25 2007 - locilka@suse.cz
|
||||||
|
- Renamed yast2-installation-doc to yast2-installation-devel-doc
|
||||||
|
(FATE #302461).
|
||||||
|
- Removed ping-based internet test from the First-stage network
|
||||||
|
setup test.
|
||||||
|
- Sped up internet test by adding timeouts and by downloading only
|
||||||
|
the page header.
|
||||||
|
- Added help texts to the network setup dialogs.
|
||||||
|
* Tue Jul 24 2007 - locilka@suse.cz
|
||||||
|
- Control file: Unified wizard step names with dialogs, removed
|
||||||
|
Clean Up step part of the Online Update is now Registration
|
||||||
|
(#293095).
|
||||||
|
- Call inst_network_check (and setup) only in Add-On products
|
||||||
|
and/or Additional Product Sources were requested to be used
|
||||||
|
(#293808).
|
||||||
|
* Tue Jul 24 2007 - locilka@suse.cz
|
||||||
|
- Splitting auto-generated documentation into separate package
|
||||||
|
yast2-installation-doc (FATE #302461).
|
||||||
|
- 2.15.34
|
||||||
* Thu Jul 19 2007 - locilka@suse.cz
|
* Thu Jul 19 2007 - locilka@suse.cz
|
||||||
- If network setup in the first-stage installation is cancelled,
|
- If network setup in the first-stage installation is cancelled,
|
||||||
return to the previous dialog (network check).
|
return to the previous dialog (network check).
|
||||||
|
Loading…
Reference in New Issue
Block a user