This commit is contained in:
parent
5edee81325
commit
104d4ff08a
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:906d05c6182c6656d7d9afffc1624c43211770df132087bd521f6fed8f061d46
|
oid sha256:5829cdcd75493772b5910689c85db6fdaaf9680c77fb61416b16fc02ec131089
|
||||||
size 20106
|
size 20256
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package smc-tools
|
# spec file for package smc-tools
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,22 +15,23 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
Name: smc-tools
|
|
||||||
Version: 1.0.0
|
Name: smc-tools
|
||||||
Release: 0
|
Version: 1.0.0
|
||||||
Url: https://www.ibm.com/developerworks/linux/linux390/
|
Release: 0
|
||||||
Summary: Shared Memory Communication via RDMA
|
Url: https://www.ibm.com/developerworks/linux/linux390/
|
||||||
License: EPL-1.0
|
Summary: Shared Memory Communication via RDMA
|
||||||
Group: System/Kernel
|
License: EPL-1.0
|
||||||
Source: %{name}-%{version}.tar.gz
|
Group: System/Kernel
|
||||||
|
Source: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
# aarch64 and ppc64le don't support 32bit applications, so there's no
|
# aarch64 and ppc64le don't support 32bit applications, so there's no
|
||||||
# gcc-32bit package that can be installed
|
# gcc-32bit package that can be installed
|
||||||
%ifarch s390x x86_64
|
%ifarch s390x x86_64
|
||||||
BuildRequires: gcc-32bit
|
BuildRequires: gcc-32bit
|
||||||
%define have_32bit 1
|
%define have_32bit 1
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libnl3-devel
|
BuildRequires: libnl3-devel
|
||||||
|
|
||||||
# While repos other than Factory have 32bit for s390x, Factory does not
|
# While repos other than Factory have 32bit for s390x, Factory does not
|
||||||
%if 0%{?suse_version} == 1330
|
%if 0%{?suse_version} == 1330
|
||||||
|
Loading…
x
Reference in New Issue
Block a user