add missing files
authorAnas Nashif <anas.nashif@intel.com>
Thu, 8 Nov 2012 04:04:22 +0000 (20:04 -0800)
committerAnas Nashif <anas.nashif@intel.com>
Sat, 12 Jan 2013 05:44:07 +0000 (21:44 -0800)
packaging/pam-fix-includes.patch [deleted file]
packaging/pam.spec

diff --git a/packaging/pam-fix-includes.patch b/packaging/pam-fix-includes.patch
deleted file mode 100644 (file)
index 99c5fc8..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-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>
index c5dda90..8cf314e 100644 (file)
@@ -14,7 +14,6 @@ Source0:        %{name}-%{version}.tar.bz2
 Source1:        system-auth
 Source2:        other
 Source1001:     %{name}.manifest
-Patch0:         pam-fix-includes.patch
 
 BuildRequires:  autoconf,
 BuildRequires:  automake,
@@ -60,7 +59,6 @@ PAM-aware applications and modules for use with PAM.
 
 %prep
 %setup -q
-%patch0 -p1
 
 libtoolize -f #--copy --force && aclocal && autoheader
 autoreconf