diff --git a/binutils.spec b/binutils.spec index 67629ea..dd2a8ce 100644 --- a/binutils.spec +++ b/binutils.spec @@ -9,7 +9,7 @@ BuildRequires: scl-utils-build Summary: A GNU collection of binary utilities Name: %{?scl_prefix}binutils Version: 2.41 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL-3.0-or-later AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND BSD-3-Clause AND GFDL-1.3-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later URL: https://sourceware.org/binutils @@ -1313,7 +1313,7 @@ exit 0 # RHEL-22818: Restire the SELinux context of the gprofng libraries. restorecon -R %{_libdir} # And the rc file. -restorecon %{_scl_root}/usr/etc/gprofng.rc +restorecon %{_scl_root}/etc/gprofng.rc exit 0 %endif @@ -1491,6 +1491,9 @@ exit 0 #---------------------------------------------------------------------------- %changelog +* Fri Aug 16 2024 Nick Clifton - 2.41-3 +- Fix restoring contect to gprofng.rc file. (RHEL-54563) + * Fri Aug 16 2024 Nick Clifton - 2.41-2 - NVR Bump to allow rebuilding with GTS-14 gcc. (RHEL-53516)