Re: [Rpm-maint] [rpm-software-management/rpm] Make "%patchlist -f patches" work. (#866)

2019-09-26 Thread Peter Jones
Closed #866.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/866#event-2665980647___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Make "%patchlist -f patches" work. (#866)

2019-09-26 Thread Peter Jones
Don't pull this yet; once I added a test case I realized there's still 
something wrong with it.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/866#issuecomment-535539048___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] Make "%patchlist -f patches" work. (#866)

2019-09-26 Thread Peter Jones
@vathpela pushed 1 commit.

99f643c6b8d17ebe99d397f4fa91d2955deecc64  Make "%patchlist -f patches" work.


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/866/files/9c4d96081a31acb2d1d06dd5c9f8bf34b2b56260..99f643c6b8d17ebe99d397f4fa91d2955deecc64
___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


[Rpm-maint] [rpm-software-management/rpm] Make "%patchlist -f patches" work. (#866)

2019-09-25 Thread Peter Jones
This adds a -f argument to %patchlist, similar to that for %files.
There is no limit to how many patchlist files you specify, and doing so
does not restrict the use of an inline patch list.  Patches get added
from the leftmost list to rightmost, and any patches listed below get
added after that.

I couldn't find other code that obviously just reads a list of lines
from a file without assuming it's a .spec, so I've open coded this.  If
there's a better way, I'm open to suggestions.

Signed-off-by: Peter Jones 
You can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/866

-- Commit Summary --

  * Make "%patchlist -f patches" work.

-- File Changes --

M build/parseList.c (39)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/866.patch
https://github.com/rpm-software-management/rpm/pull/866.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/866
___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint