I was troubleshooting build issues earlier today arising from make using .spec 
files with the form:
%prep
%setup -q -n <name>

It no longer recognizes the <name> option i provide it, and proceeds to append 
release numbers; then throws errors when it tries to cd to the wrong folder.

Everything works (again) when i remove the -q
%setup -n <name>

I didnt have this problem using this exact file and macro format for several 
years, but i didn't see any relevant information in the changelogs which would 
indicate different handling is required for providing multiple options. Is this 
a new bug or was there some sort of changelog information I failed to find?


-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/discussions/3707
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/repo-discussions/[email protected]>
_______________________________________________
Rpm-maint mailing list
[email protected]
https://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to