diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-06-26 16:37:06 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-06-26 16:37:06 +0300 |
commit | 5c46ebb7a95f3076ef4ba38a30d4998057c03258 (patch) | |
tree | 0974588540a65219fa8b8232bddd97c5d6155c1f /rpmpopt.in | |
parent | 219917989ab737b145324cea1ee760bc0203426f (diff) | |
download | librpm-tizen-5c46ebb7a95f3076ef4ba38a30d4998057c03258.tar.gz librpm-tizen-5c46ebb7a95f3076ef4ba38a30d4998057c03258.tar.bz2 librpm-tizen-5c46ebb7a95f3076ef4ba38a30d4998057c03258.zip |
Make --info work on large packages too
Diffstat (limited to 'rpmpopt.in')
-rw-r--r-- | rpmpopt.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmpopt.in b/rpmpopt.in index 156e01433..e9d2a485f 100644 --- a/rpmpopt.in +++ b/rpmpopt.in @@ -70,7 +70,7 @@ Version : %-27{VERSION} Vendor: %{VENDOR}\n\ Release : %-27{RELEASE} Build Date: %{BUILDTIME:date}\n\ Install Date: %|INSTALLTIME?{%-27{INSTALLTIME:date}}:{(not installed) }| Build Host: %{BUILDHOST}\n\ Group : %-27{GROUP} Source RPM: %{SOURCERPM}\n\ -Size : %-27{SIZE}%|LICENSE?{ License: %{LICENSE}}|\n\ +Size : %-27{LARGESIZE}%|LICENSE?{ License: %{LICENSE}}|\n\ Signature : %|DSAHEADER?{%{DSAHEADER:pgpsig}}:{%|RSAHEADER?{%{RSAHEADER:pgpsig}}:{%|SIGGPG?{%{SIGGPG:pgpsig}}:{%|SIGPGP?{%{SIGPGP:pgpsig}}:{(none)}|}|}|}|\n\ %|PACKAGER?{Packager : %{PACKAGER}\n}|\ %|URL?{URL : %{URL}\n}|\ |