commit ibmrtpkgs for openSUSE:Factory
Hello community, here is the log from the commit of package ibmrtpkgs for openSUSE:Factory checked in at Thu May 7 02:49:33 CEST 2009. -------- --- ibmrtpkgs/ibmrtpkgs.changes 2009-03-18 20:10:29.000000000 +0100 +++ /mounts/work_src_done/STABLE/ibmrtpkgs/ibmrtpkgs.changes 2009-05-07 02:31:15.000000000 +0200 @@ -1,0 +2,10 @@ +Thu May 7 01:03:42 CEST 2009 - alext@suse.de + +- Added fix for edac patch from bnc#481626, comment#33. + +------------------------------------------------------------------- +Wed Apr 1 22:04:27 CEST 2009 - alext@suse.de + +- Added edac patch from bnc#481626, comment#18. + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- bnc481626_ibm-prtm-patch_edac.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ibmrtpkgs.spec ++++++ --- /var/tmp/diff_new_pack.t10930/_old 2009-05-07 02:49:20.000000000 +0200 +++ /var/tmp/diff_new_pack.t10930/_new 2009-05-07 02:49:20.000000000 +0200 @@ -21,7 +21,7 @@ Url: http://www10.software.ibm.com/developerworks/opensource/linux390 Summary: IBM Utilities for SLERT Version: 2 -Release: 9 +Release: 10 PreReq: %insserv_prereq %fillup_prereq License: GPL v3 only Group: System/Management @@ -39,6 +39,7 @@ Patch11: ibm-prtmd-in-usr_sbin.diff Patch12: ibm-prtmd-ls21-reorder.diff Patch13: correct-nice-for-realtime-bnc464343.patch +Patch14: bnc481626_ibm-prtm-patch_edac.diff AutoReqProv: yes BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -69,6 +70,7 @@ %patch11 -p1 %patch12 -p1 %patch13 -p1 +%patch14 -p1 %build export OPT_FLAGS="$RPM_OPT_FLAGS" @@ -127,6 +129,10 @@ %dir /etc/modprobe.d %changelog +* Thu May 07 2009 alext@suse.de +- Added fix for edac patch from bnc#481626, comment#33. +* Wed Apr 01 2009 alext@suse.de +- Added edac patch from bnc#481626, comment#18. * Wed Mar 18 2009 alext@suse.de - Fixed minor spec file errors for head * Thu Mar 12 2009 alext@suse.de @@ -145,7 +151,7 @@ * Mon Nov 24 2008 alext@suse.de - Fixed path of rtcheck to be in /sbin - Renamed config.sh to ibmconfig.sh to avoid confusion -* Tue Nov 11 2008 alext@suse.de +* Wed Nov 12 2008 alext@suse.de - Upgrade ibm-prtm utility for support for LS22 hardware. Patch: ibm-prtm_for_ls22-bnc443830.diff Fixes: bnc#443830 ++++++ bnc481626_ibm-prtm-patch_edac.diff ++++++ Index: ibmrtpkgs-2/ibm-prtm/ibm-prtm =================================================================== --- ibmrtpkgs-2.orig/ibm-prtm/ibm-prtm +++ ibmrtpkgs-2/ibm-prtm/ibm-prtm @@ -49,13 +49,22 @@ start() { fi logger -s -t "$NAME" "BIOS Real-Time module loaded." - + + #k8_edac gets in the way on some machines; remove it and use amd64_edac + if [ `lsmod | grep -c k8_edac ` -ne 0 ]; then + rmmod k8_edac && modprobe amd64_edac + if [ "$?" -ne "0" ]; then + logger -s -t "$NAME" "Please install amd64_edac module!" + exit 1; + fi + fi + for mod in ipmi_si ipmi_msghandler ipmi_devintf do modprobe $mod if [ "$?" -ne "0" ]; then logger -s -t "$NAME" "Please install $mod module!" - exit 1; + exit 1; fi done ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de