little testsuite for alternatives subsystem
Note: currently all these tests use old config format (for backward compatibility testing)

1. ordinal alernatives:
	variant1.spec
	variant2.spec

2. altenatives with slaves:
	slave_variant1.spec
	slave_variant2.spec
	slave_variant3.spec

3. upgrade from old alternatives (Debian's update-alternatives) to new:
	update-1.spec
	update-2.spec

4. test for common package feature.
    Comment: you can place database to common package and call update/remove in
    subpackages (use can also use update in %postun instead of remove in %preun)
        common.spec

5. update to new package
	new_update-1.spec
	new_update-2.spec

6. update from package without alternatives to package with alternatives:
	none_update-1.spec
	none_update-2.spec

7. update from package with alternatives to package without alternatives:
	reverse_update-1.spec
	reverse_update-2.spec

8. nested slaves:
	nested_slaves1.spec
	nested_slaves2.spec

9. alternative in alternative directory:
	foobarbaz1.spec
	foobarbaz2.spec

10. Cunning spec. new new version of package alternative has minor weight.
    Problem is in rpm upgrade algorithm: first install new files, then remove old.
    You can find a solution of this problem here:
	cummulative-both-1.spec
	cummulative-both-2.spec
