Re: [Rpm-maint] [rpm-software-management/rpm] Add %setup option -pN. (#558)

2018-10-03 Thread Andreas Scherer
Closed #558. -- 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/558#event-1882474077___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Add %setup option -pN. (#558)

2018-10-01 Thread Panu Matilainen
I wouldn't have a problem with such an option if it worked for all extract "backends", but this adds a global %setup option that's specific to tar, and non-standard tar at that. Since unzip doesn't even seem to support such an option, I'd say this case is better served by #557, ie allowing

Re: [Rpm-maint] [rpm-software-management/rpm] Add %setup option -pN. (#558)

2018-09-29 Thread Andreas Scherer
@ascherer pushed 1 commit. c288ac1 Add %autosetup option -tN. -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[Rpm-maint] [rpm-software-management/rpm] Add %setup option -pN. (#558)

2018-09-28 Thread Andreas Scherer
The numeric value `N` from `%setup -pN` will be passed to `tar`'s `--strip-component=N` option, which eliminates top `N` parts of paths in the tarball. You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/558 -- Commit Summary --