aboutsummaryrefslogtreecommitdiff
path: root/krb5-auth-dialog.spec.in
diff options
context:
space:
mode:
authorcaillon <caillon@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2005-11-01 13:35:01 +0000
committercaillon <caillon@517b70f8-ed25-0410-8bf6-f5db08f7b76e>2005-11-01 13:35:01 +0000
commit74e7e3edba263379941aa156fc47f76736459bac (patch)
tree8ef39f14e47b768494b5112d15cfe92c307ff2a0 /krb5-auth-dialog.spec.in
parent38dc2753d597566942fce99f62837adaac6f79df (diff)
2005-11-01 Christopher Aillon <caillon@redhat.com>
* Makefile.am: * krb5-auth-dialog.spec.in: * src/krb5-auth-dialog.c Patch from Nalin Dahyabhai <nalin@redhat.com> - Fix the .spec file so that it doesn't choke due to translations. - Include the .spec file in the dist tarball so that 'rpmbuild -ts' will work. - Correct a compiler warning. - Set forwardable/proxiable/lifetime from the current ccache, if there is one. - Add a "--always" flag to let us pinch-hit for 'kinit'. - Add a "--auto" flag to override it. - Interpret a preauthentication failure as a bad password. - If we already have a ccache, use its default principal as our default, in case it differs from the local user name. If the default principal changes out from under us, pick it up, too. - Don't give a bogus lifetime if the ccache is deleted between checks. git-svn-id: http://svn.gnome.org/svn/krb5-auth-dialog/trunk@38 517b70f8-ed25-0410-8bf6-f5db08f7b76e
Diffstat (limited to 'krb5-auth-dialog.spec.in')
-rw-r--r--krb5-auth-dialog.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/krb5-auth-dialog.spec.in b/krb5-auth-dialog.spec.in
index 0ec761f..e62cbe7 100644
--- a/krb5-auth-dialog.spec.in
+++ b/krb5-auth-dialog.spec.in
@@ -24,13 +24,13 @@ make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
-#%find_lang %name
+%find_lang %name
%clean
rm -rf $RPM_BUILD_ROOT
-%files
+%files -f %name.lang
%defattr(-,root,root,-)
%doc
%{_bindir}/krb5-auth-dialog