The make install no longer puts gpg.info.gz and gpgv.info.gz into the
%{_infodir} directory. Intead, only gnupg1.info.gz is present. So, the
gnupg.spec needs to be updated to allow it to work properly.
- gnupg.spec~ 2006-12-06 01:16:17.000000000 -0800
+++ gnupg.spec 2006-12-06 10:30:42.267274000 -0800
@@ -187,8 +187,7 @@ rm -f %{buildroot}%{_infodir}/dir
%config %{_datadir}/%{name}/options.skel
%{_mandir}/man1/*
%{_mandir}/man7/*
-%{_infodir}/gpg.info*
-%{_infodir}/gpgv.info*
+%{_infodir}/gnupg1.info*
%attr (4755,root,root) %{_bindir}/gpg
%attr (0755,root,root) %{_bindir}/gpgv
%attr (0755,root,root) %{_bindir}/gpgsplit