Hello community,

here is the log from the commit of package opa-fm for openSUSE:Factory checked 
in at 2017-06-09 15:57:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opa-fm (Old)
 and      /work/SRC/openSUSE:Factory/.opa-fm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opa-fm"

Fri Jun  9 15:57:08 2017 rev:2 rq:501895 version:10.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/opa-fm/opa-fm.changes    2017-05-20 
10:11:57.338359734 +0200
+++ /work/SRC/openSUSE:Factory/.opa-fm.new/opa-fm.changes       2017-06-09 
15:57:14.881018873 +0200
@@ -1,0 +2,6 @@
+Thu Jun  8 09:58:59 UTC 2017 - [email protected]
+
+- Update to v10.4.0.0.197
+  * No changelog available
+
+-------------------------------------------------------------------

Old:
----
  opa-fm.tar.gz

New:
----
  _service
  opa-fm-10.4.0.tar.gz

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

Other differences:
------------------
++++++ opa-fm.spec ++++++
--- /var/tmp/diff_new_pack.UzS2sV/_old  2017-06-09 15:57:15.756895250 +0200
+++ /var/tmp/diff_new_pack.UzS2sV/_new  2017-06-09 15:57:15.756895250 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package opa-fm
 #
-# 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
@@ -15,26 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define pseudo_opt %{_prefix}/lib/opa-fm
 %define opasysconfdir %{_sysconfdir}/opa/sysconfig
 %define opavarlibdir %{_localstatedir}/usr/lib/opa-fm/
 Name:           opa-fm
-Version:        10.3.1
+Version:        10.4.0
 Release:        0
 Summary:        Intel Omni-Path Fabric Management Software
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
 Url:            http://www.intel.com/
-Source:         opa-fm.tar.gz
+Source:         opa-fm-%{version}.tar.gz
 Source1:        %{name}-rpmlintrc
 Patch1:         0001-Fall-back-to-custom-vendor-if-os_vendor-fails.patch
 Patch2:         opa-fm-use-RPM_OPT_FLAGS.patch
 BuildRequires:  gcc-c++
-BuildRequires:  rdma-core-devel
 BuildRequires:  libexpat-devel
 BuildRequires:  libibmad-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  ncurses-devel
+BuildRequires:  rdma-core-devel
 BuildRequires:  tcl-devel
 BuildRequires:  zlib-devel
 Requires:       infiniband-diags
@@ -49,7 +50,7 @@
 Fabric Executive, and some fabric management tools.
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name}-%{version}
 %patch1 -p1
 %patch2 -p1
 
@@ -65,7 +66,6 @@
 install -d -m0755 %{buildroot}%{opasysconfdir}
 install -d -m0755 %{buildroot}%{opasysconfdir}/opa
 
-
 install -D -m 644 stage.rpm/opafm.service 
%{buildroot}%{_prefix}/lib/systemd/system/opafm.service
 install -D -m 755 stage.rpm/opafmctrl %{buildroot}/%{pseudo_opt}/bin/opafmctrl
 install -D -m 755 stage.rpm/opafmd %{buildroot}/%{pseudo_opt}/bin/opafmd
@@ -75,8 +75,6 @@
 %endif
 
 install -D -m 644 stage.rpm/opafm.xml  %{buildroot}%{opasysconfdir}/opafm.xml
-install -D -m 644 stage.rpm/opafm.info 
%{buildroot}%{opasysconfdir}/opa/opafm.info
-
 install -D stage.rpm/fm_capture %{buildroot}/%{pseudo_opt}/bin/fm_capture
 install -D stage.rpm/fm_cmd %{buildroot}/%{pseudo_opt}/bin/fm_cmd
 install -D stage.rpm/fm_cmdall %{buildroot}/%{pseudo_opt}/bin/fm_cmdall
@@ -90,8 +88,6 @@
 install -D stage.rpm/config_diff 
%{buildroot}/%{pseudo_opt}/%{_sysconfdir}/config_diff
 install -D stage.rpm/config_generate 
%{buildroot}/%{pseudo_opt}/%{_sysconfdir}/config_generate
 install -D stage.rpm/opafm %{buildroot}/%{pseudo_opt}/%{_sysconfdir}/opafm
-install -D -m 644 stage.rpm/opafm.arch 
%{buildroot}/%{pseudo_opt}/%{_sysconfdir}/opafm.arch
-install -D -m 644 stage.rpm/opafm.info 
%{buildroot}/%{pseudo_opt}/%{_sysconfdir}/opafm.info
 if [ -d Esm ]; then
        sub_dir=Esm/
 else
@@ -111,7 +107,7 @@
 ln -s /%{pseudo_opt}/bin/fm_cmdall %{buildroot}%{_sbindir}/opafmcmdall
 ln -s %{pseudo_opt} %{buildroot}/opt/
 ln -s %{opasysconfdir}/opafm.xml  
%{buildroot}%{_sysconfdir}/sysconfig/opafm.xml
-ln -s %{opasysconfdir}/opa/opafm.info  
%{buildroot}%{_sysconfdir}/sysconfig/opa/opafm.info
+ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcopafm
 
 %pre
 %service_add_pre opafm.service
@@ -142,11 +138,11 @@
 
 %{_prefix}/lib/systemd/system/opafm.service
 %config(noreplace) %{_sysconfdir}/sysconfig/opafm.xml
-%{_sysconfdir}/sysconfig/opa/opafm.info
 %{pseudo_opt}/bin/*
 %{pseudo_opt}%{_sysconfdir}/*
 %{pseudo_opt}/runtime/*
 %{_sbindir}/opafmcmd
 %{_sbindir}/opafmcmdall
+%{_sbindir}/rcopafm
 
 %changelog

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="scm">git</param>
    <param name="url">https://github.com/01org/opa-fm.git</param>
    <param name="package-meta">no</param>
    <param name="exclude">.git</param>
    <param name="filename">opa-fm</param>
    <param name="version">10.4.0</param>
    <param name="revision">736bd9dc3e094576d67e286d2e3a534e1dd05588</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">opa-fm*.tar</param>
    <param name="compression">gz</param>
  </service>

</services>

Reply via email to