Hello community,

here is the log from the commit of package rasdaemon for openSUSE:Factory 
checked in at 2017-04-12 17:37:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rasdaemon (Old)
 and      /work/SRC/openSUSE:Factory/.rasdaemon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rasdaemon"

Wed Apr 12 17:37:26 2017 rev:4 rq:487045 version:0.5.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/rasdaemon/rasdaemon.changes      2016-06-02 
09:39:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rasdaemon.new/rasdaemon.changes 2017-04-12 
18:21:54.245699318 +0200
@@ -1,0 +2,9 @@
+Mon Apr 10 11:07:39 UTC 2017 - [email protected]
+
+- Switch to _service as fedorahosted is retired
+- Update project url
+- Use macro for systemd dependencies
+- Make building more verbose
+- Install provided labels for dell
+
+-------------------------------------------------------------------

New:
----
  _servicedata

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

Other differences:
------------------
++++++ rasdaemon.spec ++++++
--- /var/tmp/diff_new_pack.ZfCO2L/_old  2017-04-12 18:21:54.805620141 +0200
+++ /var/tmp/diff_new_pack.ZfCO2L/_new  2017-04-12 18:21:54.809619575 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rasdaemon
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,22 +22,17 @@
 Summary:        Utility to receive RAS error tracings
 License:        GPL-2.0
 Group:          Hardware/Other
-Url:            https://git.fedorahosted.org/cgit/rasdaemon.git
-Source:         
https://git.fedorahosted.org/cgit/rasdaemon.git/snapshot/%{name}-%{version}.tar.xz
+Url:            http://git.infradead.org/users/mchehab/rasdaemon.git
+Source:         %{name}-%{version}.tar.xz
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  gcc
 BuildRequires:  gettext-devel
 BuildRequires:  libtool
-BuildRequires:  make
 BuildRequires:  sqlite3-devel
 BuildRequires:  systemd-rpm-macros
 Requires:       dmidecode
 Requires:       perl-DBD-SQLite
-Requires(post): systemd
-Requires(postun): systemd
-Requires(preun): systemd
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%{?systemd_requires}
 
 %description
 rasdaemon is a RAS (Reliability, Availability and Serviceability) logging tool.
@@ -54,15 +49,21 @@
 
 %build
 autoreconf -fvi
-%configure --enable-mce --enable-aer --enable-sqlite3 --enable-extlog 
--enable-abrt-report
-make %{?_smp_mflags}
+%configure \
+  --enable-mce \
+  --enable-aer \
+  --enable-sqlite3 \
+  --enable-extlog \
+  --enable-abrt-report
+make %{?_smp_mflags} V=1
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 install -D -p -m 0644 misc/rasdaemon.service 
%{buildroot}%{_unitdir}/rasdaemon.service
 ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcrasdaemon
 install -D -p -m 0644 misc/ras-mc-ctl.service 
%{buildroot}%{_unitdir}/ras-mc-ctl.service
 ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rcras-mc-ctl
+install -D -p -m 0644 labels/dell 
%{buildroot}%{_sysconfdir}/ras/dimm_labels.d/dell
 rm %{buildroot}%{_includedir}/*.h
 mkdir -p %{buildroot}%{_localstatedir}/lib/rasdaemon
 
@@ -90,6 +91,6 @@
 %dir %{_sysconfdir}/ras
 %dir %{_localstatedir}/lib/rasdaemon
 %ghost %{_localstatedir}/lib/rasdaemon/ras-mc_event.db
-%{_sysconfdir}/ras/dimm_labels.d
+%config %{_sysconfdir}/ras/dimm_labels.d
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ZfCO2L/_old  2017-04-12 18:21:54.841615051 +0200
+++ /var/tmp/diff_new_pack.ZfCO2L/_new  2017-04-12 18:21:54.845614486 +0200
@@ -1,3 +1,15 @@
 <services>
-  <service name="download_files" mode="disabled"/>
+  <service mode="disabled" name="tar_scm">
+    <param 
name="url">git://git.infradead.org/users/mchehab/rasdaemon.git</param>
+    <param name="scm">git</param>
+    <param name="changesgenerate">enable</param>
+    <param name="filename">rasdaemon</param>
+    <param name="revision">refs/tags/v0.5.8</param>
+    <param name="version">0.5.8</param>
+  </service>
+  <service mode="disabled" name="recompress">
+    <param name="file">*.tar</param>
+    <param name="compression">xz</param>
+  </service>
+  <service mode="disabled" name="set_version"/>
 </services>

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">git://git.infradead.org/users/mchehab/rasdaemon.git</param>
              <param 
name="changesrevision">113198d8918272e41a58aa09a7ac7dd1e0435417</param></service></servicedata>++++++
 rasdaemon-0.5.8.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rasdaemon-0.5.8/.gitignore 
new/rasdaemon-0.5.8/.gitignore
--- old/rasdaemon-0.5.8/.gitignore      2016-04-15 12:07:11.000000000 +0200
+++ new/rasdaemon-0.5.8/.gitignore      1970-01-01 01:00:00.000000000 +0100
@@ -1,28 +0,0 @@
-.deps/
-autom4te.cache/
-misc/rasdaemon.spec
-misc/ras-mc-ctl.service
-misc/rasdaemon.service
-Makefile
-Makefile.in
-config.h
-config.h.in
-config.h.in~
-stamp-h1
-aclocal.m4
-config.guess
-config.log
-config.status
-config.sub
-configure
-depcomp
-install-sh
-libtool
-ltmain.sh
-missing
-rasdaemon
-*.o
-*.c~
-*.h~
-rasdaemon-*.tar.bz2
-rasdaemon-*.src.rpm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rasdaemon-0.5.8/libtrace/.gitignore 
new/rasdaemon-0.5.8/libtrace/.gitignore
--- old/rasdaemon-0.5.8/libtrace/.gitignore     2016-04-15 12:07:11.000000000 
+0200
+++ new/rasdaemon-0.5.8/libtrace/.gitignore     1970-01-01 01:00:00.000000000 
+0100
@@ -1,5 +0,0 @@
-Makefile
-Makefile.in
-*.deps
-*.o
-*.a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rasdaemon-0.5.8/m4/.gitignore 
new/rasdaemon-0.5.8/m4/.gitignore
--- old/rasdaemon-0.5.8/m4/.gitignore   2016-04-15 12:07:11.000000000 +0200
+++ new/rasdaemon-0.5.8/m4/.gitignore   1970-01-01 01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-# Autoreconf adds those
-libtool.m4
-lt~obsolete.m4
-ltoptions.m4
-ltsugar.m4
-ltversion.m4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rasdaemon-0.5.8/man/.gitignore 
new/rasdaemon-0.5.8/man/.gitignore
--- old/rasdaemon-0.5.8/man/.gitignore  2016-04-15 12:07:11.000000000 +0200
+++ new/rasdaemon-0.5.8/man/.gitignore  1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-rasdaemon.1
-ras-mc-ctl.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rasdaemon-0.5.8/util/.gitignore 
new/rasdaemon-0.5.8/util/.gitignore
--- old/rasdaemon-0.5.8/util/.gitignore 2016-04-15 12:07:11.000000000 +0200
+++ new/rasdaemon-0.5.8/util/.gitignore 1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-ras-mc-ctl
-


Reply via email to