diff --git a/yast2-installation-2.17.39.tar.bz2 b/yast2-installation-2.17.39.tar.bz2 deleted file mode 100644 index 0301176..0000000 --- a/yast2-installation-2.17.39.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c23c5f025c7c4988ca86713763a86688c2cccbb9efb59cc481949e50c2d4839 -size 258566 diff --git a/yast2-installation-2.17.40.tar.bz2 b/yast2-installation-2.17.40.tar.bz2 new file mode 100644 index 0000000..c07ee5e --- /dev/null +++ b/yast2-installation-2.17.40.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2978c9e807442b660fab6dcd0416b9964a0177c579344ed489969fbeef1998 +size 259101 diff --git a/yast2-installation.changes b/yast2-installation.changes index 8e3c790..d1047f3 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -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 diff --git a/yast2-installation.spec b/yast2-installation.spec index 464e2f3..eedf8d7 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -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 %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).