Skip to content

Commit

Permalink
Merge pull request #7 from citynetwork/bugfix/fedora-39-audit
Browse files Browse the repository at this point in the history
Skip auditd update for Fedora 39
  • Loading branch information
noonedeadpunk authored Jul 12, 2024
2 parents f695e90 + a7a1185 commit 2589499
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bugfix-fedora/install.d/00-01-hold-audit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
if [[ ${DIB_RELEASE} -eq 39 ]]; then
install-packages python3-dnf-plugin-versionlock
dnf versionlock add audit
fi
3 changes: 3 additions & 0 deletions bugfix-fedora/install.d/99-01-hold-audit
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
if [[ ${DIB_RELEASE} -eq 39 ]]; then
dnf versionlock delete audit
fi

0 comments on commit 2589499

Please sign in to comment.