Bug 69041
| Summary: | Spec file don' mentioned a non existing /sbin/nologin on 6.2 systems | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Peter Bieringer <pb> |
| Component: | openssh | Assignee: | Tomas Mraz <tmraz> |
| Status: | CLOSED WONTFIX | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 1.0 | Keywords: | FutureFeature |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-02-03 15:22:43 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: | |||
6.x is not supported. |
Description of problem: because /sbin/nologin isn't included on RHL's 6.2 util-linux-2.10f, a normal rebuilded version of openssh-3.4p1 cannot be installed: # rpm -Fhv openssh-* error: failed dependencies: /sbin/nologin is needed by openssh-3.4p1-1 Diff for spec file which fixes this problem: @@ -41,6 +41,7 @@ %if %{build6x} %define _sysconfdir /etc %define noip6 1 +%define nologin 0 %endif