Bug 873893
| Summary: | Building RPM via "publican package" fails | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Adam D. <adam820> | ||||
| Component: | publican | Assignee: | Ruediger Landmann <rlandman> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 18 | CC: | mmcallis, rlandman, sbaird | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-09-06 04:46:13 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Adam D.
2012-11-06 22:25:26 UTC
I am experiencing this also on F18. http://pastebin.com/raw.php?i=UmW1gRyt There's a workaround described here: https://www.redhat.com/archives/publican-list/2013-January/msg00013.html I edited my /usr/share/publican/xsl/web-spec.xsl and added <xsl:text> </xsl:text> on line 67 right above the abstract which fixed the issue. Created attachment 703267 [details]
modified web-spec.xsl
I discovered I needed another <xsl:text> </xsl:text> right before this line (line 35): <xsl:if test="$brand != 'publican-common'">BuildRequires: <xsl:value-of select="$brand"/></xsl:if> otherwise the spec file came out like this: Requires: publican >= 3.0BuildRequires: publican-redhat-engservices ie, with a line break missing. |