allhailwesttexas created an issue (rpm-software-management/rpm#3664)
**Describe the bug**
rpmspec has stopped reporting debug packages between 4.19.1.1 and 4.20.0. We
use this output to track which packages are expected to be built from a
specfile, which is now inconsistent between Fedora 40 (4.19.1.1) and Fedora 41
(4.20.0). I have also tried the latest 4.20.1 and it has the same behaviour.
**To Reproduce**
Steps to reproduce the behaviour:
1. Clone a repo with an arch-specific build, such as `python-crc32c`: `git
clone https://src.fedoraproject.org/rpms/python-crc32c`
2. run `rpmspec --queryformat '%{name} %{version}-%{release}\n' --query
python-crc32c.spec --builtrpms`
3. On F40/4.19.1.1, this returns:
```
python3-crc32c 2.7.1-1.fc40
python-crc32c-debuginfo 2.7.1-1.fc40
python-crc32c-debugsource 2.7.1-1.fc40
```
On F41/4.20.0, this returns:
```
python3-crc32c 2.7.1-1.fc41
```
**Expected behavior**
I expect the behaviour in 4.20.0+ to be the same as in 4.19.1.1.
**Environment**
- OS / Distribution: Fedora 40/41/42
- Version 4.19.1.1 / 4.20.0 / 4.20.1
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3664
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/issues/[email protected]>_______________________________________________
Rpm-maint mailing list
[email protected]
https://lists.rpm.org/mailman/listinfo/rpm-maint