Hello community,

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

Package is "eject", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/eject/eject.changes      2011-12-12 
16:59:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.eject.new/eject.changes 2012-01-25 
15:01:15.000000000 +0100
@@ -1,0 +2,11 @@
+Tue Jan 24 16:31:59 UTC 2012 - [email protected]
+
+- use %set_permissions instead of the obsolete %run_permissions
+- don't install INSTALL
+
+-------------------------------------------------------------------
+Mon Jan 23 14:06:56 UTC 2012 - [email protected]
+
+- Build with -pie and full RELRO 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ eject.spec ++++++
--- /var/tmp/diff_new_pack.0aVSHk/_old  2012-01-25 15:01:16.000000000 +0100
+++ /var/tmp/diff_new_pack.0aVSHk/_new  2012-01-25 15:01:16.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package eject
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:           eject
 BuildRequires:  automake
 BuildRequires:  recode
@@ -57,6 +59,8 @@
 %patch9 -p1
 
 %build
+export CFLAGS="%optflags -fpie"
+export LDFLAGS="-pie  -Wl,-z,relro,-z,now"
 aclocal
 automake -a
 autoconf
@@ -70,13 +74,14 @@
 %find_lang %{name}
 
 %post
-%run_permissions
+%set_permissions /bin/eject
+
 %verifyscript
 %verify_permissions -e /bin/eject
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc README COPYING ChangeLog TODO PORTING INSTALL
+%doc README COPYING ChangeLog TODO PORTING
 %doc %{_mandir}/man?/*
 %verify(not mode) %attr(4750,root,audio) /bin/eject
 %{_bindir}/*

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to