Bug 197928

Summary: spec file bug: /%{_bindir}
Product: [Fedora] Fedora Reporter: Ralf Corsepius <rc040203>
Component: bitAssignee: Rick L Vinyard Jr <rvinyard>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: extras-qa
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: 2006-07-07 15:57:15 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 Ralf Corsepius 2006-07-07 13:33:48 UTC
The spec file is still incorrect:


> RCS file: /cvs/extras/rpms/bit/devel/bit.spec,v
> ;'
> -%{__rm} -rf %{buildroot}/usr/bin
> +%{__rm} -rf %{buildroot}/%{_bindir}
        
This should be:
%{__rm} -rf %{buildroot}%{_bindir}
        
Note: %{_bindir}, not /%{_bindir}