Hello community,

here is the log from the commit of package pam-modules for openSUSE:Factory 
checked in at 2012-09-04 01:33:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pam-modules (Old)
 and      /work/SRC/openSUSE:Factory/.pam-modules.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pam-modules", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pam-modules/pam-modules.changes  2012-07-30 
11:45:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pam-modules.new/pam-modules.changes     
2012-09-04 01:33:38.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Sep  3 11:36:21 UTC 2012 - [email protected]
+
+- Add pam_unix2-selinux.patch: selinux_check_access is now a public
+  function provided by selinux. Use pu_selinux_check_access to fix
+  conflict.
+
+-------------------------------------------------------------------

New:
----
  pam_unix2-selinux.patch

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

Other differences:
------------------
++++++ pam-modules.spec ++++++
--- /var/tmp/diff_new_pack.AfDwRG/_old  2012-09-04 01:33:39.000000000 +0200
+++ /var/tmp/diff_new_pack.AfDwRG/_new  2012-09-04 01:33:39.000000000 +0200
@@ -39,6 +39,7 @@
 Patch0:         0003-use-crypt_gensalt_rn-from-glibc.diff
 Patch1:         0004-add-workarounds-for-blowfish-signedness-bug.diff
 Patch2:         pam_unix2-glibc216.patch
+Patch3:         pam_unix2-selinux.patch
 #
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         permissions
@@ -69,6 +70,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 gettextize -f
 autoreconf -f -i
 popd

++++++ pam_unix2-selinux.patch ++++++
Index: pam_unix2-2.9.1/src/public.h
===================================================================
--- pam_unix2-2.9.1.orig/src/public.h
+++ pam_unix2-2.9.1/src/public.h
@@ -97,7 +97,7 @@ extern void pam_syslog (pam_handle_t *pa
 #endif
 
 #ifdef WITH_SELINUX
-extern int selinux_check_access (const char *__chuser,
+extern int pu_selinux_check_access (const char *__chuser,
                                  unsigned int __access);
 extern int set_default_context (pam_handle_t *pamh,
                                const char *filename,
Index: pam_unix2-2.9.1/src/selinux_utils.c
===================================================================
--- pam_unix2-2.9.1.orig/src/selinux_utils.c
+++ pam_unix2-2.9.1/src/selinux_utils.c
@@ -38,7 +38,7 @@
 #include "public.h"
 
 int
-selinux_check_access (const char *chuser, unsigned int access)
+pu_selinux_check_access (const char *chuser, unsigned int access)
 {
   int status = -1;
   security_context_t user_context;
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to