[pam_yubico] update to 2.3

Dennis Gilmore ausil at fedoraproject.org
Fri Sep 3 21:32:49 UTC 2010


commit 01a06908fb53cff0c0d84ee35a253937187301dc
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Fri Sep 3 16:32:28 2010 -0500

    update to 2.3

 .gitignore      |    1 +
 pam_yubico.spec |   16 ++++++----------
 sources         |    2 +-
 3 files changed, 8 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index be6723a..d169015 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pam_yubico-2.1.tar.gz
+/pam_yubico-2.3.tar.gz
diff --git a/pam_yubico.spec b/pam_yubico.spec
index 192ba9d..e5f3a0b 100644
--- a/pam_yubico.spec
+++ b/pam_yubico.spec
@@ -1,13 +1,12 @@
 Name:           pam_yubico
-Version:        2.1
-Release:        3%{?dist}
+Version:        2.3
+Release:        1%{?dist}
 Summary:        A Pluggable Authentication Module for yubikeys
 
 Group:          System Environment/Base
 License:        BSD
 URL:            http://yubico-pam.googlecode.com/
-Source0:        http://yubico-pam.googlecode.com/files/pam_yubico-2.1.tar.gz
-Patch0:         64bit_pam.patch
+Source0:        http://yubico-pam.googlecode.com/files/pam_yubico-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ykclient-devel pam-devel
@@ -19,15 +18,12 @@ Linux-PAM and yubikeys. This module supports yubikey OTP checking.
 
 %prep
 %setup -q
-%patch0 -p0
-
 
 %build
 %configure --libdir=/%{_lib} \
            --with-pam-dir=/%{_lib}/security/
 make %{?_smp_mflags}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -35,15 +31,15 @@ rm $RPM_BUILD_ROOT/%{_lib}/security/pam_yubico.la
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc NEWS README COPYING ChangeLog
 /%{_lib}/security/pam_yubico.so
 
-
-
 %changelog
+* Fri Sep 03 2010 Dennis Gilmore <dennis at ausil.us> - 2.3-1
+- update to 2.3
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
diff --git a/sources b/sources
index 29cf2fb..716a269 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea288fa829790892170887ab4bb779bc  pam_yubico-2.1.tar.gz
+f6f0d8d72cc11cd54fb79a37ed76c868  pam_yubico-2.3.tar.gz


More information about the scm-commits mailing list