Bug 771025
Summary: | clamd-0.97.3-2.el6 breaks clamd init script | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | Milan Kerslager <milan.kerslager> | ||||
Component: | clamav | Assignee: | Steven Pritchard <steve> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | el6 | CC: | janfrode, jan.kratochvil, nb, philipp, redhat-bugzilla, steve | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | clamav-0.97.3-3.el6 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2012-01-17 17:56:29 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Milan Kerslager
2011-12-31 09:26:58 UTC
clamav-0.97.3-3.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/clamav-0.97.3-3.el6 clamav-0.97.3-3.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/clamav-0.97.3-3.el5 Sorry, that was not intended. I didn't notice that change when I applied the patches included in -2. I've re-built the previous version as 0.97.3-2. re-built the previous version as 0.97.3-3 I mean. (In reply to comment #0) > Latest update (clamd-0.97.3-2.el6) changed the name of initscript from clamd to > clamav. The new script has not been addes to the list of init scripts too > (chkconfig --add clamav). Actually, the original .spec was confusing to begin with: Source1: clamav.init ... install -Dp -m0755 %{SOURCE1} %{buildroot}%{_initrddir}/clamd which begs the question, "why wasn't the source file just called "clamd.init" to begin with and avoid confusion? > > This change beraks running systems because after reboot, the daemon will not be > running. No, that breaks for a different reason... You need to explicitly do a: chkconfig clamd on to explicitly enable the service. > This is worthless change in stable feed... Created attachment 550216 [details]
Redux of earlier patch
Found the regression and fixed it: the init script was being installed into the wrong name.
This patch makes 3 changes:
* break out the embedded files from the .spec file directly into the SCM;
* put the clamd-wrapper script into the correct (sub)package;
* deprecate the clamd-wrapper tarball.
Package clamav-0.97.3-3.el5: * should fix your issue, * was pushed to the Fedora EPEL 5 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing clamav-0.97.3-3.el5' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-0005/clamav-0.97.3-3.el5 then log in and leave karma (feedback). clamav-0.97.3-3.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. clamav-0.97.3-3.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. (In reply to comment #6) > Created attachment 550216 [details] > Redux of earlier patch > > Found the regression and fixed it: the init script was being installed into the > wrong name. > > This patch makes 3 changes: > > * break out the embedded files from the .spec file directly into the SCM; > > * put the clamd-wrapper script into the correct (sub)package; > > * deprecate the clamd-wrapper tarball. Wow, not even a comment acknowledging that a patch that addresses the issue had been attached? |