Skip to content

Commit 169dd78

Browse files
Arend van Sprielmasahir0y
authored andcommitted
scripts: rpm: make clear that mkspec script contains 4.13 feature
A fix was made in the mkspec script that uses a feature, ie. the OR expression, which requires RPM 4.13. However, the script indicates another minimum version. Lower versions may have success by using the --no-deps option as suggested, but feels like bumping the version to 4.13 is reasonable as it put me on the wrong track at first with RPM 4.11 on my Centos7 machine. Fixes: 02a893b ("kbuild: rpm-pkg: add libelf-devel as alternative for BuildRequires") Signed-off-by: Arend van Spriel <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 0f9c608 commit 169dd78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/package/mkspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
#
33
# Output a simple RPM spec file.
4-
# This version assumes a minimum of RPM 4.0.3.
4+
# This version assumes a minimum of RPM 4.13
55
#
66
# The only gothic bit here is redefining install_post to avoid
77
# stripping the symbols from files in the kernel which we want

0 commit comments

Comments
 (0)