forked from pool/post-build-checks
- switch to _service file to avoid silent tar updates
OBS-URL: https://build.opensuse.org/package/show/Base:System/post-build-checks?expand=0&rev=87
This commit is contained in:
parent
778417472c
commit
8a73925ea2
13
_service
Normal file
13
_service
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<services>
|
||||||
|
<service name="tar_scm" mode="disabled">
|
||||||
|
<param name="version">13.2</param>
|
||||||
|
<param name="versionformat">13.2+git%cd.%h</param>
|
||||||
|
<param name="url">git://github.com/openSUSE/post-build-checks.git</param>
|
||||||
|
<param name="scm">git</param>
|
||||||
|
</service>
|
||||||
|
<service name="recompress" mode="disabled">
|
||||||
|
<param name="compression">xz</param>
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
</service>
|
||||||
|
<service name="set_version" mode="disabled"/>
|
||||||
|
</services>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8b0e57e9dd6c98c7931f4969f07a5b1063636b3751284622899419f57ac4c751
|
|
||||||
size 36119
|
|
3
post-build-checks-13.2+git20131209.3ee7eba.tar.xz
Normal file
3
post-build-checks-13.2+git20131209.3ee7eba.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b0bbbae40678dc86fa369e6cbfecdbadead795907518941fb08272f0ccc37dcf
|
||||||
|
size 35256
|
@ -1,8 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 7 20:11:44 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
- switch to _service file to avoid silent tar updates
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 7 16:15:28 UTC 2014 - coolo@suse.com
|
Tue Jan 7 16:15:28 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
- remove mounting and unmounting of /proc - build handles it
|
- remove mounting and unmounting of /proc - build handles it
|
||||||
- V 1.1
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 9 15:41:16 UTC 2013 - ro@suse.com
|
Mon Dec 9 15:41:16 UTC 2013 - ro@suse.com
|
||||||
|
@ -20,7 +20,7 @@ Name: post-build-checks
|
|||||||
Summary: post checks for build after rpms have been created
|
Summary: post checks for build after rpms have been created
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Version: 1.1
|
Version: 13.2+git20131209.3ee7eba
|
||||||
Release: 0
|
Release: 0
|
||||||
PreReq: aaa_base permissions sed
|
PreReq: aaa_base permissions sed
|
||||||
Requires: aaa_base-malloccheck
|
Requires: aaa_base-malloccheck
|
||||||
@ -31,10 +31,9 @@ Url: https://github.com/openSUSE/post-build-checks
|
|||||||
# for inclusion in the git repo!
|
# for inclusion in the git repo!
|
||||||
#
|
#
|
||||||
# git clone https://github.com/openSUSE/post-build-checks.git
|
# git clone https://github.com/openSUSE/post-build-checks.git
|
||||||
# cd post-build-checks
|
# osc service dr
|
||||||
# make package
|
|
||||||
#
|
#
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.xz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user