| Summary: | unexpanded systemd-macros in rpm-scriptlets | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ralf Corsepius <rc040203> |
| Component: | awstats | Assignee: | Ralf Corsepius <rc040203> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 20 | CC: | plautrba, rpm |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | awstats-7.1.1-5.fc20 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-11-10 06:19:04 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
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. |
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.