Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 2 May 2011 15:39:19 +0400
From: "Dmitry V. Levin" <ldv@...linux.org>
To: owl-dev@...ts.openwall.com
Subject: Re: Propose change to fix rpmbuild patch command line

Hi,

On Sun, May 01, 2011 at 11:44:56PM -1000, cpb@....log2.net wrote:
> Hello, I want to propose a change to an Owl patch file. I could not use
> "rpmbuild --rebuild /path/to/some/software.src.rpm" in Owl-3.0-stable
> until I made this change and rebuilt Owl's rpmbuild package.
> 
> Line from rpm-4.2-owl-xz-macros.diff (Owl-3.0-stable and current) has this:
> 
> +    sprintf(args, "-p%d -s", strip);
> 
> Proposal: change above line to the following (add space after -s):
> 
> +    sprintf(args, "-p%d -s ", strip);

Thanks for spotting this.  You analysis is correct, but I'd rather add
space symbols before options in another two lines.


-- 
ldv

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.