Bug 542699

Summary: rainbow built without $RPM_OPT_FLAGS
Product: [Fedora] Fedora Reporter: Ville Skyttä <ville.skytta>
Component: rainbowAssignee: Noah Kantrowitz <noah>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: maburns, michael, noah
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.8.5-2.f13 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-12-01 15:13:51 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:
Bug Depends On:    
Bug Blocks: 496968    

Description Ville Skyttä 2009-11-30 15:39:30 UTC
rainbow 0.8.5-1 is built without $RPM_OPT_FLAGS, thus creating a useless (no sources) debuginfo package and missing compiler security features:

http://kojipkgs.fedoraproject.org/packages/rainbow/0.8.5/1.fc13/data/logs/x86_64/build.log
[...for example...]
cc -std=gnu99 -fPIC -W -Wformat -Wall -Wundef -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wsign-compare -Wmissing-noreturn -Wextra -Wstrict-aliasing=2 -Wunsafe-loop-optimizations -MMD -MP -O3 -c -o nss-rainbow.o nss-rainbow.c

See bug 496968 for more info.

Comment 1 Michael Stone 2009-12-01 02:40:08 UTC
Should be fixed in rainbow-0.8.5-2.f13; please close if satisfied or comment if further remediation is necessary.

Comment 2 Ville Skyttä 2009-12-01 15:13:51 UTC
0.8.5-2.f13 looks better.