rpms/pam_krb5/devel pam_krb5.spec,1.73,1.74

Nalin Dahyabhai nalin at fedoraproject.org
Mon Jan 11 23:44:19 UTC 2010


Author: nalin

Update of /cvs/extras/rpms/pam_krb5/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10507

Modified Files:
	pam_krb5.spec 
Log Message:
- replace BuildPreReq: with BuildRequires: (rpmlint)
- fix inadvertent macro use in changelog (rpmlint)
- drop the final '.' from the package summary (rpmlint)



Index: pam_krb5.spec
===================================================================
RCS file: /cvs/extras/rpms/pam_krb5/devel/pam_krb5.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -p -r1.73 -r1.74
--- pam_krb5.spec	7 Jan 2010 23:08:30 -0000	1.73
+++ pam_krb5.spec	11 Jan 2010 23:44:18 -0000	1.74
@@ -1,12 +1,12 @@
-Summary: A Pluggable Authentication Module for Kerberos 5.
+Summary: A Pluggable Authentication Module for Kerberos 5
 Name: pam_krb5
 Version: 2.3.10
-Release: 1%{?dist}
+Release: 2%{?dist}
 Source0: https://fedorahosted.org/released/pam_krb5/pam_krb5-%{version}-1.tar.gz
 License: BSD or LGPLv2+
 Group: System Environment/Base
 URL: https://fedorahosted.org/pam_krb5/
-BuildPrereq: keyutils-libs-devel, krb5-devel, pam-devel
+BuildRequires: keyutils-libs-devel, krb5-devel, pam-devel
 BuildRoot: %{_tmppath}/%{name}-root
 
 %description 
@@ -51,6 +51,11 @@ sed -ri -e 's|/lib(64)?/|/\$LIB/|g' $RPM
 %doc README* COPYING* ChangeLog NEWS
 
 %changelog
+* Mon Jan 11 2010 Nalin Dahyabhai <nalin at redhat.com> - 2.3.10-2
+- replace BuildPreReq: with BuildRequires: (rpmlint)
+- fix inadvertent macro use in changelog (rpmlint)
+- drop the final '.' from the package summary (rpmlint)
+
 * Wed Jan  6 2010 Nalin Dahyabhai <nalin at redhat.com> - 2.3.10-1
 - pull up changes to fine-tune the logic for selecting which key in a keytab
   to use when validating credentials
@@ -567,7 +572,7 @@ sed -ri -e 's|/lib(64)?/|/\$LIB/|g' $RPM
 - rebuild against Kerberos 5 1.2 (release 15)
 
 * Mon Jun  5 2000 Nalin Dahyabhai <nalin at redhat.com>
-- move man pages to %{_mandir}
+- move man pages to %%{_mandir}
 
 * Wed May 17 2000 Nalin Dahyabhai <nalin at redhat.com>
 - Make errors chown()ing ccache files non-fatal if (getuid() != 0), suggested



More information about the scm-commits mailing list