Mailinglist Archive: opensuse-commit (1177 mails)

< Previous Next >
commit s390-tools for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Sun, 25 Jan 2009 01:22:15 +0100
  • Message-id: <20090125002216.462B8678091@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package s390-tools for openSUSE:Factory
checked in at Sun Jan 25 01:22:15 CET 2009.


--------
--- s390-tools/s390-tools.changes 2009-01-22 15:12:25.000000000 +0100
+++ /mounts/work_src_done/STABLE/s390-tools/s390-tools.changes 2009-01-23
15:25:10.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Jan 23 14:33:19 CET 2009 - uli@xxxxxxx
+
+- fix boot.cpi behavior (bnc#457208)
+- change CPI_SET default to yes (bnc#455978)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ s390-tools.spec ++++++
--- /var/tmp/diff_new_pack.QZ7067/_old 2009-01-25 01:21:22.000000000 +0100
+++ /var/tmp/diff_new_pack.QZ7067/_new 2009-01-25 01:21:22.000000000 +0100
@@ -22,7 +22,7 @@
Url:
http://www10.software.ibm.com/developerworks/opensource/linux390
Summary: S/390 tools like zipl and dasdfmt
Version: 1.8.0
-Release: 32
+Release: 34
PreReq: %insserv_prereq %fillup_prereq mkinitrd >= 2.4
License: GPL v2 or later
Provides: s390utils:/sbin/dasdfmt
@@ -290,6 +290,9 @@
/usr/lib/%{snmp}/agents/osasnmpd

%changelog
+* Fri Jan 23 2009 uli@xxxxxxx
+- fix boot.cpi behavior (bnc#457208)
+- change CPI_SET default to yes (bnc#455978)
* Thu Jan 22 2009 jjolly@xxxxxxx
- Initialize error value to 0 (bnc#467275)
* Mon Jan 19 2009 uli@xxxxxxx

++++++ boot.cpi ++++++
--- /var/tmp/diff_new_pack.QZ7067/_old 2009-01-25 01:21:22.000000000 +0100
+++ /var/tmp/diff_new_pack.QZ7067/_new 2009-01-25 01:21:22.000000000 +0100
@@ -24,7 +24,7 @@
rc_reset

case "$1" in
- start|restart)
+ start|restart|reload)
if test "$CPI_SET" == "yes"; then
if test ! -e /sys/firmware/cpi; then
echo -n "sclp_cpi interface not found"
@@ -37,13 +37,15 @@
awk "BEGIN { split(\"`uname -r`\",x,\".\");
printf(\"0x0000000000%02x%02x%02x\", x[1],x[2],x[3]) }"
/sys/firmware/cpi/system_level
echo 1 >/sys/firmware/cpi/set
rc_status -v -r
+ else
+ rc_status -u
fi
;;
stop)
+ rc_status -s
;;
- status|reload)
- rc_failed 4
- rc_status -v
+ status)
+ rc_status -s
;;
*)
echo "Usage: $0 {start|stop|status|restart|reload}"

++++++ sysconfig.cpi ++++++
--- /var/tmp/diff_new_pack.QZ7067/_old 2009-01-25 01:21:23.000000000 +0100
+++ /var/tmp/diff_new_pack.QZ7067/_new 2009-01-25 01:21:23.000000000 +0100
@@ -5,7 +5,7 @@
#
# Set Control Program Identification data
#
-CPI_SET="no"
+CPI_SET="yes"

## Type: string
## Default: ""


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



Remember to have fun...

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

< Previous Next >