Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ppc64-diag for openSUSE:Factory 
checked in at 2021-07-16 00:00:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ppc64-diag (Old)
 and      /work/SRC/openSUSE:Factory/.ppc64-diag.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ppc64-diag"

Fri Jul 16 00:00:51 2021 rev:46 rq:906529 version:2.7.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/ppc64-diag/ppc64-diag.changes    2021-03-24 
16:15:56.508127216 +0100
+++ /work/SRC/openSUSE:Factory/.ppc64-diag.new.2625/ppc64-diag.changes  
2021-07-16 00:03:21.520284503 +0200
@@ -1,0 +2,13 @@
+Thu Jul 15 16:07:50 UTC 2021 - Michal Suchanek <msucha...@suse.com>
+
+- Update to version 2.7.7 (jsc#SLE-18191).
+  - Man page for "rtas_errd"
+  - rtas_errd: Don't run the service in LXC
+  - New project location
+  - Remove upstreamed patch
+    - ppc64-diag-Drop-obsolete-logging-options-from-systemd-service-f.patch
+  - Fix installation
+    + ppc64-diag-Directories-should-be-created-executable.patch
+  - Run tests
+
+-------------------------------------------------------------------

Old:
----
  ppc64-diag-2.7.6.tar.gz
  ppc64-diag-Drop-obsolete-logging-options-from-systemd-service-f.patch

New:
----
  ppc64-diag-2.7.7.tar.gz
  ppc64-diag-Directories-should-be-created-executable.patch

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

Other differences:
------------------
++++++ ppc64-diag.spec ++++++
--- /var/tmp/diff_new_pack.DxxFzu/_old  2021-07-16 00:03:21.944281105 +0200
+++ /var/tmp/diff_new_pack.DxxFzu/_new  2021-07-16 00:03:21.948281073 +0200
@@ -17,17 +17,17 @@
 
 
 Name:           ppc64-diag
-Version:        2.7.6
+Version:        2.7.7
 Release:        0
 Summary:        Linux for Power Platform Diagnostics
 License:        GPL-2.0-or-later
 Group:          System/Monitoring
-URL:            http://sourceforge.net/projects/linux-diag/files/ppc64-diag
-Source0:        
http://downloads.sourceforge.net/project/linux-diag/ppc64-diag/v%{version}/%{name}-%{version}.tar.gz
+URL:            https://github.com/power-ras/ppc64-diag
+Source0:        
https://github.com/power-ras/ppc64-diag/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 #PATCH-FIX-OPENSUSE - ppc64-diag.varunused.patch - fix unused variables
 Patch1:         ppc64-diag.varunused.patch
-#PATCH-FIX-UPSTREAM - 
ppc64-diag-Drop-obsolete-logging-options-from-systemd-service-f.patch - fix 
systemd warning
-Patch2:         
ppc64-diag-Drop-obsolete-logging-options-from-systemd-service-f.patch
+#PATCH-FIX-OPENSUSE - ppc64-diag.varunused.patch - fix unused variables
+Patch2:         ppc64-diag-Directories-should-be-created-executable.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
@@ -88,26 +88,25 @@
 rm %{buildroot}%{_prefix}/libexec/%{name}/opal_errd
 rm %{buildroot}%{_prefix}/libexec/%{name}/rtas_errd
 rm %{buildroot}%{_datadir}/doc/%{name}/COPYING
-rm %{buildroot}%{_datadir}/doc/%{name}/README
+rm %{buildroot}%{_datadir}/doc/%{name}/README.md
+
+%check
+%make_build check
+
+for i in opal_errd common diags/test ; do
+    pushd $i
+    ./run_tests
+    popd
+done
 
 %files
 %license COPYING
-%doc README
+%doc README.md
 %{_sbindir}/*
 %dir %{_sysconfdir}/ppc64-diag
 %config %{_sysconfdir}/ppc64-diag/*
 %config %{_sysconfdir}/rc.powerfail
-%{_mandir}/man8/explain_syslog.8%{?ext_man}
-%{_mandir}/man8/syslog_to_svclog.8%{?ext_man}
-%{_mandir}/man8/diag_encl.8%{?ext_man}
-%{_mandir}/man8/encl_led.8%{?ext_man}
-%{_mandir}/man8/lp_diag.8%{?ext_man}
-%{_mandir}/man8/usysattn.8%{?ext_man}
-%{_mandir}/man8/usysfault.8%{?ext_man}
-%{_mandir}/man8/usysident.8%{?ext_man}
-%{_mandir}/man8/opal-dump-parse.8%{?ext_man}
-%{_mandir}/man8/opal-elog-parse.8%{?ext_man}
-%{_mandir}/man8/opal_errd.8%{?ext_man}
+%{_mandir}/man8/*.8%{?ext_man}
 %attr(755,root,root) %{_sysconfdir}/cron.daily/run_diag_encl
 %{_unitdir}/rtas_errd.service
 %{_unitdir}/opal_errd.service

++++++ ppc64-diag-2.7.6.tar.gz -> ppc64-diag-2.7.7.tar.gz ++++++
++++ 61405 lines of diff (skipped)

++++++ ppc64-diag-Directories-should-be-created-executable.patch ++++++
>From ef983afeff4a7679209c92b496e6ad8a3606f9f3 Mon Sep 17 00:00:00 2001
From: Michal Suchanek <msucha...@suse.de>
Date: Thu, 15 Jul 2021 20:34:19 +0200
Subject: [PATCH] Directories should be created executable.

Fixes: 0e06db4bedfc ("Fix build warning")
Signed-off-by: Michal Suchanek <msucha...@suse.de>
---
 ela/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ela/Makefile.am b/ela/Makefile.am
index da759af6f1b2..9dcb81c2f389 100644
--- a/ela/Makefile.am
+++ b/ela/Makefile.am
@@ -62,7 +62,7 @@ clean-local-ela:
 CLEAN_LOCALS += clean-local-ela
 
 install-exec-hook-ela:
-       install -d --mode=655 
$(DESTDIR)/etc/ppc64-diag/message_catalog/with_regex/
+       install -d --mode=755 
$(DESTDIR)/etc/ppc64-diag/message_catalog/with_regex/
        install -D --mode=644 $(CATALOG) 
$(DESTDIR)/etc/ppc64-diag/message_catalog/
        install -D --mode=644 $(CATALOG_REGEX) \
                $(DESTDIR)/etc/ppc64-diag/message_catalog/with_regex/
-- 
2.26.2

Reply via email to