Accepting request 521491 from home:NMoreyChaisemartin:branches:science:HPC
- Update _service to allow auto updates from github OBS-URL: https://build.opensuse.org/request/show/521491 OBS-URL: https://build.opensuse.org/package/show/science:HPC/infinipath-psm?expand=0&rev=16
This commit is contained in:
parent
b53980da7f
commit
2b37e7f39f
4
_service
4
_service
@ -5,7 +5,9 @@
|
||||
<param name="package-meta">no</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="filename">infinipath-psm</param>
|
||||
<param name="version">3.3-26_g604758e</param>
|
||||
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="revision">604758e76dc31e68d1de736ccf5ddf16cb22355b</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:332ae028c368c5f60478cac67973f595c77e6855b3e0d8f8b10a07680f93c9bf
|
||||
size 398942
|
BIN
infinipath-psm-3.3.26.604758e.tar.gz
(Stored with Git LFS)
Normal file
BIN
infinipath-psm-3.3.26.604758e.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 5 12:28:30 UTC 2017 - nmoreychaisemartin@suse.com
|
||||
|
||||
- Update _service to allow auto updates from github
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 30 07:24:55 UTC 2017 - nmoreychaisemartin@suse.com
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define my_release -26_g604758e
|
||||
%define git_ver .26.604758e
|
||||
|
||||
Name: infinipath-psm
|
||||
Version: 3.3
|
||||
@ -25,7 +25,7 @@ Summary: QLogic PSM Libraries
|
||||
License: BSD-2-Clause or GPL-2.0
|
||||
Group: Productivity/Networking/System
|
||||
Url: http://www.qlogic.com/
|
||||
Source0: %{name}-%{version}%{my_release}.tar.gz
|
||||
Source0: %{name}-%{version}%{git_ver}.tar.gz
|
||||
Source1: baselibs.conf
|
||||
# PATCH-FIX-UPSTREAM infinipath-psm-cflags.patch pth@suse.de
|
||||
Patch0: infinipath-psm-cflags.patch
|
||||
@ -86,7 +86,7 @@ necessary to implement higher level communications
|
||||
interfaces in parallel environments.
|
||||
|
||||
%prep
|
||||
%setup -q -n infinipath-psm-%{version}%{my_release}
|
||||
%setup -q -n %{name}-%{version}%{git_ver}
|
||||
%patch0
|
||||
%patch1
|
||||
%patch3
|
||||
|
Loading…
Reference in New Issue
Block a user