2013-04-25 13:28:12 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2014-03-29 03:28:22 +00:00
|
|
|
set -eu
|
|
|
|
set -o pipefail
|
|
|
|
|
2013-04-25 13:28:12 +00:00
|
|
|
# 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
|