Bug 110574
| Summary: | groff should BuildRequires: texinfo, XFree86-devel is needed to build groff-gxditview | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Maxim Dziumanenko <dziumanenko> |
| Component: | groff | Assignee: | Thomas Woerner <twoerner> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Mike McLean <mikem> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-12-18 11:14:23 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: | |||
Triage->Easyfix Will be fixed in the next release. |
Description of problem: 1. makeinfo (from texinfo package) is used during groff build, so groff should BuildRequires: texinfo 2. If groff is built with %{with_xfree86} macro set to 1 (this is default), it requires XFree86-devel to build groff-gxditview. So "BuildRequires: XFree86-devel" needed in "%package gxditview" section. Version-Release number of selected component (if applicable): groff-1.18.1-29 How reproducible: Always Steps to Reproduce: 1.rpm -e texinfo XFree86-devel 2.rpm --rebuild groff-1.18.1-29.src.rpm 3.Wait for build errors Actual results: Expected results: Additional info: