Hello community,

here is the log from the commit of package ppc64-diag for openSUSE:Factory 
checked in at 2012-12-21 14:56:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ppc64-diag (Old)
 and      /work/SRC/openSUSE:Factory/.ppc64-diag.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ppc64-diag", Maintainer is "jloe...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ppc64-diag/ppc64-diag.changes    2012-12-17 
09:37:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ppc64-diag.new/ppc64-diag.changes       
2012-12-21 14:56:04.000000000 +0100
@@ -1,0 +2,15 @@
+Wed Dec 19 11:54:00 UTC 2012 - dval...@suse.com
+
+- update to 2.6.0:
+  * Added Light Path Diagnostics code. (moved from powerpc-utils)
+  * Introduced new options to diag_encl command (Jim).
+  * Added bluehawk enclosure diagnostics support (Jim).
+  * Introduced new command "encl_led" to modify identify/fault 
+     indicators for SCSI enclosures (Jim).
+
+- update ppc64-diag.rtas_errd.patch to not have references to 
+  /var/lock/subsys
+
+- add ncurses-devel and libvpd2-devel to BuildRequires 
+
+-------------------------------------------------------------------

Old:
----
  ppc64-diag-2.5.0.tar.gz

New:
----
  ppc64-diag-2.6.0.tar.gz

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

Other differences:
------------------
++++++ ppc64-diag.spec ++++++
--- /var/tmp/diff_new_pack.JzKniG/_old  2012-12-21 14:56:06.000000000 +0100
+++ /var/tmp/diff_new_pack.JzKniG/_new  2012-12-21 14:56:06.000000000 +0100
@@ -18,7 +18,7 @@
 
 Url:            http://sourceforge.net/projects/linux-diag/files/ppc64-diag 
 Name:           ppc64-diag
-Version:        2.5.0
+Version:        2.6.0
 Release:        0
 Summary:        Linux for Power Platform Diagnostics
 License:        EPL-1.0
@@ -35,8 +35,11 @@
 BuildRequires:  librtas-devel
 BuildRequires:  libservicelog-devel
 BuildRequires:  libvpd2-devel
+BuildRequires:  libvpd2-devel
+BuildRequires:  ncurses-devel
 BuildRequires:  sqlite3-devel
 Requires:       lsvpd
+Requires:       powerpc-utils >= 1.2.15
 Requires:       servicelog
 # autoselect the package on systems which have the /vdevice/IBM,sp node
 # All pSeries POWER5 and later have this property
@@ -79,9 +82,11 @@
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 chmod 644 $RPM_BUILD_ROOT/etc/ppc64-diag/servevent_parse.pl
+mkdir $RPM_BUILD_ROOT/etc/ppc64-diag/ses_pages
 pushd $RPM_BUILD_ROOT/etc/init.d
 ln -s rtas_errd $RPM_BUILD_ROOT/usr/sbin/rcrtas_errd
 popd 
+ln -sf /usr/sbin/usysattn $RPM_BUILD_ROOT/usr/sbin/usysfault
 %if 0%{?has_systemd}
 mkdir -p $RPM_BUILD_ROOT/%{_unitdir}
 install -D -m0644 %{S:1} %{buildroot}%{_unitdir}/
@@ -99,6 +104,11 @@
 %{_mandir}/man8/syslog_to_svclog.8.gz
 %{_mandir}/man8/diag_encl.8.gz
 %{_mandir}/man8/encl_led.8.gz
+%{_mandir}/man8/lp_diag.8.gz
+%{_mandir}/man8/usysattn.8.gz
+%{_mandir}/man8/usysfault.8.gz
+%{_mandir}/man8/usysident.8.gz
+
 %if 0%{?has_systemd}
 %{_unitdir}/rtas_errd.service
 %endif
@@ -133,7 +143,7 @@
   %service_del_postun rtas_errd.service
 %else
   %restart_on_update rtas_errd
-  %{insserv_cleanup}
+  %insserv_cleanup rtas_errd
 %endif
 
 %else
@@ -141,6 +151,7 @@
 %post
 # Post-install script --------------------------------------------------
 /etc/ppc64-diag/ppc64_diag_setup --register >/dev/null
+/etc/ppc64-diag/lp_diag_setup --register >/dev/null
 if [ "$1" = "1" ]; then # first install
     %if 0%{?has_systemd}
       %service_add_post rtas_errd.service
@@ -166,6 +177,7 @@
       chkconfig --del rtas_errd
     %endif
     /etc/ppc64-diag/ppc64_diag_setup --unregister >/dev/null
+    /etc/ppc64-diag/lp_diag_setup --unregister >/dev/null
 fi
 
 %triggerin -- librtas

++++++ ppc64-diag-2.5.0.tar.gz -> ppc64-diag-2.6.0.tar.gz ++++++
++++ 4932 lines of diff (skipped)

++++++ ppc64-diag.rtas_errd.patch ++++++
--- /var/tmp/diff_new_pack.JzKniG/_old  2012-12-21 14:56:06.000000000 +0100
+++ /var/tmp/diff_new_pack.JzKniG/_new  2012-12-21 14:56:06.000000000 +0100
@@ -2,10 +2,10 @@
  scripts/rtas_errd |    6 ++++--
  1 file changed, 4 insertions(+), 2 deletions(-)
 
-Index: ppc64-diag-2.5.0/scripts/rtas_errd
+Index: ppc64-diag-2.6.0/scripts/rtas_errd
 ===================================================================
---- ppc64-diag-2.5.0.orig/scripts/rtas_errd
-+++ ppc64-diag-2.5.0/scripts/rtas_errd
+--- ppc64-diag-2.6.0.orig/scripts/rtas_errd
++++ ppc64-diag-2.6.0/scripts/rtas_errd
 @@ -19,8 +19,10 @@
  
  ### BEGIN INIT INFO
@@ -19,3 +19,23 @@
  # Default-Start:      2 3 5
  # Default-Stop:               0 1 4 6
  # Short-Description:  Daemon to retrieve platform errors
+@@ -57,7 +59,7 @@ case "$1" in
+           pid=`pidof rtas_errd`
+           if [[ -n "$pid" ]]; then
+               echo $pid > /var/run/rtas_errd.pid
+-              touch /var/lock/subsys/rtas_errd
++              touch /var/run/rcrtas_errd
+           fi
+           echo
+       fi
+@@ -70,8 +72,8 @@ case "$1" in
+           rc_status -v
+       else
+           killproc rtas_errd -TERM
+-          rm -f /var/lock/subsys/rtas_errd
+-          rm -f /var/run/rtas_errd.pid
++          rm -f /var/run/rcrtas_errd
++          rm -f /var/run/rcrtas_errd.pid
+           echo
+       fi
+       ;;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to