Bug 199286

Summary: Replace hardcoded .fc6 by %{?dist}
Product: [Fedora] Fedora Reporter: Robert Scheck <redhat-bugzilla>
Component: perl-HTML-ParserAssignee: Robin Norwood <robin.norwood>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: perl-devel
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 3.55-2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-11-11 00:50:51 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 Robert Scheck 2006-07-18 17:58:40 UTC
Description of problem:
Please replace hardcoded .fc6 by %{?dist} in the perl-HTML-Parser spec file.

Version-Release number of selected component (if applicable):
perl-HTML-Parser-3.55-1

Expected results:
--- perl-HTML-Parser.spec      2006-07-17 22:29:46.000000000 +0200
+++ perl-HTML-Parser.spec.rsc  2006-07-18 20:05:40.000000000 +0200
@@ -5,7 +5,7 @@
 Summary: Perl module for parsing HTML
 Name: perl-%{real_name}
 Version: 3.55
-Release: 1.fc6
+Release: 1%{?dist}
 License: GPL or Artistic
 Group:  Development/Libraries
 Source: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/%{real_name}-%
{version}.tar.gz

Comment 1 Jason Vas Dias 2006-07-19 22:58:43 UTC
now fixed in CVS