Created attachment 709854 [details] updated web-spec Description of problem: web-spec.xml is missing whitespace in the BuildRequires and %post sections. This causes issues when using a brand other than common. The missing \n in BuildRequires prevents packages from being built. The missing space chars in %post prevent web_product_label from being overridden in publican.cfg Version-Release number of selected component (if applicable): publican-3.1.3-1.fc18.noarch How reproducible: Steps to Reproduce: 1. Create a book with a different brand (eg. brand: RedHat) 2. Build an rpm (publican package --binary) 3. Install to a publican website Actual results: Package creation fails. Expected results: Additional info: I have attached a version of the web-spec.xsl that works. This web-spec includes the changes made by lnewson to fix the build issue (BuildRequires).
Created attachment 709857 [details] web-home-spec.xsl patch
Fixed in 3.1.5-1, now in testing for F17 and F18