[Rpm-maint] [rpm-software-management/rpm] RPM does not de-duplicate Requires (#671)
Igor Gnatenko
notifications at github.com
Wed Apr 17 11:40:44 UTC 2019
```
⋊> ~/P/f/r/meson on master ⨯ rpm -qpR /home/brain/Projects/fedora/rpms/meson/noarch/meson-0.50.1-1.fc31.noarch.rpm | wc -l 13:39:52
10
⋊> ~/P/f/r/meson on master ⨯ rpm -qpR /home/brain/Projects/fedora/rpms/meson/noarch/meson-0.50.1-1.fc31.noarch.rpm | sort -u | wc -l 13:39:58
9
```
```
⋊> ~/P/f/r/meson on master ⨯ rpm -qpR /home/brain/Projects/fedora/rpms/meson/noarch/meson-0.50.1-1.fc31.noarch.rpm | grep setuptools 13:39:59
python3.7dist(setuptools)
python3.7dist(setuptools)
```
One is generated by dependency generator and one is specified manually. I think RPM should automatically merge them.
--
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/671
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190417/ac03db36/attachment.html>
More information about the Rpm-maint
mailing list