Accepting request 242748 from home:michal-m:branches:Base:System

- Use package's rpmlintrc files in the second build.

OBS-URL: https://build.opensuse.org/request/show/242748
OBS-URL: https://build.opensuse.org/package/show/Base:System/pesign-obs-integration?expand=0&rev=27
This commit is contained in:
Gary Ching-Pang Lin 2014-07-29 07:17:45 +00:00 committed by Git OBS Bridge
parent 4af437f4e6
commit 516bf187be
2 changed files with 11 additions and 0 deletions

View File

@ -72,6 +72,12 @@ sed "
}
" /usr/lib/rpm/pesign/pesign-repackage.spec.in >"$output/pesign-repackage.spec"
for rpmlintrc in $RPM_SOURCE_DIR/*-rpmlintrc; do
if test -e "$rpmlintrc"; then
cp "$rpmlintrc" "$output/"
fi
done
cd "$RPM_BUILD_ROOT"
args=()
for pattern in $files; do

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 28 14:14:39 UTC 2014 - mmarek@suse.cz
- Use package's rpmlintrc files in the second build.
-------------------------------------------------------------------
Thu Jul 3 14:01:24 UTC 2014 - mmarek@suse.cz