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

- Accept also rpmlintrc files without any <package>- prefix.

OBS-URL: https://build.opensuse.org/request/show/242969
OBS-URL: https://build.opensuse.org/package/show/Base:System/pesign-obs-integration?expand=0&rev=29
This commit is contained in:
Marcus Meissner 2014-07-30 09:43:53 +00:00 committed by Git OBS Bridge
parent 516bf187be
commit 833c62a58c
2 changed files with 6 additions and 1 deletions

View File

@ -72,7 +72,7 @@ sed "
}
" /usr/lib/rpm/pesign/pesign-repackage.spec.in >"$output/pesign-repackage.spec"
for rpmlintrc in $RPM_SOURCE_DIR/*-rpmlintrc; do
for rpmlintrc in $RPM_SOURCE_DIR/*rpmlintrc; do
if test -e "$rpmlintrc"; then
cp "$rpmlintrc" "$output/"
fi

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 30 09:32:58 UTC 2014 - mmarek@suse.cz
- Accept also rpmlintrc files without any <package>- prefix.
-------------------------------------------------------------------
Mon Jul 28 14:14:39 UTC 2014 - mmarek@suse.cz