README.md: update docs, add some questions
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
parent
efa36b601a
commit
9008a32c7d
18
README.md
18
README.md
@ -12,15 +12,12 @@ kernel-srpm-macros:
|
|||||||
specifies a Lua script to generate kmod(MODULE.ko)
|
specifies a Lua script to generate kmod(MODULE.ko)
|
||||||
"Provides:" deps
|
"Provides:" deps
|
||||||
/usr/lib/rpm/macros.d/macros.kernel-srpm
|
/usr/lib/rpm/macros.d/macros.kernel-srpm
|
||||||
?
|
Automatically included by all rpm invocations.
|
||||||
|
Defines %kernel_arches (try rpm --eval '%kernel_arches')
|
||||||
|
Question: what uses this macro? I didn't find any users.
|
||||||
|
|
||||||
kernel-rpm-macros:
|
kernel-rpm-macros:
|
||||||
|
|
||||||
/usr/lib/rpm/redhat/brp-kmod-restore-perms
|
|
||||||
?
|
|
||||||
/usr/lib/rpm/redhat/brp-kmod-set-exec-bit
|
|
||||||
?
|
|
||||||
|
|
||||||
/usr/lib/rpm/redhat/find-provides.ksyms
|
/usr/lib/rpm/redhat/find-provides.ksyms
|
||||||
Runs from rpmbuild at the end of kernel builds and 3rd party module
|
Runs from rpmbuild at the end of kernel builds and 3rd party module
|
||||||
builds, to extract
|
builds, to extract
|
||||||
@ -48,6 +45,7 @@ kernel-rpm-macros:
|
|||||||
modalias(pci:SOMETHING)=OPTIONALLY_VERSION "Provides:" deps from modules
|
modalias(pci:SOMETHING)=OPTIONALLY_VERSION "Provides:" deps from modules
|
||||||
in kernel and 3rd party modules packages.
|
in kernel and 3rd party modules packages.
|
||||||
Takes input list of files on stdin.
|
Takes input list of files on stdin.
|
||||||
|
Question: what uses these deps?
|
||||||
/usr/lib/rpm/fileattrs/modalias.attr
|
/usr/lib/rpm/fileattrs/modalias.attr
|
||||||
For newer rpmbuild with "internal dependency generators",
|
For newer rpmbuild with "internal dependency generators",
|
||||||
this file specifies that modalias.prov should be run
|
this file specifies that modalias.prov should be run
|
||||||
@ -62,9 +60,15 @@ kernel-rpm-macros:
|
|||||||
/usr/lib/rpm/fileattrs/kabi.attr
|
/usr/lib/rpm/fileattrs/kabi.attr
|
||||||
For newer rpmbuild with "internal dependency generators",
|
For newer rpmbuild with "internal dependency generators",
|
||||||
this file specifies that kabi.sh should be run on
|
this file specifies that kabi.sh should be run on
|
||||||
/boot/symvers-* and /lib/modules/XYZ/symvers).gz
|
/boot/symvers-* and /lib/modules/XYZ/symvers.gz
|
||||||
|
|
||||||
/usr/lib/rpm/macros.d/macros.kmp
|
/usr/lib/rpm/macros.d/macros.kmp
|
||||||
|
Automatically included by all rpm invocations.
|
||||||
|
Defines a number of macros.
|
||||||
|
|
||||||
|
/usr/lib/rpm/redhat/brp-kmod-restore-perms
|
||||||
|
?
|
||||||
|
/usr/lib/rpm/redhat/brp-kmod-set-exec-bit
|
||||||
?
|
?
|
||||||
|
|
||||||
/usr/lib/rpm/redhat/kmodtool
|
/usr/lib/rpm/redhat/kmodtool
|
||||||
|
Loading…
Reference in New Issue
Block a user