diff --git a/gpg2.changes b/gpg2.changes index 4708c55..8ca3050 100644 --- a/gpg2.changes +++ b/gpg2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 30 00:34:50 CET 2007 - ro@suse.de + +- fix build (exclude possible debuginfo directory) + ------------------------------------------------------------------- Mon Jan 29 16:22:15 CET 2007 - ltinkl@suse.cz diff --git a/gpg2.spec b/gpg2.spec index 198decb..f802031 100644 --- a/gpg2.spec +++ b/gpg2.spec @@ -22,7 +22,7 @@ Provides: newpg Obsoletes: newpg Summary: GnuPG 2 Version: 2.0.1rc1 -Release: 1 +Release: 2 Source: gnupg-%{version}.tar.bz2 %define nld_build 0 Patch2: nld-build.diff @@ -96,12 +96,14 @@ rm $RPM_BUILD_ROOT/usr/share/info/dir %doc %_infodir/gnupg* %doc %{_mandir}/*/*.gz /usr/bin/* -%{_libdir}/* +%{_libdir}/[^d]* /usr/sbin/addgnupghome /usr/share/locale/*/LC_MESSAGES/gnupg2.mo /usr/share/gnupg %changelog -n gpg2 +* Tue Jan 30 2007 - ro@suse.de +- fix build (exclude possible debuginfo directory) * Mon Jan 29 2007 - ltinkl@suse.cz - fix #221212 - gpg2 is not updated and do not contain documentation - fix #233525 - gpg1/2: bug in vasprintf() implementation