Closed issue by jirib on void-packages repository https://github.com/void-linux/void-packages/issues/19321 Description: ### System * xuname: ``Void 5.4.17_1 x86_64 GenuineIntel notuptodate rF`` * package: ``ii rpm-4.15.1_2 Red Hat Package Management Utils`` ### Expected behavior I would expect that `rpm --eval '%{_sharedstatedir}'` would return `/var/lib` as it is on CentOS; iirc actual value is from old EL. ``` $ cat /etc/redhat-release ; rpm --version ; rpm --eval '%{_sharedstatedir}' CentOS Linux release 7.6.1810 (Core) RPM version 4.11.3 /var/lib ``` ### Actual behavior ``` $ xuname ; rpm --version ; rpm --eval '%{_sharedstatedir}' Void 5.4.17_1 x86_64 GenuineIntel notuptodate rF RPM version 4.15.1 /usr/com ``` https://docs.fedoraproject.org/en-US/packaging-guidelines/RPMMacros/