Add a test-case for various %files manifest globbing scenarios
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 30 May 2012 10:40:01 +0000 (13:40 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 30 May 2012 10:40:01 +0000 (13:40 +0300)
commit077db96e9da9018787b796b0b566f2489c92fe19
tree7d2ddc4a82a7e6a335c911f1eaf829c6894baaf8
parent6e4e5ebd87ed5b2e237c9929253e3628e82850e9
Add a test-case for various %files manifest globbing scenarios

- In particular (aside from basics working) we're interested in
  the broken symlink behavior: at least glibc and Solaris have
  a weird glob() which doesn't return broken symlinks at all,
  yet we need to be able to package them (and that's why rpm
  carries its own copy of a differently broken, old glibc glob)
- Also test for directory-only match (RhBug:505995 cases)
tests/Makefile.am
tests/data/SPECS/globtest.spec [new file with mode: 0644]
tests/rpmbuild.at