Bug 116744
| Summary: | Missing explicit requires for neon-devel... | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dams <anvil> |
| Component: | neon | Assignee: | Joe Orton <jorton> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | anvil |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.24.4-3 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2004-02-25 09:36:30 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 114963 | ||
|
Description
Dams
2004-02-24 20:58:00 UTC
Thanks for the report, I've committed the following for 0.24.4-3:
-BuildPreReq: expat-devel, openssl-devel, zlib-devel, krb5-devel
-BuildPreReq: autoconf, libtool, pkgconfig
+BuildRequires: expat-devel, openssl-devel, zlib-devel, krb5-devel
+BuildRequires: pkgconfig
...
Group: Development/Libraries
-Requires: neon = %{version}
+Requires: neon = %{version}, openssl-devel, zlib-devel
|