Bug 191932

Summary: nmap Missing BuildRequire on /usr/bin/desktop-file-install
Product: [Fedora] Fedora Reporter: Andreas Thienemann <andreas>
Component: nmapAssignee: Harald Hoyer <harald>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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-05-17 12:27:14 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: 191529    
Attachments:
Description Flags
Patch, adding the missing buildreqs none

Description Andreas Thienemann 2006-05-16 15:01:45 UTC
Package won't build in mock:

If the next command fails -- you cannot use the X front end
test -f nmapfe/nmapfe && ./shtool install  -c -m 755 -s nmapfe/nmapfe
/var/tmp/nmap-root/usr/bin/nmapfe && rm -f /var/tmp/nmap-root/usr/bin/xnmap &&
./shtool mkln -f -s /var/tmp/nmap-root/usr/bin/nmapfe
/var/tmp/nmap-root/usr/bin/xnmap && ./shtool install  -c -m 644 nmapfe.desktop
/var/tmp/nmap-root/usr/share/applications/nmapfe.desktop && ./shtool install  -c
-m 644 docs/nmapfe.1 /var/tmp/nmap-root/usr/share/man/man1/nmapfe.1 && ./shtool
install  -c -m 644 docs/xnmap.1 /var/tmp/nmap-root/usr/share/man/man1/xnmap.1
+ desktop-file-install --vendor nmap --dir
/var/tmp/nmap-root/usr/share/applications --add-category X-Red-Hat-Base
/builddir/build/SOURCES/nmapfe.desktop
/var/tmp/rpm-tmp.92051: line 48: desktop-file-install: command not found
error: Bad exit status from /var/tmp/rpm-tmp.92051 (%install)

Attached is a patch, adding the correct BuildRequirement to make the package build.

Comment 1 Andreas Thienemann 2006-05-16 15:01:46 UTC
Created attachment 129201 [details]
Patch, adding the missing buildreqs