rpmlint icon indicating copy to clipboard operation
rpmlint copied to clipboard

missing-dependency-on in devel package not considering %release

Open brianjmurrell opened this issue 2 years ago • 2 comments

I get the following warning:

dpdk-devel.x86_64: W: missing-dependency-on dpdk*/dpdk-libs/libdpdk* = 0:21.11.1

But dpdk-devel has:

$ rpm -q --requires -p dpdk-devel-21.11.1-1.el8.x86_64.rpm 
dpdk(x86-64) = 0:21.11.1-1.el8

which you can see includes %release in it's version. Should rpmlint allow for this or is it wrong to include the %release?

brianjmurrell avatar Jun 02 '22 19:06 brianjmurrell

Please upload me the RPM file (as zip directly here to this Issue).

marxin avatar Jun 15 '22 09:06 marxin

May I please remind you this?

marxin avatar Jul 14 '22 12:07 marxin

RPMs are available in the repository, you can simply use dnf download. Here is a different example:

$ dnf download xrootd-devel.x86_64 Senaste kontroll av utgång av metadata: för 0:03:01 sedan den lör 25 mar 2023 09:23:45. xrootd-devel-5.5.3-1.fc37.x86_64.rpm 1.1 MB/s | 130 kB 00:00

$ rpmlint xrootd-devel-5.5.3-1.fc37.x86_64.rpm | grep missing-dep xrootd-devel.x86_64: W: missing-dependency-on xrootd*/xrootd-libs/libxrootd* = 1:5.5.3

$ rpm -q --requires -p ./xrootd-devel-5.5.3-1.fc37.x86_64.rpm | grep xrootd-libs xrootd-libs(x86-64) = 1:5.5.3-1.fc37

ellert avatar Mar 25 '23 08:03 ellert

$ dnf download xrootd-devel.x86_64 Senaste kontroll av utgång av metadata: för 0:03:01 sedan den lör 25 mar 2023 09:23:45. xrootd-devel-5.5.3-1.fc37.x86_64.rpm 1.1 MB/s | 130 kB 00:00

$ dnf download xrootd-devel.x86_64
allow_vendor_change is disabled. This option is currently not supported for downgrade and distro-sync commands
No package xrootd-devel.x86_64 available.
Exiting due to strict setting.
Error: No package xrootd-devel.x86_64 available.

Note I'm not a Fedora guy, so please provide a HTTP URL or so. Thanks.

marxin avatar Mar 27 '23 08:03 marxin

Download directly from koji.

https://kojipkgs.fedoraproject.org//packages/xrootd/5.5.4/1.fc37/x86_64/xrootd-devel-5.5.4-1.fc37.x86_64.rpm

ellert avatar Mar 27 '23 14:03 ellert