info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvs.spec(.in) is causing an error building rpms


From: Geoff Beier
Subject: Re: cvs.spec(.in) is causing an error building rpms
Date: Tue, 30 Mar 2004 16:59:18 -0500
User-agent: Mozilla Thunderbird 0.5 (Windows/20040207)

Hi Tim,

Thanks for the quick response!

I normally use quoted-reply, but your multi-part message made that hard.

Sorry about that. I normally don't post multi-part messages to the list, but seem to have fat fingers in my mailer today.

- You can fix the spec by just adding

        || true

to the end of `rm .../dir' line.  You may want to pass that change back to
the spec file maintainer.

I'm unsure of the best place to send the patch. I get the impression that it's not the email address in the changelog :-)

If there's a better place to send it, please let me know.

Thanks,

Geoff

patch inline to prevent another multipart message:

--- cvs-1.11.14/cvs.spec.in     2004-02-17 14:04:50.000000000 -0500
+++ cvs-1.11.14.local/cvs.spec.in       2004-03-30 17:50:05.000000000 -0500
@@ -89,7 +89,7 @@
# forcefully compress the info pages so that install-info will work properly
 # in the %%post
 gzip $RPM_BUILD_ROOT/%{_infodir}/cvs* || true
-rm $RPM_BUILD_ROOT/%{_infodir}/dir
+rm $RPM_BUILD_ROOT/%{_infodir}/dir || true

 %clean
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT








reply via email to

[Prev in Thread] Current Thread [Next in Thread]