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@xxxxxxxxxxxx changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|nobody@xxxxxxxxxxxxxxxxx |limb@xxxxxxxxxxxx Flag| |fedora-review? ------- Additional Comments From limb@xxxxxxxxxxxx 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. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review