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