Hello community,

here is the log from the commit of package rshim.14201 for 
openSUSE:Leap:15.2:Update checked in at 2020-10-29 12:23:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2:Update/rshim.14201 (Old)
 and      /work/SRC/openSUSE:Leap:15.2:Update/.rshim.14201.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rshim.14201"

Thu Oct 29 12:23:21 2020 rev:1 rq:837176 version:2.0.4.15

Changes:
--------
New Changes file:

--- /dev/null   2020-10-22 01:51:33.322291705 +0200
+++ /work/SRC/openSUSE:Leap:15.2:Update/.rshim.14201.new.3463/rshim.changes     
2020-10-29 12:23:21.617179489 +0100
@@ -0,0 +1,10 @@
+-------------------------------------------------------------------
+Wed Jun 10 10:56:05 UTC 2020 - Matthias Brugger <mbrug...@suse.com>
+
+- add _service file
+- update to latest version
+
+-------------------------------------------------------------------
+Mon Apr 27 13:45:32 UTC 2020 - Matthias Brugger <mbrug...@suse.com>
+
+- add version 2.0.4

New:
----
  _service
  rshim-2.0.4.15.tar
  rshim.changes
  rshim.spec

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

Other differences:
------------------
++++++ rshim.spec ++++++
#
# spec file for package rshim
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2019 Mellanox Technologies. All Rights Reserved.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:           rshim
Version:        2.0.4.15
Release:        0
Summary:        User-space driver for Mellanox BlueField SoC
License:        GPL-2.0-only
Group:          System/Management
URL:            https://github.com/mellanox/rshim-user-space
Source0:        %{name}-%{version}.tar
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  fuse-devel
BuildRequires:  pciutils-devel
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(libusb-1.0)

%description
This is the user-space driver to access the BlueField SoC via the rshim
interface. It provides ways to push boot stream, debug the target or login
via the virtual console or network interface.

%prep
%setup -q

%build
./bootstrap.sh
%configure
%make_build

%install
%make_install -C src INSTALL_DIR="%{buildroot}%{_sbindir}"
install -d %{buildroot}%{_unitdir}
install -m 0644 rshim.service %{buildroot}%{_unitdir}
install -d %{buildroot}%{_mandir}/man8
install -m 0644 man/rshim.8 %{buildroot}%{_mandir}/man8

%files
%license LICENSE
%doc README.md
%{_unitdir}/rshim.service
%{_sbindir}/rshim
%{_mandir}/man8/rshim.8%{?ext_man}

%changelog
++++++ _service ++++++
<!-- See https://en.opensuse.org/openSUSE:Build_Service_Concept_SourceService 
-->
<!-- for more details on the syntax -->

<services>
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param 
name="url">https://github.com/Mellanox/rshim-user-space.git</param>
                <param name="filename">rshim</param>
                <param name="versionrewrite-pattern">rshim(.*)</param>
                <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@</param>
        </service>
</services>

Reply via email to