SHA256
1
0
forked from pool/openscap
Marcus Meissner 2020-01-12 18:07:15 +00:00 committed by Git OBS Bridge
parent 57e2d03c9f
commit 31b86a44ed
4 changed files with 18 additions and 5 deletions

13
_service Normal file
View File

@ -0,0 +1,13 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/openscap/openscap.git</param>
<param name="scm">git</param>
<param name="revision">maint-1.3</param>
<param name="versionformat">@PARENT_TAG@+git.%cd</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">bz2</param>
</service>
<service mode="disabled" name="set_version"/>
</services>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0624c283f9a6da2cce858d1ccdbd52c6b375b158bd244d3ddc424eaafe63f5ae
size 7951975

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cbd51cdd2580a67188a4544650ad72968cd12992c2aa9a8b1cb32cb35fcc04b1
size 34823568

View File

@ -25,8 +25,8 @@
%define with_bindings 0 %define with_bindings 0
Name: openscap Name: openscap
Version: 1.3.1.20200112 Version: 1.3.1+git.20200110
Release: 1.0 Release: 0
#Source: https://github.com/OpenSCAP/openscap/archive/%{version}.tar.gz #Source: https://github.com/OpenSCAP/openscap/archive/%{version}.tar.gz
# temp snapshot to make it build with new RPM before 1.3.2 # temp snapshot to make it build with new RPM before 1.3.2
Source: openscap-%version.tar.bz2 Source: openscap-%version.tar.bz2