diff --git a/_service b/_service index 510f410..8abe81c 100644 --- a/_service +++ b/_service @@ -5,7 +5,9 @@ no .git opa-ff - 10.4.0 + @PARENT_TAG@.@TAG_OFFSET@.%h + v(.*) + \1 4cf2934fbe186b4a75ec62865dfe9e6ab7cdf287 diff --git a/opa-ff-10.4.0.0.197.0.4cf2934.tar.gz b/opa-ff-10.4.0.0.197.0.4cf2934.tar.gz new file mode 100644 index 0000000..21f8874 --- /dev/null +++ b/opa-ff-10.4.0.0.197.0.4cf2934.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44b13a2a434d5f208f1d408bec38f32b9f45168544a328a6d6110859ded4de1 +size 6303481 diff --git a/opa-ff-10.4.0.tar.gz b/opa-ff-10.4.0.tar.gz deleted file mode 100644 index d8fca47..0000000 --- a/opa-ff-10.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c957a52ee7fedc7b90ad23b976e4fb846122cece228ee37fab80a35474418f0 -size 6302232 diff --git a/opa-ff.changes b/opa-ff.changes index dc168e8..3a1e603 100644 --- a/opa-ff.changes +++ b/opa-ff.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 5 14:26:48 UTC 2017 - nmoreychaisemartin@suse.com + +- Update _service file to allow auto updates from github + ------------------------------------------------------------------- Mon Aug 28 12:01:45 UTC 2017 - nmoreychaisemartin@suse.com diff --git a/opa-ff.spec b/opa-ff.spec index 3c99eb6..4eb8c07 100644 --- a/opa-ff.spec +++ b/opa-ff.spec @@ -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