Fix restoring contect to gprofng.rc file.

Resolves: RHEL-54563
This commit is contained in:
Nick Clifton 2024-08-16 16:14:24 +01:00
parent 764e9a6c82
commit 5b4589d9af

View File

@ -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 <nickc@redhat.com> - 2.41-3
- Fix restoring contect to gprofng.rc file. (RHEL-54563)
* Fri Aug 16 2024 Nick Clifton <nickc@redhat.com> - 2.41-2
- NVR Bump to allow rebuilding with GTS-14 gcc. (RHEL-53516)