search for: el7build

Displaying 1 result from an estimated 1 matches for "el7build".

Did you mean: el6build
2020 Sep 08
0
rpm spec:: Requires conditions format :: lower not working
Hi! I'm trying to give a range of versions for a dependency in the form of : Requires: xrootd-server >= 4.1.0 Requires: xrootd-server < 5.0.0 with the already installed package having the versions: [rpmbuild at el7build SPECS]$ rpm -qa --queryformat '%{name} %{version}\n' | grep xrootd | sort xrootd 4.12.2 xrootd-client 4.12.2 xrootd-client-devel 4.12.2 xrootd-client-libs 4.12.2 xrootd-devel 4.12.2 xrootd-libs 4.12.2 xrootd-private-devel 4.12.2 xrootd-selinux 4.12.2 xrootd-server 4.12.2 xrootd-server-deve...