testsuite: require initscripts

Related: rhbz#1679967
This commit is contained in:
Pavel Raiskup 2019-02-22 12:21:28 +01:00
commit d19a479277

View file

@ -57,6 +57,8 @@ $(METADATA): Makefile
@echo "Requires: postgresql" >> $(METADATA)
@echo "Requires: postgresql-server" >> $(METADATA)
@echo "Requires: *postgresql-test" >> $(METADATA)
# rhbz#1679967
@echo "Requires: initscripts" >> $(METADATA)
# RHEL4 needs this to hack around selinux denial in testdir
@echo "Requires: selinux-policy-targeted-sources" >> $(METADATA)
@echo "Priority: Normal" >> $(METADATA)