Bug 752640

Summary: Remove dependencies Makefile::Parser
Product: [Community] Publican Reporter: Misty Stanley-Jones <misty>
Component: publicanAssignee: Jeff Fearn 🐞 <jfearn>
Status: CLOSED CURRENTRELEASE QA Contact: Ruediger Landmann <rlandman+disabled>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: futureCC: lcarlon, rlandman+disabled
Target Milestone: 3.0   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: 3.0.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-10-31 03:11:08 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:

Description Misty Stanley-Jones 2011-11-10 02:10:03 UTC
ImageMagick and Makefile::Parser are both included for legacy reasons and they make packaging for a new platform non-trivial.

Comment 1 Jeff Fearn 🐞 2011-11-10 02:51:22 UTC
Removed old2new action and associated Makefile deps.

Applied changes to branches/publican-2x and trunk.

Committed revision 1938.

Comment 2 Martin Prpič 2012-04-24 17:15:39 UTC
Verified on Fedora 16!

Previously:

~]$ rpm -q publican
publican-2.8-1.fc15.noarch 
~]$ rpm -qR publican | grep Makefile
perl(Makefile::Parser)  


Now:

~]$ rpm -q publican
publican-3.0-0.fc16.t166.noarch
~]$ rpm -qR publican | grep Makefile
~]$