-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Packit: fix build issues #238
Conversation
Let me make sure that things work when the version is changed. The |
@rhatdan ok we're past the packit config errors, the rpm build fails at:
EDIT: This seems to be centos 9 only. |
Yup this is a case where watch is not available for older selinux-policies. |
watch and watch_reads. |
will do .. |
6ac17df
to
fdf8b2a
Compare
i merged a commit for ghosting /var/lib/* which undid the spec file selinux-user changes. Adding them back again here. |
2507734
to
c417ba0
Compare
@rhatdan would be good to cut a new release after this and verify that fedora downstream process works as expected with packit. |
whoops tests failed. looking .. |
@rhatdan podman selinux system tests need to be updated. |
The system tests are run against the podman built from main branch, so it would be ideal to fix podman upstream, then have the tests succeed here before merge. EDIT: We should get that change cherry-picked to the v4.5 upstream branch and all other branches that would require the new container-selinux. |
A prior merge of 5802ca2 undid some changes for the `install.selinux-user` target in rpm/spec. This commit also fixes that. Signed-off-by: Lokesh Mandvekar <[email protected]>
Might need containers/podman#18439 for the tests to pass. If these are the only breakage, then I think we should merge and cut a new release. |
let's merge after the build tests pass. |
A prior merge of 5802ca2
undid some changes for the
install.selinux-user
target in rpm/spec.This commit also fixes that.