| Summary: | incorrect use of Requires(pre)? | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Honza Silhan <jsilhan> |
| Component: | bdii | Assignee: | Mattias Ellert <mattias.ellert> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | Laurence.Field, mattias.ellert, steve.traylen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-11 18:12:20 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Honza Silhan
2016-03-18 16:03:24 UTC
There is no Requires(pre) in the bdii.spec: $ grep Requires bdii.spec Requires: openldap-clients Requires: openldap-servers Requires: openldap-servers-overlays Requires: glue-schema >= 2.0.10 Requires(post): chkconfig Requires(post): expect Requires(preun): chkconfig Requires(preun): initscripts Requires(postun): initscripts Requires(post): policycoreutils-python-utils Requires(postun): policycoreutils-python-utils Requires(post): policycoreutils-python Requires(postun): policycoreutils-python Requires(post): policycoreutils Requires(postun): policycoreutils |