Bug 245546 - Typos in spec file
Summary: Typos in spec file
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: nsd
Version: 7
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Paul Wouters
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-06-25 11:32 UTC by Anand Buddhdev
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-07-13 18:49:56 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.