solenv/bin/modules/installer/epmfile.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0e23e35e626772091710eb8552f8ca63b2dd1fe7 Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Sat Jul 13 08:02:27 2019 +0200 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Sat Jul 13 08:02:27 2019 +0200 use packagerevision for rpm, too Change-Id: I8e1431e8db870c2782f22f8450b97cef180f1e33 diff --git a/solenv/bin/modules/installer/epmfile.pm b/solenv/bin/modules/installer/epmfile.pm index eabab4cd05ae..e07e8339c689 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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits