Mailinglist Archive: opensuse-commit (1419 mails)

< Previous Next >
commit powerpc-utils
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Sat, 10 May 2008 01:09:11 +0200
  • Message-id: <20080509230911.6C9E467816D@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package powerpc-utils
checked in at Sat May 10 01:09:11 CEST 2008.


--------
--- arch/ppc/powerpc-utils/powerpc-utils.changes 2008-03-10
09:27:43.000000000 +0100
+++ powerpc-utils/powerpc-utils.changes 2008-05-09 17:05:36.000000000 +0200
@@ -1,0 +2,7 @@
+Fri May 9 17:04:45 CEST 2008 - olh@xxxxxxx
+
+- sysfs layout changed once again
+ look for directories when searching for kernel device names to
+ avoid multiple matches
+
+-------------------------------------------------------------------



New:
----
powerpc-utils.ofpathname.bootlist.patch

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

Other differences:
------------------
++++++ powerpc-utils.spec ++++++
--- /var/tmp/diff_new_pack.P12446/_old 2008-05-10 01:07:47.000000000 +0200
+++ /var/tmp/diff_new_pack.P12446/_new 2008-05-10 01:07:47.000000000 +0200
@@ -17,7 +17,7 @@
Obsoletes: ppc64-utils
Provides: ppc64-utils
Version: 1.1.0
-Release: 1
+Release: 13
License: IBM Public License
Url: http://powerpc-utils.ozlabs.org/
Group: System/Management
@@ -30,6 +30,7 @@
Patch0: powerpc-utils-nvsetenv.patch
Patch1: powerpc-utils-lsprop.patch
Patch2: powerpc-utils.ofpathname.show_of_path.patch
+Patch3: powerpc-utils.ofpathname.bootlist.patch

%description
IBM PPC64 hardware utilities for accessing NVRAM, flashing firmware,
@@ -48,6 +49,7 @@
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
cd powerpc-utils-papr-%{papr_version}

%build
@@ -84,6 +86,10 @@
%config %attr (755,root,root) /etc/init.d/ibmvscsis.sh

%changelog
+* Fri May 09 2008 olh@xxxxxxx
+- sysfs layout changed once again
+ look for directories when searching for kernel device names to
+ avoid multiple matches
* Thu Mar 06 2008 sassmann@xxxxxxx
- updated powerpc-utils to version 1.1.0
* Added lsprop command.

++++++ powerpc-utils.ofpathname.bootlist.patch ++++++
---
scripts/ofpathname | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- a/scripts/ofpathname
+++ b/scripts/ofpathname
@@ -352,7 +352,7 @@ l2of_ide()
#
l2of_ethernet()
{
- local sysfs_eth=`$FIND /sys -name $DEVICE 2> /dev/null`
+ local sysfs_eth=`$FIND /sys -name $DEVICE -type d 2> /dev/null`
if [[ -z $sysfs_eth ]]; then
err $ERR_NOT_CONFIG
fi

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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages