Bug 237458

Summary: RPM_BUILDROOT
Product: [Fedora] Fedora Reporter: Florian La Roche <laroche>
Component: fedora-logosAssignee: David Zeuthen <davidz>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: mclasen
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-04-23 13:36:39 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 Florian La Roche 2007-04-23 11:28:19 UTC
Description of problem:

fedora-logos refers to RPM_BUILD_ROOT within the post script, but that
is never set within rpm. Just delete those parts of the .spec file:

%post
touch --no-create $RPM_BUILD_ROOT%{_datadir}/icons/hicolor || :
touch --no-create $RPM_BUILD_ROOT%{_datadir}/icons/Bluecurve || :
touch --no-create $RPM_BUILD_ROOT%{_datadir}/icons/Fedora || :
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  gtk-update-icon-cache --quiet $RPM_BUILD_ROOT%{_datadir}/icons/hicolor || :
  gtk-update-icon-cache --quiet $RPM_BUILD_ROOT%{_datadir}/icons/Bluecurve || :
  gtk-update-icon-cache --quiet $RPM_BUILD_ROOT%{_datadir}/icons/Fedora || :
fi





Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Matthias Clasen 2007-04-23 13:36:39 UTC
Fixed last night.