Description of problem: awstats for Fedora >= 20 contains broken rpm-scriptlets, which contain unexpanded systemd-macros: # rpm -q --scripts -p awstats-7.1.1-4.fc20.noarch.rpm postinstall scriptlet (using /bin/sh): if [ $1 -eq 1 ]; then if [ ! -f /etc/awstats/awstats.`hostname`.conf ]; then /usr/bin/cat /etc/awstats/awstats.model.conf | \ /usr/bin/perl -p -e 's|^SiteDomain=.*$|SiteDomain="'`hostname`'"|; s|^HostAliases=.*$|HostAliases="REGEX[^.*'${HOSTNAME//./\\\\.}'\$]"|; ' > /etc/awstats/awstats.`hostname`.conf || : fi fi postuninstall scriptlet (using /bin/sh): %systemd_postun_with_restart httpd.service Additional info: - The cause of this issue is the spec missing a BR: systemd to pull-in the necessary systemd.macros. - These unexpanded systemd macros cause yum update failures, leaving behind duplicate entries in rpmdb.
awstats-7.1.1-5.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/awstats-7.1.1-5.fc20
Package awstats-7.1.1-5.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing awstats-7.1.1-5.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-18842/awstats-7.1.1-5.fc20 then log in and leave karma (feedback).
awstats-7.1.1-5.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.