Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1154756 - clamav mangles freshclam.conf in %post
Summary: clamav mangles freshclam.conf in %post
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: clamav
Version: el6
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Robert Scheck
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-10-20 16:49 UTC by Orion Poplawski
Modified: 2017-04-13 18:49 UTC (History)
6 users (show)

Fixed In Version: clamav-0.99.2-2.el6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-04-13 18:49:11 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Orion Poplawski 2014-10-20 16:49:54 UTC
Description of problem:

Fresh install of clamav-0.98.4-1.el6.x86_64:

# freshclam
ClamAV update process started at Mon Oct 20 16:33:58 2014
main.cvd is up to date (version: 55, sigs: 2424225, f-level: 60, builder: neo)
WARNING: Can't get information about db.# tz zone descriptions (deprecated version).clamav.net: Name or service not known
...

# grep -F DatabaseMirror /etc/freshclam.conf
#DatabaseMirror db.XY.clamav.net
DatabaseMirror db.# tz zone descriptions (deprecated version).clamav.net
DatabaseMirror db.local.clamav.net

%post has:

ZONES="/usr/share/zoneinfo/zone.tab"
CONFIG="/etc/sysconfig/clock"

if [ -r "$CONFIG" -a -r "$ZONES" ]; then
        source "$CONFIG"
        export CODE="$(grep -E "\b$ZONE\b" "$ZONES" | head -1 | cut -f1 | tr [A-Z] [a-z])"
fi

if [ -z "$CODE" ]; then
        export CODE="local"
fi

/usr/bin/perl -pi -e '
                s|^(DatabaseMirror) database\.clamav\.net$|$1 db.$ENV{"CODE"}.clamav.net\n$1 db.local.clamav.net|;
                s|^(DatabaseMirror) db\.\.clamav\.net$|$1 db.$ENV{"CODE"}.clamav.net\n$1 db.local.clamav.net|;
        ' /etc/freshclam.conf{,.rpmnew} &>/dev/null || :

which is not present in the Fedora package.

Comment 1 Fedora Update System 2017-03-28 20:33:07 UTC
clamav-0.99.2-2.el6 has been submitted as an update to Fedora EPEL 6. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-ef25dca94c

Comment 2 Fedora Update System 2017-03-28 20:33:55 UTC
clamav-0.99.2-2.el5 has been submitted as an update to Fedora EPEL 5. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-53bf560223

Comment 3 Fedora Update System 2017-03-29 18:16:57 UTC
clamav-0.99.2-2.el5 has been pushed to the Fedora EPEL 5 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-53bf560223

Comment 4 Fedora Update System 2017-03-30 01:47:07 UTC
clamav-0.99.2-2.el6 has been pushed to the Fedora EPEL 6 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-ef25dca94c

Comment 5 Fedora Update System 2017-04-13 18:49:11 UTC
clamav-0.99.2-2.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.