1
0
OBS User unknown 2008-11-25 15:01:27 +00:00 committed by Git OBS Bridge
parent 676bc386c7
commit fcc9289082
4 changed files with 20 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c23c5f025c7c4988ca86713763a86688c2cccbb9efb59cc481949e50c2d4839
size 258566

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b2978c9e807442b660fab6dcd0416b9964a0177c579344ed489969fbeef1998
size 259101

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 25 14:42:31 CET 2008 - locilka@suse.cz
- Handling new feature of licenses ProductLicense::AcceptanceNeeded
(bnc #448598).
- 2.17.40
-------------------------------------------------------------------
Mon Nov 24 12:51:48 CET 2008 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.17.39)
# spec file for package yast2-installation (Version 2.17.40)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,12 +19,12 @@
Name: yast2-installation
Version: 2.17.39
Version: 2.17.40
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.17.39.tar.bz2
Source0: yast2-installation-2.17.40.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
# PackageCallbacks::RegisterEmptyProgressCallbacks()
@ -45,8 +45,8 @@ Requires: yast2-bootloader
Requires: yast2-country-data >= 2.16.11
# Pkg::SourceProvideDigestedFile()
Conflicts: yast2-pkg-bindings < 2.17.25
# Packages::required_patterns
Requires: yast2-packager >= 2.17.23
# ProductLicense::AcceptanceNeeded, BNC #448598
Requires: yast2-packager >= 2.17.46
# Storage::GetCommitInfo() call in include/misc.ycp
Requires: yast2-storage >= 2.17.47
# Only in inst-sys
@ -120,7 +120,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.17.39
%setup -n yast2-installation-2.17.40
%build
%{prefix}/bin/y2tool y2autoconf
@ -189,6 +189,10 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Tue Nov 25 2008 locilka@suse.cz
- Handling new feature of licenses ProductLicense::AcceptanceNeeded
(bnc #448598).
- 2.17.40
* Mon Nov 24 2008 locilka@suse.cz
- Completely initializing the target and sources before checking
for available patches and offering online update (bnc #447080).