OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=90
This commit is contained in:
parent
3fb3e6911d
commit
291b5f4db4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c7e9c43bd7ef460e400b0b99cf009cd3edcad9bb440a9adfe2b8ca7b893316a6
|
|
||||||
size 224666
|
|
3
yast2-installation-2.16.41.tar.bz2
Normal file
3
yast2-installation-2.16.41.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9e8017be705ac67f137e5f88e5c38ae3da323d5792b6429f5b43ce48985fae93
|
||||||
|
size 224217
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 28 11:42:21 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Handling KDE3 vs KDE4 in default logon and window managers
|
||||||
|
(bnc #381821).
|
||||||
|
- Optional and extra URLs moved to control file as well as default
|
||||||
|
update repository (bnc #381360).
|
||||||
|
- Added possibility to abort installation during image deployment
|
||||||
|
(bnc #382326).
|
||||||
|
- Progress for inst_proposal.
|
||||||
|
- 2.16.41
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 25 18:15:09 CEST 2008 - locilka@suse.cz
|
Fri Apr 25 18:15:09 CEST 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.16.40)
|
# spec file for package yast2-installation (Version 2.16.41)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 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
|
||||||
@ -12,12 +12,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.16.40
|
Version: 2.16.41
|
||||||
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.16.40.tar.bz2
|
Source0: yast2-installation-2.16.41.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()
|
||||||
@ -34,7 +34,8 @@ Requires: yast2-bootloader
|
|||||||
# Language::Set (handles downloading the translation extensions)
|
# Language::Set (handles downloading the translation extensions)
|
||||||
Requires: yast2-country-data >= 2.16.11
|
Requires: yast2-country-data >= 2.16.11
|
||||||
# DefaultDesktop::SelectedDesktops
|
# DefaultDesktop::SelectedDesktops
|
||||||
Requires: yast2-packager >= 2.16.37
|
# ... + newly added data into desktops map
|
||||||
|
Requires: yast2-packager >= 2.16.41
|
||||||
# Only in inst-sys
|
# Only in inst-sys
|
||||||
# Requires: yast2-runlevel
|
# Requires: yast2-runlevel
|
||||||
# Requires: yast2-network
|
# Requires: yast2-network
|
||||||
@ -106,7 +107,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.16.40
|
%setup -n yast2-installation-2.16.41
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -171,8 +172,16 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%doc %{prefix}/share/doc/packages/yast2-installation
|
%doc %{prefix}/share/doc/packages/yast2-installation
|
||||||
%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 Apr 28 2008 locilka@suse.cz
|
||||||
|
- Handling KDE3 vs KDE4 in default logon and window managers
|
||||||
|
(bnc #381821).
|
||||||
|
- Optional and extra URLs moved to control file as well as default
|
||||||
|
update repository (bnc #381360).
|
||||||
|
- Added possibility to abort installation during image deployment
|
||||||
|
(bnc #382326).
|
||||||
|
- Progress for inst_proposal.
|
||||||
|
- 2.16.41
|
||||||
* Fri Apr 25 2008 locilka@suse.cz
|
* Fri Apr 25 2008 locilka@suse.cz
|
||||||
- New desktop selection dialog (bnc #379157).
|
- New desktop selection dialog (bnc #379157).
|
||||||
- 2.16.40
|
- 2.16.40
|
||||||
|
Loading…
Reference in New Issue
Block a user