Hello community,

here is the log from the commit of package powerpc-utils for openSUSE:Factory
checked in at Mon Aug 8 15:51:56 CEST 2011.



--------
--- powerpc-utils/powerpc-utils.changes 2011-01-11 13:41:58.000000000 +0100
+++ /mounts/work_src_done/STABLE/powerpc-utils/powerpc-utils.changes    
2011-08-04 15:39:04.000000000 +0200
@@ -1,0 +2,57 @@
+Thu Aug  4 13:31:54 UTC 2011 - [email protected]
+
+- Update to 1.2.10 release
+
+- Man page for lparstat
+
+- Adds support to ofpathname for HFI network devices. Since the current driver
+    does not attach to any bus and there is no way to correlate between the 
devi
+    ce tree and the hf device in sysfs, we have to make some assumptions in 
how 
+    the two are related.
+
+- Adds support for some new ipr SAS adapters which have a new device path
+   representation in Open Firmware. This also fixes the OF to logical 
translation
+   for LSI based SAS adapters as well as fixes issues seen with some FC 
devices.
+
+- Adds the page coalescing statistics to the output of amsstat
+
+- The number removable memory sections can not be determined if AMS is
+    active because LMBs that are not marked 'is_removable' could still be
+    removed if the balloon driver owns that memory.  Therefore the check
+    comparing the user-specified quanity of LMBs to add/remove is invalid.
+    
+    If AMS ballooning is active, skip the check for how many LMBs are
+    removable and try the operation.
+ 
+- The snap man page indicates that the file /var/log/platform
+    is collected.  This is not always true and can cause some confusion
+    since the file does not exist on newer systems.  To avoid confusing
+    users who might think the file should be collected, remove it
+    from the man page listing of files.
+    
+    The /var/log/platform file is where the rtas_errd daemon used to write
+    its data before the advent of servicelog.  On older systems that may
+    still be running an older rtas_errd daemon (diagela package) this
+    file would still exist so we should still try to collect it in the
+    snap command if its present.
+
+- The get_bus_id function takes a location code and then searches
+    /sys/bus/pci/slots/*/phy_location for a slot with the matching location
+    code.  Without this patch the comparison only considers the characters
+    up to the length of the input location which can cause a false match.
+    For example, the following to would match.
+    
+    Input location: U5877.001.00H4031-P1
+    False match:    U5877.001.00H4031-P10
+                                       ^ Comparison stops here
+    
+    The length of the input is 23 characters and the first 23 characters
+    are compared, this leaves off the last '0' on the string to compare and
+    erroneously returns the wrong bus.
+    
+    In the case of a PHB remove operation, this can cause the incorrect slot
+    (and associated devices) to be powered off.
+
+- lparstat command.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  Makefile.patch
  powerpc-utils-1.2.6.tar.bz2

New:
----
  powerpc-utils-1.2.10.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ powerpc-utils.spec ++++++
--- /var/tmp/diff_new_pack.1Vtc04/_old  2011-08-08 15:51:28.000000000 +0200
+++ /var/tmp/diff_new_pack.1Vtc04/_new  2011-08-08 15:51:28.000000000 +0200
@@ -23,11 +23,12 @@
 #!BuildIgnore:  tgt
 Requires:       tgt
 BuildRequires:  librtas
-BuildRequires:  libservicelog-devel
+BuildRequires:  zlib-devel
+#BuildRequires:  libservicelog-devel
 Obsoletes:      powerpc-utils-papr
 Obsoletes:      ppc64-utils
 Provides:       ppc64-utils
-Version:        1.2.6
+Version:        1.2.10
 Release:        1
 License:        IBM PL
 Url:            http://sourceforge.net/projects/powerpc-utils 
@@ -36,7 +37,6 @@
 PreReq:         %insserv_prereq %fillup_prereq
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        powerpc-utils-%{version}.tar.bz2
-Patch0:         Makefile.patch
 Patch1:         powerpc-utils-lsprop.patch
 Patch3:         powerpc-utils.ofpathname.bootlist.patch
 Patch101:       powerpc-utils.insserv-ibmvscsis.patch
@@ -53,7 +53,6 @@
 
 %prep
 %setup -q 
-%patch0 -p1
 %patch1 -p1
 %patch3 -p1
 %patch101 -p1

++++++ powerpc-utils-1.2.6.tar.bz2 -> powerpc-utils-1.2.10.tar.bz2 ++++++
++++ 5496 lines of diff (skipped)

++++++ powerpc-utils.insserv-ibmvscsis.patch ++++++
--- /var/tmp/diff_new_pack.1Vtc04/_old  2011-08-08 15:51:28.000000000 +0200
+++ /var/tmp/diff_new_pack.1Vtc04/_new  2011-08-08 15:51:28.000000000 +0200
@@ -1,5 +1,5 @@
---- powerpc-utils-1.2.6.orig/scripts/ibmvscsis.sh      2010-12-13 
16:32:54.000000000 +0100
-+++ powerpc-utils-1.2.6/scripts/ibmvscsis.sh   2010-12-23 17:50:53.000000000 
+0100
+--- powerpc-utils-1.2.10.orig/scripts/ibmvscsis.sh     2010-12-13 
16:32:54.000000000 +0100
++++ powerpc-utils-1.2.10/scripts/ibmvscsis.sh  2010-12-23 17:50:53.000000000 
+0100
 @@ -15,10 +15,10 @@
  
  ### BEGIN INIT INFO


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to