From a3bd04c62ee00c9c691fbde049e47f881a1db134 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 6 Feb 2013 15:04:23 +0000 Subject: Include %{VCS} in rpm -q --info output When packages are built from a VCS with an automatically-assigned release number, checking the commit ID of an installed package is relatively common and important. --- rpmpopt.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rpmpopt.in b/rpmpopt.in index b3156ad04..92656e270 100644 --- a/rpmpopt.in +++ b/rpmpopt.in @@ -101,6 +101,7 @@ Relocations : %|PREFIXES?{[%{PREFIXES} ]}:{(not relocatable)}|\n\ %|PACKAGER?{Packager : %{PACKAGER}\n}|\ %|VENDOR?{Vendor : %{VENDOR}\n}|\ %|URL?{URL : %{URL}\n}|\ +%|VCS?{VCS : %{VCS}\n}|\ %|BUGURL?{Bug URL : %{BUGURL}\n}|\ Summary : %{SUMMARY}\n\ Description :\n%{DESCRIPTION}\n\ -- cgit v1.2.3