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:
parent
4af437f4e6
commit
516bf187be
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user