[Bug 225699] Merge Review: dmraid

bugzilla at redhat.com bugzilla at redhat.com
Tue Mar 24 14:35:19 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=225699


Jussi Lehtola <jussi.lehtola at iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |jussi.lehtola at iki.fi
         AssignedTo|nobody at fedoraproject.org    |jussi.lehtola at iki.fi
               Flag|                            |fedora-review?




--- Comment #1 from Jussi Lehtola <jussi.lehtola at iki.fi>  2009-03-24 10:34:59 EDT ---
Taking on review.


A few quick notes:
- Is Requires: ldconfig really necessary, as this is part of glibc?

- Source should be Source0.

- Why do you have
--prefix=${RPM_BUILD_ROOT}/usr --sbindir=${RPM_BUILD_ROOT}/sbin
--libdir=${RPM_BUILD_ROOT}/%{_libdir} --mandir=${RPM_BUILD_ROOT}/%{_mandir}
--includedir=${RPM_BUILD_ROOT}/%{_includedir}
as an argument to %configure? Isn't plain %configure with the other extra flags
enough?

- Also, why do you
install -m 755 -d
$RPM_BUILD_ROOT{%{_libdir},/sbin,%{_sbindir},%{_bindir},%{_libdir},%{_includedir}/dmraid/,/var/lock/dmraid}
isn't this automatically done by make install?

- Wouldn't using --enable-shared_lib prevent the need to remove the static
library?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.




More information about the Fedora-package-review mailing list