mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -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:
parent
93ce2a5dfd
commit
3597c34593
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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user