Bug 2079127

Summary: rpm 4.18.0-0.alpha1.4.fc37 breaks %autosetup -v
Product: [Fedora] Fedora Reporter: Orion Poplawski <orion>
Component: rpmAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: igor.raits, mizdebsk, mjw, packaging-team-maint, pmatilai, pmoravco, vmukhame
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-04-27 07:11:25 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Orion Poplawski 2022-04-27 03:03:43 UTC
Description of problem:

%autosetup -n jquery-%{version} -v -p1

seems to expand (partly) to:

+ /usr/lib/rpm/rpmuncompress -x -v/builddir/build/SOURCES/jquery-3.6.0.tar.gz
rpmuncompress: -v/builddir/build/SOURCES/jquery-3.6.0.tar.gz: unknown option

Version-Release number of selected component (if applicable):
4.18.0-0.alpha1.4.fc37

https://koschei.fedoraproject.org/package/js-jquery?collection=f37

Comment 1 Mikolaj Izdebski 2022-04-27 05:59:40 UTC
This issue also affects %setup without -q
Workaround is to use quiet mode - %setup -q or %autosetup without -v
I've submitted proposed patch upstream: https://github.com/rpm-software-management/rpm/pull/2039

Comment 2 Panu Matilainen 2022-04-27 07:11:25 UTC
Fixed in rpm-4.18.0-0.alpha1.5.fc37, thanks for the report and the patch!