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/2656803...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
https://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to