Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: dbmail - The DBMail mail storage system https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=217497 ------- Additional Comments From bjohnson@xxxxxxxxxxxx 2006-12-05 06:50 EST ------- Spec URL: http://www.symetrix.com/~bjohnson/projects/Fedora-Extras/dbmail.spec SRPM URL: http://www.symetrix.com/~bj/projects/Fedora-Extras/dbmail-2.2.1-3.fc6.src.rpm Was a little too agressive at getting rid of .so files. Allow the ones that are modules loaded at runtime. Index: dbmail.spec =================================================================== --- dbmail.spec (revision 123) +++ dbmail.spec (working copy) @@ -1,6 +1,6 @@ Name: dbmail Version: 2.2.1 -Release: 2%{?dist}%{?repotag:.%{repotag}} +Release: 3%{?dist}%{?repotag:.%{repotag}} Summary: The DBMail mail storage system Group: System Environment/Daemons @@ -64,8 +64,9 @@ install man/*1 %{buildroot}%{_mandir}/man1/ install man/*5 %{buildroot}%{_mandir}/man5/ install man/*8 %{buildroot}%{_mandir}/man8/ -# remove libtool archives and -devel type stuff -find $RPM_BUILD_ROOT -name \*\.la -print -o -name \*\.so -print | xargs rm -f +# remove libtool archives and -devel type stuff (but leave loadable modules) +find $RPM_BUILD_ROOT -name \*\.la -print -o -name \*\.so -print | \ + egrep -v "libauth.*so|libmysql.*so|libpgsql.*so|libsqlite.*so" | xargs rm -f # create dynamic linker/loader configuration file echo "/usr/lib/dbmail" > $RPM_BUILD_ROOT/%{_sysconfdir}/ld.so.conf.d/dbmail-`uname -i`.conf @@ -125,6 +126,9 @@ %changelog +* Tue Dec 05 2006 Bernard Johnson <bjohnson@xxxxxxxxxxxx> 2.2.1-3 +- leave the right .so files for modules + * Mon Nov 27 2006 Bernard Johnson <bjohnson@xxxxxxxxxxxx> 2.2.1-2 - update with Fedora Extras style spec file -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review