Fix up the conflict between audit and glibc packages.
Update audit in order to fix up a conflict with a file from the glibc package on a fresh Fedora 18 install. Change-Id: Ib44c8415bce4ec47e21626a697cf426b96a9061a
This commit is contained in:
parent
0a1bf74c32
commit
da7e5b837c
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 New Issue
Block a user