PATH:
usr
/
lib
/
rpm
/
redhat
#!/usr/bin/sh -efu # Force creating of DSO symlinks. # If using normal root, avoid changing anything. if [ -z "$RPM_BUILD_ROOT" -o "$RPM_BUILD_ROOT" = "/" ]; then exit 0 fi # Create an empty config file for ldconfig to shut up a warning config=$(mktemp -p "$RPM_BUILD_ROOT") /sbin/ldconfig -f $(basename "$config") -N -r "$RPM_BUILD_ROOT" rm -f "$config" # TODO: warn if it created new symlinks and guide people.
[-] brp-python-bytecompile
[edit]
[-] dist.sh
[edit]
[-] gpgverify
[edit]
[-] config.guess
[edit]
[-] brp-ldconfig
[edit]
[-] brp-mangle-shebangs
[edit]
[-] redhat-annobin-cc1
[edit]
[-] find-provides
[edit]
[-] redhat-hardened-ld
[edit]
[-] rpmsort
[edit]
[-] rpmrc
[edit]
[-] redhat-annobin-plugin-select.sh
[edit]
[-] brp-strip-lto
[edit]
[-] redhat-hardened-cc1
[edit]
[-] redhat-hardened-clang.cfg
[edit]
[-] compileall2.py
[edit]
[-] config.sub
[edit]
[-] kmodtool
[edit]
[+]
..
[-] find-requires
[edit]
[-] redhat-annobin-select-gcc-built-plugin
[edit]
[-] brp-fix-pyc-reproducibility
[edit]
[-] macros
[edit]
[-] redhat-annobin-select-annobin-built-plugin
[edit]