Bug 543913
| Summary: | Can you add build for EL-4, please | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Pavel Lisý <pavel.lisy> |
| Component: | ldapvi | Assignee: | Matěj Cepl <mcepl> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | mcepl |
| Target Milestone: | --- | Flags: | kevin:
fedora-cvs+
|
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 1.7-10.el4 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-12-31 06:54:37 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
Pavel Lisý
2009-12-03 13:59:22 UTC
Package Change Request ====================== Package Name: ldapvi New Branches: EL-4 Owners: mcepl why not? There will be more fun :) cvs done. (In reply to comment #0) > I've tried mock build from EL5 CVS sources successfully sou it could be easy. Except it isn't ... http://koji.fedoraproject.org/koji/taskinfo?taskID=1857211 (failed scratch build with root.log http://koji.fedoraproject.org/koji/getfile?taskID=1857211&name=root.log). Apparently there is missing popt package in RHEL/EPEL-4. Please file a bug for popt component requesting EPEL-4 build and let me know here its number. Thank you I've wrote about build from EL-5 CVS
error is about "popt-devel"
DEBUG util.py:256: No Package Found for popt-devel
there is non popt-devel package in EL4/5
This was in EL-5, (Version: 1.7, Release: 1%{?dist})
BuildRequires: popt, ...
and build in koji was successful.
Try to use:
%if "%{dist}" == ".el5" || "%{dist}" == ".el4"
BuildRequires: popt
%else
BuildRequires: popt-devel
%endif
ldapvi-1.7-10.el4 has been submitted as an update for Fedora EPEL 4. http://admin.fedoraproject.org/updates/ldapvi-1.7-10.el4 ldapvi-1.7-10.el4 has been pushed to the Fedora EPEL 4 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update ldapvi'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/EL-4/FEDORA-EPEL-2009-0983 ldapvi-1.7-10.el4 has been pushed to the Fedora EPEL 4 stable repository. If problems still persist, please make note of it in this bug report. |