Hello community,

here is the log from the commit of package pam for openSUSE:Factory checked in 
at 2012-06-25 14:21:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pam (Old)
 and      /work/SRC/openSUSE:Factory/.pam.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pam", Maintainer is "m...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pam/pam.changes  2012-05-10 14:34:32.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.pam.new/pam.changes     2012-06-25 
14:30:32.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jun 21 11:59:52 UTC 2012 - a...@suse.de
+
+- Include correct headers for getrlimit.
+
+-------------------------------------------------------------------

New:
----
  pam-fix-includes.patch

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

Other differences:
------------------
++++++ pam.spec ++++++
--- /var/tmp/diff_new_pack.aEbn25/_old  2012-06-25 14:30:34.000000000 +0200
+++ /var/tmp/diff_new_pack.aEbn25/_new  2012-06-25 14:30:34.000000000 +0200
@@ -57,6 +57,7 @@
 Source8:        etc.environment
 Source9:        baselibs.conf
 Patch0:         pam_tally-deprecated.diff
+Patch1:         pam-fix-includes.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -106,6 +107,7 @@
 %prep
 %setup -q -n Linux-PAM-%{version} -b 1
 %patch0 -p0
+%patch1 -p1
 
 %build
 export CFLAGS="%optflags -DNDEBUG"

++++++ pam-fix-includes.patch ++++++
Index: Linux-PAM-1.1.5/modules/pam_unix/pam_unix_acct.c
===================================================================
--- Linux-PAM-1.1.5.orig/modules/pam_unix/pam_unix_acct.c
+++ Linux-PAM-1.1.5/modules/pam_unix/pam_unix_acct.c
@@ -47,6 +47,8 @@
 #include <time.h>              /* for time() */
 #include <errno.h>
 #include <sys/wait.h>
+#include <sys/time.h>
+#include <sys/resource.h>
 
 #include <security/_pam_macros.h>
 
Index: Linux-PAM-1.1.5/modules/pam_unix/pam_unix_passwd.c
===================================================================
--- Linux-PAM-1.1.5.orig/modules/pam_unix/pam_unix_passwd.c
+++ Linux-PAM-1.1.5/modules/pam_unix/pam_unix_passwd.c
@@ -54,6 +54,7 @@
 #include <ctype.h>
 #include <sys/time.h>
 #include <sys/stat.h>
+#include <sys/resource.h>
 
 #include <signal.h>
 #include <errno.h>
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to