da7e5b837c
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
7 lines
221 B
Bash
Executable File
7 lines
221 B
Bash
Executable File
#!/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
|