disabling in configuration by default; causes problem with recent gcc/glibc and is generally considered obsoleted [release 20130503-2mamba;Mon Dec 09 2019]
This commit is contained in:
parent
5e6c1a6dde
commit
88d995be2e
14
prelink.spec
14
prelink.spec
@ -1,6 +1,6 @@
|
||||
Name: prelink
|
||||
Version: 20130503
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: ELF prelinking utility to speed up dynamic linking
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
@ -13,6 +13,12 @@ Source1: prelink.conf
|
||||
Source2: prelink.cron
|
||||
Source3: prelink.sysconfig
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libelf-devel
|
||||
BuildRequires: libselinux-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libelf-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: transfig
|
||||
@ -98,13 +104,17 @@ exit 0
|
||||
%attr(0644,root,root) %ghost %config(missingok,noreplace) /var/log/prelink/prelink.log
|
||||
%{_mandir}/man8/execstack.*
|
||||
%{_mandir}/man8/prelink.*
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%doc doc/prelink.pdf
|
||||
%doc ChangeLog NEWS README THANKS TODO
|
||||
|
||||
%changelog
|
||||
* Mon Dec 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 20130503-2mamba
|
||||
- disabling in configuration by default; causes problem with recent gcc/glibc and is generally considered obsoleted
|
||||
|
||||
* Wed Jul 24 2013 Automatic Build System <autodist@mambasoft.it> 20130503-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Set this to no to disable prelinking altogether
|
||||
# (if you change this from yes to no prelink -ua
|
||||
# will be run next night to undo prelinking)
|
||||
PRELINKING=yes
|
||||
PRELINKING=no
|
||||
|
||||
# Options to pass to prelink
|
||||
# -m Try to conserve virtual memory by allowing overlapping
|
||||
|
Loading…
Reference in New Issue
Block a user