Red Hat Bugzilla – Bug 1415694
/usr/sbin is sometimes used in RPM macros instead of %{_sbindir}
Last modified: 2018-04-10 08:26:56 EDT
Description of problem: * maybe a cosmetic problem Version-Release number of selected component (if applicable): selinux-policy-3.13.1-110.el7.noarch How reproducible: always Steps to Reproduce: # grep selinuxenabled /usr/lib/rpm/macros.d/macros.selinux-policy if %{_sbindir}/selinuxenabled && [ "${SELINUXTYPE}" = "${_policytype}" ]; then \ if %{_sbindir}/selinuxenabled && [ "${SELINUXTYPE}" = "${_policytype}" ]; then \ if %{_sbindir}/selinuxenabled && [ "${SELINUXTYPE}" = "${_policytype}" ]; then \ if /usr/sbin/selinuxenabled && [ "${SELINUXTYPE}" = "${_policytype}" ]; then \ # Actual results: * when calling selinuxenabled %{_sbindir} is used 3 times, once full path is used Expected results: * when calling selinuxenabled %{_sbindir} is used 4 times
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:0763