Bug 224603

Summary: js-1.5-6: missing dependency + fix file attr
Product: [Fedora] Fedora Reporter: Marius Feraru <altblue>
Component: jsAssignee: Matthias Saou <matthias>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.60-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-02-02 12:46:49 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 Marius Feraru 2007-01-26 16:52:16 UTC
Add missing build dependency:

BuildRequires: libtermcap-devel

Fix perl bindings attr:

a) in %install add:
  %{__chmod} 0755 %{buildroot}%{perl_vendorarch}/auto/JS/*.so

b) or, in %files:
  %attr(0755,root,root) %{perl_vendorarch}/auto/JS

Comment 1 Matthias Saou 2007-02-02 12:46:49 UTC
That build requirement needed to be changed, see bug #226773.
The perl file mode also affected the *.pm files (no u+w...), so I fixed them all.