Accepting request 213075 from Base:System

- switch to _service file to avoid silent tar updates

- remove mounting and unmounting of /proc - build handles it

OBS-URL: https://build.opensuse.org/request/show/213075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/post-build-checks?expand=0&rev=73
This commit is contained in:
Stephan Kulow 2014-01-08 19:08:21 +00:00 committed by Git OBS Bridge
commit 70f8e0a3eb
5 changed files with 30 additions and 8 deletions

13
_service Normal file
View 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>

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
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
- remove mounting and unmounting of /proc - build handles it
-------------------------------------------------------------------
Mon Dec 9 15:41:16 UTC 2013 - ro@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package post-build-checks
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@ Name: post-build-checks
Summary: post checks for build after rpms have been created
License: GPL-2.0+
Group: Development/Tools/Building
Version: 1.0
Version: 13.2+git20131209.3ee7eba
Release: 0
PreReq: aaa_base permissions sed
Requires: aaa_base-malloccheck
@ -31,10 +31,9 @@ Url: https://github.com/openSUSE/post-build-checks
# for inclusion in the git repo!
#
# git clone https://github.com/openSUSE/post-build-checks.git
# cd post-build-checks
# make package
# osc service dr
#
Source0: %{name}-%{version}.tar.bz2
Source0: %{name}-%{version}.tar.xz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build