Bug 962783 - cloc-1.58-3.el6 has wrong autoreq requires for perl(Win32::File)
Summary: cloc-1.58-3.el6 has wrong autoreq requires for perl(Win32::File)
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: cloc
Version: el6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Rick Elrod
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-14 12:46 UTC by Tuomo Soini
Modified: 2013-08-22 00:43 UTC (History)
1 user (show)

Fixed In Version: cloc-1.60-1.fc19
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-05-23 12:28:02 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Tuomo Soini 2013-05-14 12:46:55 UTC
Requirements of cloc include perl(Win32::File)

That is an error in spec

This patch addresses the issue by enabling the filter

diff --git a/cloc.spec b/cloc.spec
index d3c500d..5613e0a 100644
--- a/cloc.spec
+++ b/cloc.spec
@@ -16,6 +16,7 @@ Requires:       perl(Regexp::Common)
 Requires:       perl(Algorithm::Diff)
 # Stop trying to find the optional Win32::File dep.
 %filter_from_requires /perl(Win32::File)/d;
+%filter_setup
 %{?perl_default_filter}
 
 %description

Comment 1 Fedora Update System 2013-05-14 15:15:18 UTC
cloc-1.58-4.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/cloc-1.58-4.fc19

Comment 2 Fedora Update System 2013-05-14 15:38:59 UTC
cloc-1.58-4.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/cloc-1.58-4.fc18

Comment 3 Fedora Update System 2013-05-14 16:36:47 UTC
cloc-1.58-4.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/cloc-1.58-4.el6

Comment 4 Fedora Update System 2013-05-14 17:46:36 UTC
Package cloc-1.58-4.fc19:
* should fix your issue,
* was pushed to the Fedora 19 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing cloc-1.58-4.fc19'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-8151/cloc-1.58-4.fc19
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2013-05-23 12:28:02 UTC
cloc-1.58-4.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Fedora Update System 2013-06-17 19:06:44 UTC
cloc-1.58-4.el6 has been pushed to the Fedora EPEL 6 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2013-08-18 01:35:58 UTC
cloc-1.60-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/cloc-1.60-1.fc19

Comment 8 Fedora Update System 2013-08-22 00:43:03 UTC
cloc-1.60-1.fc19 has been pushed to the Fedora 19 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.