rpms/krb5/devel krb5.spec,1.199,1.200

Nalin Dahyabhai nalin at fedoraproject.org
Fri Jun 5 15:19:00 UTC 2009


Author: nalin

Update of /cvs/pkgs/rpms/krb5/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16607

Modified Files:
	krb5.spec 
Log Message:
add and own %%{_libdir}/krb5/plugins/authdata


Index: krb5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/krb5/devel/krb5.spec,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -p -r1.199 -r1.200
--- krb5.spec	4 Jun 2009 22:38:18 -0000	1.199
+++ krb5.spec	5 Jun 2009 15:18:29 -0000	1.200
@@ -10,7 +10,7 @@
 Summary: The Kerberos network authentication system
 Name: krb5
 Version: 1.7
-Release: 1%{?dist}
+Release: 2%{?dist}
 # Maybe we should explode from the now-available-to-everybody tarball instead?
 # http://web.mit.edu/kerberos/dist/krb5/1.7/krb5-1.7-signed.tar
 Source0: krb5-%{version}.tar.gz
@@ -205,6 +205,9 @@ to obtain initial credentials from a KDC
 certificate.
 
 %changelog
+* Fri Jun  5 2009 Nalin Dahyabhai <nalin at redhat.com> 1.7-2
+- add and own %%{_libdir}/krb5/plugins/authdata
+
 * Thu Jun  4 2009 Nalin Dahyabhai <nalin at redhat.com> 1.7-1
 - update to 1.7
   - no need to work around build issues with ASN1BUF_OMIT_INLINE_FUNCS
@@ -1568,6 +1571,7 @@ done
 # Plug-in directories.
 install -pdm 755 $RPM_BUILD_ROOT/%{_libdir}/krb5/plugins/preauth
 install -pdm 755 $RPM_BUILD_ROOT/%{_libdir}/krb5/plugins/kdb
+install -pdm 755 $RPM_BUILD_ROOT/%{_libdir}/krb5/plugins/authdata
 
 # The rest of the binaries, headers, libraries, and docs.
 make -C src DESTDIR=$RPM_BUILD_ROOT install
@@ -1828,6 +1832,7 @@ exit 0
 %dir %{_libdir}/krb5/plugins
 %dir %{_libdir}/krb5/plugins/kdb
 %dir %{_libdir}/krb5/plugins/preauth
+%dir %{_libdir}/krb5/plugins/authdata
 %dir %{krb5prefix}/man
 %dir %{krb5prefix}/man/man1
 %dir %{krb5prefix}/man/man5




More information about the fedora-extras-commits mailing list