File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,10 @@ Prefix: /etc
15
15
# Force older/more compatible payload compression and digest versions
16
16
%define _binary_filedigest 1
17
17
%define _binary_payload w9.gzdio
18
+ %global __python %{__python3}
18
19
19
20
# lcov Perl modules are not intended for use by other packages
20
- %define __requires_exclude ^perl\\(lcovutil\\)$
21
+ %define __requires_exclude ^perl\\(lcovutil\\)$|^perl\\((criteria)\\)$|^perl\\((annotateutil)\\)$|^perl\\((gitblame)\\)$|^perl\\((gitversion)\\)$|^perl\\((p4annotate)\\)
21
22
%define __provides_exclude ^perl.*$
22
23
23
24
%description
@@ -48,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT
48
49
/usr/bin/*
49
50
/usr/lib/*
50
51
/usr/share/man/man* /*
51
- /usr/share/lcov/support-scripts/ *
52
+ /usr/share/lcov/*
52
53
%config /etc/*
53
54
54
55
%changelog
You can’t perform that action at this time.
0 commit comments