Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

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: opensshAssignee: Tomas Mraz <tmraz>
Status: CLOSED WONTFIX QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: low    
Version: 1.0Keywords: 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:

Description Peter Bieringer 2002-07-17 12:44:19 UTC
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

Comment 1 Tomas Mraz 2005-02-03 15:22:43 UTC
6.x is not supported.