forked from pool/yast2-installation
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=18
This commit is contained in:
parent
6c05142210
commit
10c7d0811e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:919b40a46505b41383babdec1adb830287db052a71b02bf7b8add117cf5da359
|
|
||||||
size 198384
|
|
3
yast2-installation-2.15.22.tar.bz2
Normal file
3
yast2-installation-2.15.22.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bb8707b336d363ffad64a75a130cd2c34bd1897cce603fab9bc1228f738dfb0c
|
||||||
|
size 198396
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 10 17:16:49 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Merged hardware probing (inst_startup) and system probing
|
||||||
|
(inst_system_analysis) into one script to have only one progress
|
||||||
|
dialog instead of two (#271291).
|
||||||
|
- openSUSE control file clean-up: The default value for enable_next
|
||||||
|
and enable_back is 'yes'. Only few steps do not allow to go back
|
||||||
|
(#270893).
|
||||||
|
- 2.15.22
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 9 10:25:37 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Safe qouting of bash command in desktop_finish.
|
||||||
|
- CommandLine for inst_release_notes (#269914).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 7 13:43:54 CEST 2007 - ms@suse.de
|
||||||
|
|
||||||
|
- don't clobber existing /root/.vnc/passwd file (#271734)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 18 09:13:10 CEST 2007 - locilka@suse.cz
|
Wed Apr 18 09:13:10 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.15.20)
|
# spec file for package yast2-installation (Version 2.15.22)
|
||||||
#
|
#
|
||||||
# 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.20
|
Version: 2.15.22
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-installation-2.15.20.tar.bz2
|
Source0: yast2-installation-2.15.22.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
|
||||||
BuildRequires: yast2 >= 2.15.22
|
BuildRequires: yast2 >= 2.15.22
|
||||||
@ -83,7 +83,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.15.20
|
%setup -n yast2-installation-2.15.22
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -146,6 +146,19 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 10 2007 - locilka@suse.cz
|
||||||
|
- Merged hardware probing (inst_startup) and system probing
|
||||||
|
(inst_system_analysis) into one script to have only one progress
|
||||||
|
dialog instead of two (#271291).
|
||||||
|
- openSUSE control file clean-up: The default value for enable_next
|
||||||
|
and enable_back is 'yes'. Only few steps do not allow to go back
|
||||||
|
(#270893).
|
||||||
|
- 2.15.22
|
||||||
|
* Wed May 09 2007 - locilka@suse.cz
|
||||||
|
- Safe qouting of bash command in desktop_finish.
|
||||||
|
- CommandLine for inst_release_notes (#269914).
|
||||||
|
* Mon May 07 2007 - ms@suse.de
|
||||||
|
- don't clobber existing /root/.vnc/passwd file (#271734)
|
||||||
* Wed Apr 18 2007 - locilka@suse.cz
|
* Wed Apr 18 2007 - locilka@suse.cz
|
||||||
- Root password dialog has been moved to be the first dialog of the
|
- Root password dialog has been moved to be the first dialog of the
|
||||||
second stage installation workflow (FATE #301924).
|
second stage installation workflow (FATE #301924).
|
||||||
|
Loading…
Reference in New Issue
Block a user