commit pesign-obs-integration for openSUSE:Factory
Hello community, here is the log from the commit of package pesign-obs-integration for openSUSE:Factory checked in at 2017-10-02 16:43:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pesign-obs-integration (Old) and /work/SRC/openSUSE:Factory/.pesign-obs-integration.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "pesign-obs-integration" Mon Oct 2 16:43:16 2017 rev:23 rq:528596 version:10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/pesign-obs-integration/pesign-obs-integration.changes 2017-09-18 19:52:37.490647494 +0200 +++ /work/SRC/openSUSE:Factory/.pesign-obs-integration.new/pesign-obs-integration.changes 2017-10-02 16:43:17.354340698 +0200 @@ -1,0 +2,5 @@ +Sun Sep 24 09:20:31 UTC 2017 - coolo@suse.com + +- escape regexp in pesign-gen-repackage-spec for perl 5.26 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pesign-gen-repackage-spec ++++++ --- /var/tmp/diff_new_pack.89lc5L/_old 2017-10-02 16:43:18.202221490 +0200 +++ /var/tmp/diff_new_pack.89lc5L/_new 2017-10-02 16:43:18.202221490 +0200 @@ -487,7 +487,7 @@ open(my $fh, '<', $cert_subpackage) or die "$cert_subpackage: $!\n"; my $template = <$fh>; close($fh); - $template =~ s/\%{-n\*}/$kmp_basename/g; + $template =~ s/\%\{-n\*}/$kmp_basename/g; $template =~ s/\@CERTS\@/$certs/g; print SPEC $template; }
participants (1)
-
root@hilbert.suse.de