Bug 224156
| Summary: | gimp fails to rebuild on a rawhide system | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Karsten Hopp <karsten> |
| Component: | gimp | Assignee: | Nils Philippsen <nphilipp> |
| Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| 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: | 2007-02-01 13:09:52 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: | |||
|
Description
Karsten Hopp
2007-01-24 14:06:43 UTC
the gimp spec file relies on either %fedora or %redhat being set in the build system which uses modular X for sufficiently high values of either %fedora or %redhat. You can override the automatism by using "--with modular_x" on the rpmbuild command line. Do you think I should change that, so it assumes modular X by default? RHEL-3 is our only release where you still might need to update gimp and build with a monolithic X. All other supported releases have modular X, so I think it's save to set that as default. Just remember to change that for the (unlikely) case that you have to do an gimp erratum for RHEL-3. Well, that's no issue because RHEL-3 has its own spec file which is very different (gimp version 1.2.3) so I won't be tempted to just copy over stuff from Rawhide ;-). I've checked in the changed defaults (lcms would also depend on %fedora or %redhat), but won't build a package with this change as we're bound to have some mass rebuilds at some point. |