File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 79
79
80
80
# Definitions for backward compatibility with older RPM versions
81
81
82
- ## Ensure % license macro behaves consistently (older RPM will otherwise
83
- ## overwrite %license once it encounters "License:"). Courtesy Jason Tibbitts:
82
+ ## Ensure the license macro behaves consistently (older RPM will otherwise
83
+ ## overwrite it once it encounters "License:"). Courtesy Jason Tibbitts:
84
84
## https://pkgs.fedoraproject.org/cgit/rpms/epel-rpm-macros.git/tree/macros.zzz-epel?h=el6&id=e1adcb77
85
85
%if !%{defined _licensedir}
86
86
%define description %{lua:
Original file line number Diff line number Diff line change @@ -9,7 +9,10 @@ addFilter("mixed-use-of-spaces-and-tabs")
9
9
addFilter("W: only-non-binary-in-usr-lib")
10
10
addFilter("E: hardcoded-library-path in /usr/lib/ocf")
11
11
12
- # Its there but rpmlint can't find it for some reason
12
+ # Common location used to guess systemd presence
13
+ addFilter("E: hardcoded-library-path in /usr/lib/os-release")
14
+
15
+ # It's there but rpmlint can't find it for some reason
13
16
addFilter("no-status-entry /etc/rc.d/init.d/")
14
17
15
18
# We don't want the cluster to start by default
You can’t perform that action at this time.
0 commit comments