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: nant https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=193957 moschny@xxxxxxxxxxxxxxxxxxxx changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|NEXTRELEASE |NOTABUG ------- Additional Comments From moschny@xxxxxxxxxxxxxxxxxxxx 2006-07-19 08:58 EST ------- A small problem with nant-0.85-5.src.rpm rebuilt on fc5: /usr/bin/nant tries to call /var/tmp/nant-0.85-5fc5-root-user/usr/lib/NAnt/bin/NAnt.exe. This small patch fixes it: --- nant.spec.orig 2006-07-09 02:06:41.000000000 +0200 +++ nant.spec 2006-07-19 14:57:55.000000000 +0200 @@ -46,7 +46,7 @@ %install rm -rf %{buildroot} %makeinstall -sed -i -e "s#%buildroot##" %buildroot%_bindir/%name +sed -i -e "s#%{buildroot}##" %{buildroot}%{_bindir}/%{name} find examples -name \*.dll -o -name \*.exe|xargs rm -f rm -rf %{buildroot}%{_datadir}/NAnt/doc -- 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