diff --git a/Linux-PAM-1.1.1.90-docs.tar.bz2 b/Linux-PAM-1.1.1.90-docs.tar.bz2
new file mode 100644
index 0000000..7447043
--- /dev/null
+++ b/Linux-PAM-1.1.1.90-docs.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:103c6a77ba26229a72ffb5b7eadce5c483d4076c6c868b329fc875eb2c395fd8
+size 498133
diff --git a/Linux-PAM-1.1.1.90.tar.bz2 b/Linux-PAM-1.1.1.90.tar.bz2
new file mode 100644
index 0000000..84f6bab
--- /dev/null
+++ b/Linux-PAM-1.1.1.90.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2341ee08fed5cc549ef662c19a4398028ebe830092852072920160906aff4300
+size 1112185
diff --git a/Linux-PAM-1.1.2-docs.tar.bz2 b/Linux-PAM-1.1.2-docs.tar.bz2
deleted file mode 100644
index ac08269..0000000
--- a/Linux-PAM-1.1.2-docs.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:7d336f696c4338dac7630fbb36c818c0dcfb59e180cf42361069a8bf6d422958
-size 495644
diff --git a/Linux-PAM-1.1.2.tar.bz2 b/Linux-PAM-1.1.2.tar.bz2
deleted file mode 100644
index 57628f3..0000000
--- a/Linux-PAM-1.1.2.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:2779f7dc145772669f8a1d1a184ab793e7e462cdfc11cf17428526588fa752b3
-size 1114495
diff --git a/pam.changes b/pam.changes
index 3ad2199..b6a9174 100644
--- a/pam.changes
+++ b/pam.changes
@@ -1,13 +1,3 @@
--------------------------------------------------------------------
-Tue Aug 31 13:38:23 CEST 2010 - kukuk@suse.de
-
-- Update to Linux-PAM 1.1.2
-
--------------------------------------------------------------------
-Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
-
-- use %_smp_mflags
-
 -------------------------------------------------------------------
 Mon May 10 14:22:18 CEST 2010 - kukuk@suse.de
 
diff --git a/pam.spec b/pam.spec
index c70ba01..f973b6c 100644
--- a/pam.spec
+++ b/pam.spec
@@ -26,7 +26,7 @@ BuildRequires:  audit-devel
 %if %{enable_selinux}
 BuildRequires:  libselinux-devel
 %endif
-%define libpam_so_version 0.82.3
+%define libpam_so_version 0.82.2
 %define libpam_misc_so_version 0.82.0
 %define libpamc_so_version 0.82.1
 License:        Beerware, Cardware, Shareware (not restricted) ; BSD3c ; GPLv2+
@@ -37,7 +37,7 @@ AutoReqProv:    on
 Obsoletes:      pam-64bit
 %endif
 #
-Version:        1.1.2
+Version:        1.1.1.90
 Release:        1
 Summary:        A Security Tool that Provides Authentication for Applications
 Source:         Linux-PAM-%{version}.tar.bz2
@@ -64,7 +64,7 @@ having to recompile programs that do authentication.
 License:        Beerware, Cardware, Shareware (not restricted) ; BSD3c ; GPLv2+
 Summary:        Documentation for Pluggable Authentication Modules
 Group:          Documentation/HTML
-###BuildArch:      noarch
+BuildArch:      noarch
 
 %description doc
 PAM (Pluggable Authentication Modules) is a system security tool that
@@ -112,10 +112,10 @@ CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" \
         --libdir=/%{_lib} \
 	--enable-isadir=../../%{_lib}/security \
         --enable-securedir=/%{_lib}/security
-make %{?_smp_mflags};
+make %{?jobs:-j%jobs};
 
 %check
-make %{?_smp_mflags} check
+make %{?jobs:-j%jobs} check
 
 %install
 mkdir -p $RPM_BUILD_ROOT/etc/pam.d
diff --git a/pam_tally-deprecated.diff b/pam_tally-deprecated.diff
index dc22524..4bd4a14 100644
--- a/pam_tally-deprecated.diff
+++ b/pam_tally-deprecated.diff
@@ -1,3 +1,20 @@
+--- modules/pam_tally/pam_tally.8.xml
++++ modules/pam_tally/pam_tally.8.xml	2009/03/27 10:49:17
+@@ -81,7 +81,13 @@
+ 
+     <para>
+       This module maintains a count of attempted accesses, can
+-      reset count on success, can deny access if too many attempts fail.
++      reset count on success, can deny access if too many attempts
++      fail.
++    </para>
++    <para>
++      pam_tally has several limitations, which are solved with
++      pam_tally2. For this reason pam_tally is deprecated and
++      will be removed in a future release.
+     </para>
+     <para>
+       pam_tally comes in two parts:
 --- modules/pam_tally/pam_tally.c
 +++ modules/pam_tally/pam_tally.c	2009/03/27 10:52:56
 @@ -630,6 +630,8 @@