Hello community,

here is the log from the commit of package prelink for openSUSE:Factory checked 
in at 2012-06-25 12:44:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prelink (Old)
 and      /work/SRC/openSUSE:Factory/.prelink.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "prelink", Maintainer is "meiss...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/prelink/prelink.changes  2012-02-14 
19:06:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.prelink.new/prelink.changes     2012-06-25 
12:44:31.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Jun 19 15:49:24 UTC 2012 - meiss...@suse.com
+
+- Removed SuSEconfig prelink support for now, security wise ASLR is
+  done different these days and also previously claimed speed ups
+  might not be present.  FATE#313545
+
+-------------------------------------------------------------------

Old:
----
  SuSEconfig.prelink
  sysconfig.prelink

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ prelink.spec ++++++
--- /var/tmp/diff_new_pack.lhNT1D/_old  2012-06-25 12:44:33.000000000 +0200
+++ /var/tmp/diff_new_pack.lhNT1D/_new  2012-06-25 12:44:33.000000000 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           prelink
 BuildRequires:  gcc-c++
 BuildRequires:  glibc-devel-static
@@ -28,8 +29,6 @@
 PreReq:         %fillup_prereq
 Source:         http://people.redhat.com/jakub/prelink/%name-%version.tar.bz2
 Source2:        %name.conf
-Source3:        SuSEconfig.%name
-Source4:        sysconfig.%name
 Patch0:         %name-make_it_cool.diff
 Patch3:         %name-tests.diff
 Patch4:         %name-make-dry-run-verbose.diff
@@ -44,18 +43,9 @@
 executables in the ELF format so that far less relocations need to be
 resolved at run time.  This decreases program start-up time.
 
-You can enable prelink support via the YaST sysconfig editor or in
-/etc/sysconfig/prelink.
-
-Be aware that prelink modifies all libraries and executables on your
-system. Applications which monitor changes in files will no longer
-work.
-
-
-
-Authors:
---------
-    Jakub Jelinek <ja...@redhat.com>
+Be aware that prelink can modify all libraries and executables on your
+system. Applications which monitor changes in files or RPM itself
+will no longer work.
 
 %prep
 %setup -q -n prelink
@@ -81,10 +71,7 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/etc
 sed -e "s,LIBDIR,%_lib," %{SOURCE2} > $RPM_BUILD_ROOT/etc/prelink.conf
-FILLUP_DIR=$RPM_BUILD_ROOT/var/adm/fillup-templates
 mkdir -p $FILLUP_DIR $RPM_BUILD_ROOT/sbin/conf.d
-install -m 0644 %SOURCE4 $FILLUP_DIR/sysconfig.%name
-install -m 0755 %SOURCE3 $RPM_BUILD_ROOT/sbin/conf.d/
 install -m 0755 -d $RPM_BUILD_ROOT/var/lib/prelink
 mkdir -p $RPM_BUILD_ROOT/etc/rpm
 cat > $RPM_BUILD_ROOT/etc/rpm/macros.prelink <<EOF
@@ -95,9 +82,6 @@
 %__prelink_undo_cmd     /usr/sbin/prelink prelink -y library
 EOF
 
-%post
-%{fillup_only}
-
 %clean
 rm -fr $RPM_BUILD_ROOT
 
@@ -111,7 +95,5 @@
 %_bindir/execstack
 %_mandir/man8/prelink.8.*
 %_mandir/man8/execstack.8.*
-/sbin/conf.d/SuSEconfig.%name
-/var/adm/fillup-templates/sysconfig.%name
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to