Strip suid from server binary (RHEL-33784)
Resolves: RHEL-33784
This commit is contained in:
parent
64c16bf582
commit
c656736a94
@ -1,6 +1,6 @@
|
||||
Name: libgtop2
|
||||
Version: 2.41.2
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: LibGTop library (version 2)
|
||||
|
||||
License: GPL-2.0-or-later
|
||||
@ -44,7 +44,8 @@ find %{buildroot} -name '*.la' -delete
|
||||
%doc AUTHORS NEWS README
|
||||
%license COPYING
|
||||
%{_libexecdir}/libgtop_daemon2
|
||||
%{_libexecdir}/libgtop_server2
|
||||
# Strip the suid bit.
|
||||
%attr(755, -, -)%{_libexecdir}/libgtop_server2
|
||||
%{_libdir}/libgtop-2.0.so.11*
|
||||
%dir %{_libdir}/girepository-1.0
|
||||
%{_libdir}/girepository-1.0/GTop-2.0.typelib
|
||||
@ -62,6 +63,9 @@ find %{buildroot} -name '*.la' -delete
|
||||
%exclude %{_datadir}/info
|
||||
|
||||
%changelog
|
||||
* Mon May 11 2026 David King <amigadave@amigadave.com> - 2.41.2-6
|
||||
- Strip suid from server binary (RHEL-33784)
|
||||
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.41.2-5
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
|
||||
Loading…
Reference in New Issue
Block a user