Bug 636880

Summary: mkdir command in nss-pam-ldapd.spec needs -m option
Product: [Fedora] Fedora Reporter: Kartik Subbarao <subbarao>
Component: nss-pam-ldapdAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: nalin
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: nss-pam-ldapd-0.7.13-1.fc14 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-08-09 01:22:23 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 Kartik Subbarao 2010-09-23 15:03:06 UTC
Description of problem:

mkdir command in nss-pam-ldapd needs needs '-m' option

Version-Release number of selected component (if applicable):

0.7.8

Additional info:

The following line:

mkdir -p 0755 $RPM_BUILD_ROOT/var/run/nslcd

Should be changed to:

mkdir -p -m 0755 $RPM_BUILD_ROOT/var/run/nslcd

Comment 1 Nalin Dahyabhai 2010-09-23 15:06:05 UTC
Yikes, you're obviously right.

Comment 2 Fedora Update System 2011-07-27 19:47:23 UTC
nss-pam-ldapd-0.7.13-4.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/nss-pam-ldapd-0.7.13-4.fc15

Comment 3 Fedora Update System 2011-07-27 19:47:37 UTC
nss-pam-ldapd-0.7.13-1.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/nss-pam-ldapd-0.7.13-1.fc14

Comment 4 Fedora Update System 2011-07-31 03:42:22 UTC
Package nss-pam-ldapd-0.7.13-1.fc14:
* should fix your issue,
* was pushed to the Fedora 14 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing nss-pam-ldapd-0.7.13-1.fc14'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/nss-pam-ldapd-0.7.13-1.fc14
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2011-08-09 01:22:13 UTC
nss-pam-ldapd-0.7.13-4.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Fedora Update System 2011-08-09 01:23:46 UTC
nss-pam-ldapd-0.7.13-1.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.