Bug 723525

Summary: rpm package doesn't provide rpmspec, but requires it
Product: [Fedora] Fedora Reporter: Petr Schindler <pschindl>
Component: rpmAssignee: Panu Matilainen <pmatilai>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: ffesti, jnovy, kparal, pmatilai
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-22 08:54:44 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 Petr Schindler 2011-07-20 13:01:12 UTC
Description of problem:
rpm has option --specfile, which calls /usr/bin/rpmspec. But rpmspec is not provided by rpm package. Rpmspec seems to be new in fedora 15 and it looks like packaging problem. rpm-build provides rpmspec, after installation of rpm-build it works well

before rpm-build installation:
# rpm -q --specfile autoqa.spec 
rpm: autoqa.spec: No such file or directory

after:
# rpm -q --specfile autoqa.spec 
autoqa-0.5.1-1.fc15.noarch


Version-Release number of selected component (if applicable):
rpm-4.9.0-9.fc15.x86_64
rpm-build-4.9.0-9.fc15.x86_64

Comment 1 Panu Matilainen 2011-07-22 08:54:44 UTC

*** This bug has been marked as a duplicate of bug 710267 ***