Hello community,

here is the log from the commit of package ppc64-diag for openSUSE:Factory 
checked in at 2011-11-07 14:29:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ppc64-diag (Old)
 and      /work/SRC/openSUSE:Factory/.ppc64-diag.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ppc64-diag", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ppc64-diag/ppc64-diag.changes    2011-09-23 
12:41:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ppc64-diag.new/ppc64-diag.changes       
2011-11-07 14:29:28.000000000 +0100
@@ -1,0 +2,19 @@
+Wed Nov  2 21:11:06 UTC 2011 - [email protected]
+
+- update to 2.4.2 
+  - Minor modifications to GPFS catalog files 
+    and syslog_to_svclog.cpp
+  - Added gpfs files to the catalog, updated ppc64-diag-setup 
+    notification commands
+  - Changed Makefiles and rules.mk to build for the default 
+    architecture rather than -m32
+  - Added ELA code to the package, made changes to the rules.mk 
+    and minor changes to the spec file
+  - Bug fix adding in support for -e and -l, so that root users can
+    be notified of serviceable events. Addresses bug #26192
+  - Added SIGCHLD handler to clean up servicelog notification 
+    scripts
+  - Removed all absolute path references, specifically 
+    to /sbin/lsvpd and lsvpd
+
+-------------------------------------------------------------------

Old:
----
  ppc64-diag-2.3.1.tar.bz2
  ppc64-diag.event_severity.patch
  ppc64-diag.register.patch

New:
----
  ppc64-diag-2.4.2.tar.bz2
  ppc64-diag.makefile.patch

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

Other differences:
------------------
++++++ ppc64-diag.spec ++++++
--- /var/tmp/diff_new_pack.GTiy3X/_old  2011-11-07 14:29:29.000000000 +0100
+++ /var/tmp/diff_new_pack.GTiy3X/_new  2011-11-07 14:29:29.000000000 +0100
@@ -19,26 +19,25 @@
 Url:            http://linux-diag.sourceforge.net/ppc64-diag/
 
 Name:           ppc64-diag
-Version:        2.3.1
-Release:        8
+Version:        2.4.2
+Release:        1
 Summary:        Linux for Power Platform Diagnostics
 Group:          System/Monitoring
 License:        Other uncritical OpenSource License; Eclipse Public License 
v1.0
 ExclusiveArch:  ppc ppc64
-BuildRequires:  librtas libservicelog-devel
+BuildRequires:  librtas-devel libservicelog-devel
+BuildRequires:  sqlite3-devel gcc-c++ bison flex libvpd2-devel
 Requires:       servicelog
 Requires:       lsvpd
 # autoselect the package on systems which have the /vdevice/IBM,sp node
 # All pSeries POWER5 and later have this property
 Supplements:    modalias(vio:TIBM*spS*)
 PreReq:         %insserv_prereq
-PreReq:         libservicelog
 PreReq:         aaa_base
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        ppc64-diag-2.3.1.tar.bz2
-Patch0:         ppc64-diag.event_severity.patch
+Source0:        %{name}-%{version}.tar.bz2
+Patch0:        ppc64-diag.makefile.patch
 Patch1:         ppc64-diag.rtas_errd.patch
-Patch2:         ppc64-diag.register.patch
 
 %description
 Platform diagnostics for Linux for Power writes events reported by the
@@ -57,9 +56,8 @@
 
 %prep
 %setup -q
-%patch0 -p1
+%patch0
 %patch1 -p1
-%patch2 -p1
 
 %build
 make
@@ -67,15 +65,21 @@
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 chmod 644 $RPM_BUILD_ROOT/etc/ppc64-diag/servevent_parse.pl
+pushd $RPM_BUILD_ROOT/etc/init.d
+ln -s rtas_errd $RPM_BUILD_ROOT/usr/sbin/rcrtas_errd
+popd 
 
 %files
 %defattr (-,root,root,-)
-%doc COPYRIGHT
+%doc %attr(644,root,root) COPYRIGHT
 /usr/sbin/*
 %dir /etc/ppc64-diag
 %config /etc/ppc64-diag/*
 %config /etc/rc.powerfail
 %config %attr(755,root,root) /etc/init.d/rtas_errd
+%{_mandir}/man8/explain_syslog.8.gz
+%{_mandir}/man8/syslog_to_svclog.8.gz
+
 %if 1
 
 %post

++++++ ppc64-diag-2.3.1.tar.bz2 -> ppc64-diag-2.4.2.tar.bz2 ++++++
++++ 7528 lines of diff (skipped)

++++++ ppc64-diag.makefile.patch ++++++
--- ela/Makefile.orig   2011-11-02 21:40:12.000000000 +0100
+++ ela/Makefile        2011-11-02 21:40:26.000000000 +0100
@@ -75,7 +75,7 @@
        @$(call 
install_files,$(CATALOG),744,$(DESTDIR)/etc/ppc64-diag/message_catalog)
        @$(call 
install_files,$(CATALOG_REGEX),744,$(DESTDIR)/etc/ppc64-diag/message_catalog/with_regex)
        @$(call install_man,$(MANPAGES),$(DESTDIR))
-       $(INSTALL) -d -m 755 /var/log/ppc64-diag
+       $(INSTALL) -d -m 755 $(DESTDIR)/var/log/ppc64-diag
 
 clean:
        @rm -rf $(CMDS) *.o lex.*.c *.tab.c *.tab.h
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to