Hello community, here is the log from the commit of package yast2-installation checked in at Thu May 25 00:47:19 CEST 2006. -------- --- yast2-installation/yast2-installation.changes 2006-05-23 19:06:47.000000000 +0200 +++ yast2-installation/yast2-installation.changes 2006-05-24 13:23:29.000000000 +0200 @@ -1,0 +2,7 @@ +Wed May 24 12:52:21 CEST 2006 - jsrain@suse.cz + +- properly integrate YCP code for add-on product installation in + running system (if YCP code present) (#178311) +- 2.13.113 + +------------------------------------------------------------------- Old: ---- yast2-installation-2.13.112.tar.bz2 New: ---- yast2-installation-2.13.113.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-installation.spec ++++++ --- /var/tmp/diff_new_pack.hbQrBz/_old 2006-05-25 00:47:06.000000000 +0200 +++ /var/tmp/diff_new_pack.hbQrBz/_new 2006-05-25 00:47:06.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package yast2-installation (Version 2.13.112) +# spec file for package yast2-installation (Version 2.13.113) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-installation -Version: 2.13.112 +Version: 2.13.113 Release: 1 License: GPL Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-installation-2.13.112.tar.bz2 +Source0: yast2-installation-2.13.113.tar.bz2 prefix: /usr BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2 yast2-country yast2-devtools yast2-testsuite Requires: yast2 yast2-update @@ -48,7 +48,7 @@ Arvin Schnell <arvin@suse.de> %prep -%setup -n yast2-installation-2.13.112 +%setup -n yast2-installation-2.13.113 %build %{prefix}/bin/y2tool y2autoconf @@ -111,6 +111,10 @@ /usr/X11R6/share/fvwm/ %changelog -n yast2-installation +* Wed May 24 2006 - jsrain@suse.cz +- properly integrate YCP code for add-on product installation in + running system (if YCP code present) (#178311) +- 2.13.113 * Tue May 23 2006 - jdsn@suse.de - gray out checkboxes in inst_suse_register when skipping (#178042) - 2.13.112 ++++++ yast2-installation-2.13.112.tar.bz2 -> yast2-installation-2.13.113.tar.bz2 ++++++ ++++ 2235 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-installation-2.13.112/VERSION new/yast2-installation-2.13.113/VERSION --- old/yast2-installation-2.13.112/VERSION 2006-05-23 18:58:17.000000000 +0200 +++ new/yast2-installation-2.13.113/VERSION 2006-05-24 13:09:27.000000000 +0200 @@ -1 +1 @@ -2.13.112 +2.13.113 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-installation-2.13.112/configure.in new/yast2-installation-2.13.113/configure.in --- old/yast2-installation-2.13.112/configure.in 2006-05-23 19:05:05.000000000 +0200 +++ new/yast2-installation-2.13.113/configure.in 2006-05-24 13:22:05.000000000 +0200 @@ -1,9 +1,9 @@ dnl configure.in for yast2-installation dnl -dnl -- This file is generated by y2autoconf 2.13.19 - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf 2.13.18 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-installation, 2.13.112, http://bugs.opensuse.org/, yast2-installation) +AC_INIT(yast2-installation, 2.13.113, http://bugs.opensuse.org/, yast2-installation) dnl Check for presence of file 'RPMNAME' AC_CONFIG_SRCDIR([RPMNAME]) @@ -17,7 +17,7 @@ AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs dnl Important YaST2 variables -VERSION="2.13.112" +VERSION="2.13.113" RPMNAME="yast2-installation" MAINTAINER="Jiri Srain <jsrain@suse.cz>" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-installation-2.13.112/src/modules/AddOnProduct.ycp new/yast2-installation-2.13.113/src/modules/AddOnProduct.ycp --- old/yast2-installation-2.13.112/src/modules/AddOnProduct.ycp 2006-05-23 18:06:54.000000000 +0200 +++ new/yast2-installation-2.13.113/src/modules/AddOnProduct.ycp 2006-05-24 10:28:42.000000000 +0200 @@ -882,9 +882,12 @@ // Try to extract files from the archive map out = (map)SCR::Execute (.target.bash_output, sformat (" test -d /y2update && rm -rf /y2update; -/bin/mkdir /y2update; -cd /y2update; +/bin/mkdir -p /y2update/all; +cd /y2update/all; /bin/tar -xvf %1; +cd /y2update; +ln -s all/usr/share/YaST2/* .; +ln -s all/usr/lib/YaST2/* .; ", binaries)); // Failed ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de