diff --git a/.gitignore b/.gitignore index a2e2bda..6d2a8e5 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ pam_krb5-2.3.11-1.tar.gz /pam_krb5-2.3.14-1.tar.gz.sig /pam_krb5-2.4.0.tar.gz /pam_krb5-2.4.0.tar.gz.sig +/pam_krb5-2.4.1.tar.gz +/pam_krb5-2.4.1.tar.gz.sig diff --git a/pam_krb5.spec b/pam_krb5.spec index e6d9f2a..48affa5 100644 --- a/pam_krb5.spec +++ b/pam_krb5.spec @@ -6,14 +6,14 @@ Summary: A Pluggable Authentication Module for Kerberos 5 Name: pam_krb5 -Version: 2.4.0 +Version: 2.4.1 Release: 1%{?dist} Source0: https://fedorahosted.org/released/pam_krb5/pam_krb5-%{version}.tar.gz Source1: https://fedorahosted.org/released/pam_krb5/pam_krb5-%{version}.tar.gz.sig License: BSD or LGPLv2+ Group: System Environment/Base URL: https://fedorahosted.org/pam_krb5/ -BuildRequires: keyutils-libs-devel, krb5-devel, pam-devel +BuildRequires: keyutils-libs-devel, krb5-devel, pam-devel, libselinux-devel # Needed by tests. # BuildRequires: krb5-server, krb5-workstation @@ -64,6 +64,10 @@ sed -ri -e 's|/lib(64)?/|/\$LIB/|g' $RPM_BUILD_ROOT/%{_mandir}/man*/pam_krb5*.8* %{_mandir}/man8/* %changelog +* Wed Sep 12 2012 Nalin Dahyabhai - 2.4.1-1 +- update to 2.4.1 + - create /run/user/XXX, if needed, when we go to create DIR: or FILE: caches + * Mon Sep 10 2012 Nalin Dahyabhai - 2.4.0-1 - update to 2.4.0 diff --git a/sources b/sources index e39a45c..d734b11 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -23321218d91cd02dd359c4b7f49fde4b pam_krb5-2.4.0.tar.gz -0b51e12bd1806db09a29d3649866c813 pam_krb5-2.4.0.tar.gz.sig +a343eed6cb0478acd5f0cb08c4b0c77b pam_krb5-2.4.1.tar.gz +3347a4f64bfc79e2ccd6a836d733b600 pam_krb5-2.4.1.tar.gz.sig