Hello community, here is the log from the commit of package linuxrc checked in at Sat May 31 12:22:47 CEST 2008. -------- --- linuxrc/linuxrc.changes 2008-05-27 15:56:33.000000000 +0200 +++ /mounts/work_src_done/STABLE/linuxrc/linuxrc.changes 2008-05-29 15:13:01.000000000 +0200 @@ -1,0 +2,5 @@ +Thu May 29 14:34:23 CEST 2008 - snwint@suse.de + +- find proper place for media check (bnc #395157) + +------------------------------------------------------------------- Old: ---- linuxrc-3.1.31.tar.bz2 New: ---- linuxrc-3.1.32.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ linuxrc.spec ++++++ --- /var/tmp/diff_new_pack.hp7105/_old 2008-05-31 12:22:36.000000000 +0200 +++ /var/tmp/diff_new_pack.hp7105/_new 2008-05-31 12:22:36.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package linuxrc (Version 3.1.31) +# spec file for package linuxrc (Version 3.1.32) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -17,9 +17,9 @@ Group: System/Boot AutoReqProv: on Summary: SUSE Installation Program -Version: 3.1.31 +Version: 3.1.32 Release: 1 -Source: linuxrc-3.1.31.tar.bz2 +Source: linuxrc-3.1.32.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -54,6 +54,8 @@ %doc linuxrc.html %changelog +* Thu May 29 2008 snwint@suse.de +- find proper place for media check (bnc #395157) * Tue May 27 2008 snwint@suse.de - try connected network cards first (bnc #394618) - use dhcpcd --noipv4ll to avoid local link addresses (bnc #394618) ++++++ linuxrc-3.1.31.tar.bz2 -> linuxrc-3.1.32.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-3.1.31/auto2.c new/linuxrc-3.1.32/auto2.c --- old/linuxrc-3.1.31/auto2.c 2008-05-27 15:15:57.000000000 +0200 +++ new/linuxrc-3.1.32/auto2.c 2008-05-29 12:50:10.000000000 +0200 @@ -32,6 +32,7 @@ #include "auto2.h" #include "settings.h" #include "url.h" +#include "checkmd5.h" static void auto2_user_netconfig(void); static int driver_is_active(hd_t *hd); @@ -58,15 +59,23 @@ util_splash_bar(40, SPLASH_40); + win_old = config.win; + if(config.update.ask && !config.update.shown) { - if(!(win_old = config.win)) util_disp_init(); + if(!config.win) util_disp_init(); if(config.update.name_list) { dia_show_lines2("Driver Updates added", config.update.name_list, 64); } while(!inst_update_cd()); - if(!win_old) util_disp_done(); } + if(config.mediacheck) { + if(!config.win) util_disp_init(); + md5_verify(); + } + + if(config.win && !win_old) util_disp_done(); + ok = auto2_find_repo(); util_splash_bar(50, SPLASH_50); diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-3.1.31/Changelog new/linuxrc-3.1.32/Changelog --- old/linuxrc-3.1.31/Changelog 2008-05-27 15:17:46.000000000 +0200 +++ new/linuxrc-3.1.32/Changelog 2008-05-29 12:47:56.000000000 +0200 @@ -1,3 +1,6 @@ +29/5/2008: v3.1.32 + - find proper place for media check (bnc #395157) + 27/5/2008: v3.1.31 - try connected network cards first (bnc #394618) - use dhcpcd --noipv4ll to avoid local link addresses (bnc #394618) diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-3.1.31/linuxrc.c new/linuxrc-3.1.32/linuxrc.c --- old/linuxrc-3.1.31/linuxrc.c 2008-05-19 17:53:08.000000000 +0200 +++ new/linuxrc-3.1.32/linuxrc.c 2008-05-29 12:44:23.000000000 +0200 @@ -1005,15 +1005,6 @@ if(config.braille.check) run_braille(); - if( config.mediacheck ) { - int win_old; - - fprintf(stderr, "In mediacheck\n"); - if(!(win_old = config.win)) util_disp_init(); - md5_verify(); - if(!win_old) util_disp_done(); - } - if(!config.manual && !auto2_init()) { fprintf(stderr, "Automatic setup not possible.\n"); diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/linuxrc-3.1.31/VERSION new/linuxrc-3.1.32/VERSION --- old/linuxrc-3.1.31/VERSION 2008-05-27 11:32:18.000000000 +0200 +++ new/linuxrc-3.1.32/VERSION 2008-05-29 12:47:16.000000000 +0200 @@ -1 +1 @@ -3.1.31 +3.1.32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org