]> git.proxmox.com Git - mirror_zfs.git/commit
Make sure all necessary RPM path macros are defined
authorLalufu <Lalufu@users.noreply.github.com>
Tue, 16 Jan 2024 21:32:59 +0000 (22:32 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 29 Jan 2024 22:53:29 +0000 (14:53 -0800)
commit424d06a29886603de2e33ec7aaae6607b17819ff
treec085eaf404204fcb3f5805c522784985c15196ca
parent6b64acc157ec713f1e3d0b1980a528e874341e52
Make sure all necessary RPM path macros are defined

When building (s)rpm files through the Makefile, a directory structure
is created in /tmp to hold the various files.

In case the user running the command has overridden some of the RPM path
settings through their user profile (for example in `~/.rpmmacros`),
these paths do not line up with the configuration, and the build fails.

Make sure all paths used are properly defined.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ralf Ertzinger <ralf@skytale.net>
Closes #15756
config/rpm.am