[Rpm-maint] [rpm-software-management/rpm] Spurious debug output in rpmspec query if a buildsystem is used (Issue #3574)
Panu Matilainen
notifications at github.com
Thu Feb 13 14:40:33 UTC 2025
pmatilai left a comment (rpm-software-management/rpm#3574)
No worries, and you have a point.
I just realized that the random pathname ends up in the parsed spec because that's what parseSpecParts() intentionally adds, making the src.rpm of any spec using Buildsystem non-reproducible:
```
snprintf(spec->fileStack->readBuf, spec->fileStack->readBufLen,
"# Spec part read from %s\n\n", argv[i]);
```
So we can use this ticket to address *that* issue instead.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3574#issuecomment-2656803464
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/issues/3574/2656803464 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20250213/9aa36112/attachment-0001.htm>
More information about the Rpm-maint
mailing list