[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - solenv/bin
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Tue Sep 24 08:23:58 UTC 2019
solenv/bin/modules/installer/epmfile.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9e3e639d9cad23b3024984dae20d0b162815b9cb
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Sat Jul 13 08:02:27 2019 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Tue Sep 24 10:22:53 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 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
More information about the Libreoffice-commits
mailing list