Commit 6c95f142 authored by Vitaly Lipatov's avatar Vitaly Lipatov

backported to p8 as 1.7.2-alt0.M80P.1 (with rpmbph script)

parent 964e8196
......@@ -36,7 +36,7 @@ query_package_field()
print_binpkgfilelist()
{
local PKGDIR=$1
local PKGNAME=$(basename $2)
local PKGNAME=$(basename "$2")
find "$PKGDIR" ! -name '*\.src\.rpm' -name '*\.rpm' -execdir \
rpmquery -p --qf='%{sourcerpm}\t%{name}-%{version}-%{release}.%{arch}.rpm\n' "{}" \; \
| grep "^$PKGNAME[[:space:]].*" | cut -f2 | xargs -n1 -I "{}" echo -n "$PKGDIR/{} "
......
......@@ -67,7 +67,7 @@ chmod a+x %buildroot%_datadir/%name/{serv-,epm-}*
%_sysconfdir/bash_completion.d/cerv
%changelog
* Wed Apr 20 2016 Vitaly Lipatov <lav@altlinux.ru> 1.7.2-alt0.M80P.1
* Fri Apr 22 2016 Vitaly Lipatov <lav@altlinux.ru> 1.7.2-alt0.M80P.1
- backport to ALTLinux p8 (by rpmbph script)
* Wed Apr 20 2016 Vitaly Lipatov <lav@altlinux.ru> 1.7.2-alt1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment