Hallo list, when I run: rpm -q --qf "[%{=NAME} %{REQUIRENAME} %{REQUIREVERSION}\n]" package_name The output is sth like: package version but, I still don't know what is the relation between them: package = version or maybe: package >= version I was trying to find tag or sth. but without any success. Thanks for Your help. Jarek PS. I know I can run: rpm --requires package_name but it's not what I'm looking for. J