Merge "Fix up the conflict between audit and glibc packages."
This commit is contained in:
commit
90a64d745b
1 changed files with 6 additions and 0 deletions
6
elements/fedora/install.d/00-fedora-fixup-audit
Executable file
6
elements/fedora/install.d/00-fedora-fixup-audit
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# On a fresh Fedora 18 install you might have to update audit in order to
|
||||
# fix a conflict with a file from the glibc package.
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=894307
|
||||
exec install-packages audit
|
Loading…
Reference in a new issue