mirror of
https://github.com/ansible/awx.git
synced 2026-01-31 17:18:59 -03:30
Rename .te filename to reflect selinux policy name
https://patchwork.kernel.org/patch/8784071/ While renaming the policy would have been a “cleaner” solution, this would create a scenario where our setup playbooks would need to check for the policy by it’s old name before installing the new one. Updating the filename to reflect the policy name is the least invasive and risky change.
This commit is contained in:
2
Makefile
2
Makefile
@@ -689,7 +689,7 @@ rpm-build:
|
||||
|
||||
rpm-build/$(SDIST_TAR_FILE): rpm-build dist/$(SDIST_TAR_FILE)
|
||||
cp packaging/rpm/$(NAME).spec rpm-build/
|
||||
cp packaging/rpm/$(NAME).te rpm-build/
|
||||
cp packaging/rpm/tower.te rpm-build/
|
||||
cp packaging/rpm/$(NAME).sysconfig rpm-build/
|
||||
cp packaging/remove_tower_source.py rpm-build/
|
||||
cp packaging/bytecompile.sh rpm-build/
|
||||
|
||||
Reference in New Issue
Block a user