From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020513 Description of problem: rpm --querytags | grep AG_RSA rpm -q --qf "%{NAME} AG_RSA %{AG_RSA}\n" openssl error: incorrect format: unknown tag Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.rpm --querytags | grep AG_RSA 2.rpm -q --qf "%{NAME} AG_RSA %{AG_RSA}\n" openssl 3. Actual Results: error: incorrect format: unknown tag Expected Results: rpm --qf should recognize all tags listed by rpm --querytags This should be in the regression tests. for tag in `rpm --querytags` ; do rpm -q --qf "%{NAME} $tag %{$tag}\n" openssl > /dev/null done Additional info:
Regression tests for --querytags? Surely you jest ... A regex misfired on an automatically generated table. Fixed in rpm-4.1-0.60 when built.