OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=141
This commit is contained in:
parent
89b7afb655
commit
15f5af685c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f9270c17cdd01f27d44484290305df8211ccee34ead91b6adc57aee6fb8b0905
|
|
||||||
size 270734
|
|
3
yast2-installation-2.18.5.tar.bz2
Normal file
3
yast2-installation-2.18.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:27a25e0de2a1c5c69960c08a7eb86a0a8284a65db5d178bd43c4dac02668b2e7
|
||||||
|
size 270389
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 9 13:21:50 CET 2009 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Enabling online update in (SLED) Automatic Configuration
|
||||||
|
(bnc #449128).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 6 10:39:20 CET 2009 - locilka@suse.cz
|
||||||
|
|
||||||
|
- InstError has been moved to yast2-2.18.6
|
||||||
|
- 2.18.5
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 5 18:16:17 CET 2009 - locilka@suse.cz
|
||||||
|
|
||||||
|
- InstError extended and documented.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 2 13:09:08 CET 2009 - locilka@suse.cz
|
Mon Feb 2 13:09:08 CET 2009 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.18.4)
|
# spec file for package yast2-installation (Version 2.18.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,12 +19,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.18.4
|
Version: 2.18.5
|
||||||
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.18.4.tar.bz2
|
Source0: yast2-installation-2.18.5.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
|
||||||
# xmllint
|
# xmllint
|
||||||
@ -61,9 +61,8 @@ Requires: initviocons
|
|||||||
# Pkg::SourceProvideSignedFile Pkg::SourceProvideDigestedFile
|
# Pkg::SourceProvideSignedFile Pkg::SourceProvideDigestedFile
|
||||||
# pkg-bindings are not directly required
|
# pkg-bindings are not directly required
|
||||||
Conflicts: yast2-pkg-bindings < 2.17.25
|
Conflicts: yast2-pkg-bindings < 2.17.25
|
||||||
# 'Product' and 'Installation' moved to 'yast2'
|
# InstError
|
||||||
# needs NetworkService::isNetworkRunning() from yast2
|
Conflicts: yast2 < 2.18.6
|
||||||
Conflicts: yast2 < 2.15.35
|
|
||||||
# Added new function WFM::ClientExists
|
# Added new function WFM::ClientExists
|
||||||
Conflicts: yast2-core < 2.17.10
|
Conflicts: yast2-core < 2.17.10
|
||||||
# ButtonBox widget
|
# ButtonBox widget
|
||||||
@ -124,7 +123,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.18.4
|
%setup -n yast2-installation-2.18.5
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -195,6 +194,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
|
||||||
|
* Mon Feb 09 2009 locilka@suse.cz
|
||||||
|
- Enabling online update in (SLED) Automatic Configuration
|
||||||
|
(bnc #449128).
|
||||||
|
* Fri Feb 06 2009 locilka@suse.cz
|
||||||
|
- InstError has been moved to yast2-2.18.6
|
||||||
|
- 2.18.5
|
||||||
|
* Thu Feb 05 2009 locilka@suse.cz
|
||||||
|
- InstError extended and documented.
|
||||||
* Mon Feb 02 2009 locilka@suse.cz
|
* Mon Feb 02 2009 locilka@suse.cz
|
||||||
- Erasing all old additional control files in the final step of
|
- Erasing all old additional control files in the final step of
|
||||||
upgrade before rebooting to the second stage (bnc #471454).
|
upgrade before rebooting to the second stage (bnc #471454).
|
||||||
|
Loading…
Reference in New Issue
Block a user