- put dnf-plugins-core and yum-utils into Requires in Makefile (it
is OK to put non-installable package names there?)
- add builddep() handler which accepts package names; this isn't
working with spec file or SRPM file, but only with package names
but it doesn't matter much (we take srpm from repository
anyways, so using source repository for build deps is fine as
well).
- on rhel5/rhel6 is /bin/tar, not /usr/bin/tar; so use /bin/tar
everywhere to keep things simple
- better prepare $HOME for 'tar-testsuite' user on RHEL5
- simplify code by using `yum-builddep` and `rpm -i *srpm`, the
`yum deplist` doesn't seem to work on Fedora now
- run testsuite twice: by 'tar-testsuite' user and 'root' user
(running as root is important to have xattrs fully tested!)
- use `make check` instead of ./testsuite, since we need to build
genfile and other check utilities