[Rpm-maint] [rpm-software-management/rpm] Is "not create a %_sourcedir / %_specdir" really necessary? (#1408)

David Nichols notifications at github.com
Tue Nov 10 12:50:55 UTC 2020


commit a55cb376fa9d9f785081fa13802edc3743a879ca also breaks `rpmbuild -ts` for me - it creates a source RPM with an invalid spec file name:
```
dnichols at manatee:~/src/qore/git/qore$ rpm -ql ~/rpmbuild/SRPMS/qore-0.9.6-1.fc33.src.rpm 
qore-0.9.6.tar.bz2
rpm-tmp.xAdiY8
```

as the code to rename the temporary file `rpm-tmp.zAdiY8` in the output above) was removed in that commit - this of course breaks the SRPMS.

This is how the source RPM looked in f32:
```
dnichols at manatee:~/src/qore/git/qore$ rpm -ql ~/rpmbuild/SRPMS/qore-0.9.6-1.fc32.src.rpm 
qore-0.9.6.tar.bz2
qore.spec
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/1408#issuecomment-724681673
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20201110/0424464e/attachment.html>


More information about the Rpm-maint mailing list