Hello community,

here is the log from the commit of package libgnomesu for openSUSE:Factory
checked in at Fri May 6 10:19:18 CEST 2011.



--------
--- GNOME/libgnomesu/libgnomesu.changes 2011-02-15 12:46:00.000000000 +0100
+++ /mounts/work_src_done/STABLE/libgnomesu/libgnomesu.changes  2011-05-05 
19:32:08.000000000 +0200
@@ -1,0 +2,10 @@
+Thu May  5 19:28:04 CEST 2011 - [email protected]
+
+- Use %{_libexecdir} instead of %{_prefix}/lib.
+- Do not use %run_permissions in %post of libgnomesu0 since there
+  is no file with specific permissions there. Instead use the more
+  specific %set_permissions in %post of the main package.
+- Note that the permissions PreReq and the %verifyscript were for
+  the main package already.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ libgnomesu.spec ++++++
--- /var/tmp/diff_new_pack.OfRBDK/_old  2011-05-06 10:14:56.000000000 +0200
+++ /var/tmp/diff_new_pack.OfRBDK/_new  2011-05-06 10:14:56.000000000 +0200
@@ -19,7 +19,7 @@
 
 Name:           libgnomesu
 Version:        1.0.0
-Release:        331
+Release:        332
 License:        LGPLv2.1+
 Summary:        GNOME su Library
 Url:            http://members.chello.nl/~h.lai/libgnomesu/
@@ -129,7 +129,7 @@
 autoreconf -f -i
 intltoolize -f
 %configure\
-       --libexecdir=%{_prefix}/lib/%{name}\
+       --libexecdir=%{_libexecdir}/%{name}\
        --disable-schemas-install\
        --disable-setuid-error
 make %{?jobs:-j%jobs}
@@ -153,11 +153,13 @@
 %clean
 rm -rf %{buildroot}
 
-%post -n libgnomesu0
-/sbin/ldconfig
-%run_permissions
+%post
+%set_permissions %{_libexecdir}/%{name}/gnomesu-pam-backend
+
 %verifyscript
-%verify_permissions -e %{_prefix}/lib/%{name}/gnomesu-pam-backend
+%verify_permissions -e %{_libexecdir}/%{name}/gnomesu-pam-backend
+
+%post -n libgnomesu0 -p /sbin/ldconfig
 
 %postun -n libgnomesu0 -p /sbin/ldconfig
 
@@ -174,7 +176,7 @@
 #%attr (6755,root,root) %{_prefix}/lib/%{name}/gnomesu-pam-backend
 # NOTE: Original package has 6755.
 # We have only 4755 and for easy and secure profile.
-%verify (not mode) %attr (4755,root,root) 
%{_prefix}/lib/%{name}/gnomesu-pam-backend
+%verify (not mode) %attr (4755,root,root) 
%{_libexecdir}/%{name}/gnomesu-pam-backend
 %config %{_sysconfdir}/pam.d/gnomesu-pam
 
 %files -n libgnomesu0


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



Remember to have fun...

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

Reply via email to