Accepting request 521494 from home:NMoreyChaisemartin:branches:science:HPC

- Update _service file to allow auto updates from github

OBS-URL: https://build.opensuse.org/request/show/521494
OBS-URL: https://build.opensuse.org/package/show/science:HPC/opa-ff?expand=0&rev=28
This commit is contained in:
Nicolas Morey-Chaisemartin
2017-09-06 07:17:54 +00:00
committed by Git OBS Bridge
parent 6daa301bc9
commit 86cdf33ec1
5 changed files with 15 additions and 6 deletions

View File

@@ -16,6 +16,8 @@
#
%define git_ver .0.197.0.4cf2934
%define pseudo_opt %{_prefix}/lib/opa-ff/
%define opasysconfdir %{_sysconfdir}/opa/sysconfig
Name: opa-ff
@@ -25,7 +27,7 @@ Summary: Intel Omni-Path basic tools and libraries for fabric managment
License: BSD-3-Clause or GPL-2.0
Group: System/Libraries
Url: http://www.intel.com/
Source: opa-ff-%{version}.tar.gz
Source0: %{name}-%{version}%{git_ver}.tar.gz
Source1: opa-ff.rpmlintrc
Patch1: opa-ff-add-shebang-for-exp-files.patch
Patch2: opa-ff-suse-build-fixes.patch
@@ -86,7 +88,7 @@ This package contains the include files and libraries
required to develop programs for the opa-address-resolution package.
%prep
%setup -q -n opa-ff-%{version}
%setup -q -n %{name}-%{version}%{git_ver}
%patch1
%patch2
%patch3