From 40e23fec85008ab870407f5c59ae2d66a0226de5 Mon Sep 17 00:00:00 2001 From: "biao716.wang" Date: Wed, 28 Aug 2019 17:04:12 +0800 Subject: [PATCH] revert change about copylinkedpackages option Change-Id: I0e9ba6be10becd7cc322c01ae124ebdf831c1101 --- Build.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Build.pm b/Build.pm index bac8c60..de1c778 100644 --- a/Build.pm +++ b/Build.pm @@ -348,6 +348,8 @@ sub read_config { } } elsif ($l0 eq 'rpmbuildstage:') { # use the rpmbuild --stage option $config->{'rpmbuildstage'} = $l[0]; + } elsif ($l0 eq 'copylinkedpackages:') { # to enable the RPM compariton tool for prerelease projects + # Since it is not used in build package, do nothing. } elsif ($l0 eq 'singleexport:') { $config->{'singleexport'} = $l[0]; # avoid to export multiple package container in maintenance_release projects } elsif ($l0 !~ /^[#%]/) { -- 2.7.4