OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=137
This commit is contained in:
parent
b811cc7e64
commit
7175fca0bd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5e6841a089a4bd3d90c17cc5db23b314bca397b41bb60721699351d81666ee0
|
||||
size 260212
|
3
yast2-installation-2.18.1.tar.bz2
Normal file
3
yast2-installation-2.18.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4c0b5e06e8577d0f452dcc9856606c8cc1764e0ea3345cdf1d92de28085c31b
|
||||
size 269042
|
@ -1,20 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 20 13:37:03 CET 2009 - locilka@suse.cz
|
||||
|
||||
- Possibility to move the base installation window has been
|
||||
disabled (bnc #466827)
|
||||
- 2.18.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 13 12:15:42 CET 2009 - locilka@suse.cz
|
||||
|
||||
- Adapted the inst_proposal to better reflect the current situation
|
||||
'analyzing...' vs. 'adapting the proposal...' (bnc #463567).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 19 13:07:49 CET 2008 - locilka@suse.cz
|
||||
|
||||
- Pattern WBEM added into two server scenarios (bnc #458332).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 18 18:04:47 CET 2008 - locilka@suse.cz
|
||||
|
||||
- Updated control file documentation (bnc #438678).
|
||||
- 2.17.49
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 17 14:42:22 CET 2008 - locilka@suse.cz
|
||||
|
||||
- Added yet another xset call (bnc #455771 comment #40)
|
||||
- 2.17.48
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 16 17:13:38 CET 2008 - aschnell@suse.de
|
||||
|
||||
- adapted to storage API changes
|
||||
- 2.18.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 16 12:29:27 CET 2008 - locilka@suse.cz
|
||||
|
||||
- Removed SLED control file labels that should be hidden
|
||||
(bnc #459080).
|
||||
- Using a better help text for inst_new_desktop (bnc #432912).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 15 14:32:27 CET 2008 - locilka@suse.cz
|
||||
|
||||
- Removed all (inst_)do_rezise calls from all control files on
|
||||
aschnell's request.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 12 16:36:28 CET 2008 - aschnell@suse.de
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package yast2-installation (Version 2.17.49)
|
||||
# spec file for package yast2-installation (Version 2.18.1)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,12 +19,12 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 2.17.49
|
||||
Version: 2.18.1
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-installation-2.17.49.tar.bz2
|
||||
Source0: yast2-installation-2.18.1.tar.bz2
|
||||
Prefix: /usr
|
||||
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
|
||||
# xmllint
|
||||
@ -51,8 +51,8 @@ Requires: yast2-country-data >= 2.16.11
|
||||
Conflicts: yast2-pkg-bindings < 2.17.25
|
||||
# BNC #449818: "description_id" in DefaultDesktop
|
||||
Requires: yast2-packager >= 2.17.49
|
||||
# Storage::GetCommitInfo() call in include/misc.ycp
|
||||
Requires: yast2-storage >= 2.17.47
|
||||
# Storage::GetCommitInfos() call in include/misc.ycp
|
||||
Requires: yast2-storage >= 2.18.0
|
||||
# use in startup scripts
|
||||
Requires: initviocons
|
||||
# Only in inst-sys
|
||||
@ -126,7 +126,7 @@ Authors:
|
||||
Lukas Ocilka <locilka@suse.cz>
|
||||
|
||||
%prep
|
||||
%setup -n yast2-installation-2.17.49
|
||||
%setup -n yast2-installation-2.18.1
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -197,15 +197,29 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
||||
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
||||
%changelog
|
||||
* Tue Jan 20 2009 locilka@suse.cz
|
||||
- Possibility to move the base installation window has been
|
||||
disabled (bnc #466827)
|
||||
- 2.18.1
|
||||
* Tue Jan 13 2009 locilka@suse.cz
|
||||
- Adapted the inst_proposal to better reflect the current situation
|
||||
'analyzing...' vs. 'adapting the proposal...' (bnc #463567).
|
||||
* Fri Dec 19 2008 locilka@suse.cz
|
||||
- Pattern WBEM added into two server scenarios (bnc #458332).
|
||||
* Thu Dec 18 2008 locilka@suse.cz
|
||||
- Updated control file documentation (bnc #438678).
|
||||
- 2.17.49
|
||||
* Wed Dec 17 2008 locilka@suse.cz
|
||||
- Added yet another xset call (bnc #455771 comment #40)
|
||||
- 2.17.48
|
||||
* Tue Dec 16 2008 aschnell@suse.de
|
||||
- adapted to storage API changes
|
||||
- 2.18.0
|
||||
* Tue Dec 16 2008 locilka@suse.cz
|
||||
- Removed SLED control file labels that should be hidden
|
||||
(bnc #459080).
|
||||
- Using a better help text for inst_new_desktop (bnc #432912).
|
||||
* Mon Dec 15 2008 locilka@suse.cz
|
||||
- Removed all (inst_)do_rezise calls from all control files on
|
||||
aschnell's request.
|
||||
* Fri Dec 12 2008 aschnell@suse.de
|
||||
- require initviocons (bnc #173426)
|
||||
- 2.17.47
|
||||
|
Loading…
Reference in New Issue
Block a user