Fix restoring contect to gprofng.rc file.
Resolves: RHEL-54563
This commit is contained in:
parent
764e9a6c82
commit
5b4589d9af
@ -9,7 +9,7 @@ BuildRequires: scl-utils-build
|
|||||||
Summary: A GNU collection of binary utilities
|
Summary: A GNU collection of binary utilities
|
||||||
Name: %{?scl_prefix}binutils
|
Name: %{?scl_prefix}binutils
|
||||||
Version: 2.41
|
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
|
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
|
URL: https://sourceware.org/binutils
|
||||||
|
|
||||||
@ -1313,7 +1313,7 @@ exit 0
|
|||||||
# RHEL-22818: Restire the SELinux context of the gprofng libraries.
|
# RHEL-22818: Restire the SELinux context of the gprofng libraries.
|
||||||
restorecon -R %{_libdir}
|
restorecon -R %{_libdir}
|
||||||
# And the rc file.
|
# And the rc file.
|
||||||
restorecon %{_scl_root}/usr/etc/gprofng.rc
|
restorecon %{_scl_root}/etc/gprofng.rc
|
||||||
exit 0
|
exit 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -1491,6 +1491,9 @@ exit 0
|
|||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
%changelog
|
%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
|
* Fri Aug 16 2024 Nick Clifton <nickc@redhat.com> - 2.41-2
|
||||||
- NVR Bump to allow rebuilding with GTS-14 gcc. (RHEL-53516)
|
- NVR Bump to allow rebuilding with GTS-14 gcc. (RHEL-53516)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user