[Bug 226116] Merge Review: mailcap

bugzilla at redhat.com bugzilla at redhat.com
Wed Dec 26 20:11:43 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Merge Review: mailcap


https://bugzilla.redhat.com/show_bug.cgi?id=226116


limb at jcomserv.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|nobody at fedoraproject.org    |limb at jcomserv.net
               Flag|                            |fedora-review?




------- Additional Comments From limb at jcomserv.net  2007-12-26 15:11 EST -------
rpmlint:
SRPM:
mailcap.src:164: W: macro-in-%changelog variables
Macros are expanded in %changelog too, which can in unfortunate cases lead
to the package not building at all, or other subtle unexpected conditions that
affect the build.  Even when that doesn't happen, the expansion results in
possibly "rewriting history" on subsequent package revisions and generally
odd entries eg. in source rpms, which is rarely wanted.  Avoid use of macros
in %changelog altogether, or use two '%'s to escape them, like '%%foo'.

mailcap.src: W: no-url-tag
The URL tag is missing.


RPM:
mailcap.noarch: W: no-url-tag
The URL tag is missing.


These are fixed by changing %variables in 164 to %%variables, and including a
URL tag.  Who is techincally upstream, Red Hat or Fedora?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list