Bug 245546

Summary: Typos in spec file
Product: [Fedora] Fedora Reporter: Anand Buddhdev <arb>
Component: nsdAssignee: Paul Wouters <pwouters>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 7   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-07-13 18:49:56 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 Anand Buddhdev 2007-06-25 11:32:05 UTC
This is a very minor bug report, and I'm not sure it even qualifies for a
bugzilla entry, but I'll file it for the sake of completeness.

Lines 33 and 35 of the NSD spec file read:

install -d 0755 %{buildroot}%{_initrddir}
install -d 0700 %{buildroot}%{_localstatedir}/run/%{name}

This causes 2 extraneous directories to be created in the build directory.

They should read:

install -d -m 0755 %{buildroot}%{_initrddir}
install -d -m 0700 %{buildroot}%{_localstatedir}/run/%{name}

This doesn't affect the package build, because the files section of the spec
file sets the permissions correctly. But I'm filing this anyway.

Comment 1 Paul Wouters 2007-07-13 18:50:25 UTC
Thanks, fixed and building now.