diff options
author | Andras Timar <andras.timar@collabora.com> | 2019-07-13 08:02:27 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-09-24 10:22:53 +0200 |
commit | 9e3e639d9cad23b3024984dae20d0b162815b9cb (patch) | |
tree | 39a09c279b5d5556b9bc81a3baa2847ad6ea2308 /solenv | |
parent | 079cd016408d54d91e6e8bfdafa150d30681bbcb (diff) |
use packagerevision for rpm, too
Change-Id: I8e1431e8db870c2782f22f8450b97cef180f1e33
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/modules/installer/epmfile.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/epmfile.pm b/solenv/bin/modules/installer/epmfile.pm index bc6a76ccf44d..54fe15c29852 100644 --- a/solenv/bin/modules/installer/epmfile.pm +++ b/solenv/bin/modules/installer/epmfile.pm @@ -293,7 +293,7 @@ sub create_epm_header push(@epmheader, $line); $line = "%release" . " " . $installer::globals::packagerevision . "\n"; - if ( $installer::globals::isrpmbuild ) { $line = "%release" . " " . $installer::globals::buildid . "\n"; } + #if ( $installer::globals::isrpmbuild ) { $line = "%release" . " " . $installer::globals::buildid . "\n"; } push(@epmheader, $line); # Description, Copyright and Vendor are multilingual and are defined in |