Re: [Rpm-maint] [rpm-software-management/rpm] Add macro for tar default flags. (#557)

2018-10-03 Thread Andreas Scherer
@ascherer pushed 1 commit. 1338c02 Compactify tar option string. -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Add macro for tar default flags. (#557)

2018-10-03 Thread Andreas Scherer
@ascherer pushed 1 commit. cc31bc5 Correctly inject gem spec options. -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Add macro for tar default flags. (#557)

2018-10-02 Thread Andreas Scherer
Don't worry. I'll smash my commits after I'm back at my own machine, where I can actually compile and check this stuff.  -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Add macro for tar default flags. (#557)

2018-10-02 Thread Andreas Scherer
@ascherer pushed 1 commit. 6e2b98a DRY: Uniform error handling. -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Add macro for tar default flags. (#557)

2018-10-02 Thread Andreas Scherer
@ascherer pushed 1 commit. 001509e Quit processing if tar fails. -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Add macro for tar default flags. (#557)

2018-10-02 Thread Andreas Scherer
@ascherer pushed 2 commits. 6036ec0 Source: file extraction may use other filters. 0b4473e Use default option macros for extractors. -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Add macro for tar default flags. (#557)

2018-10-01 Thread Andreas Scherer
@pmatilai I'll try to provide a more generic approach. Combining #557 and #558 surely is feasible. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Add macro for tar default flags. (#557)

2018-10-01 Thread Panu Matilainen
I'm okay with adding this, except for adding the actual default (-k) with it. That said, actually it makes me think if we add it for tar, we should generalize the pattern to all those helpers, so we could basically say "when %setup invokes a program, it'll do so with the arguments in

[Rpm-maint] [rpm-software-management/rpm] Add macro for tar default flags. (#557)

2018-09-28 Thread Andreas Scherer
`%patch` is supplied with `%_default_patch_flags` from `macros.in`. A similar macro `%_default_tar_flags` may be useful when `%__tar` is invoked by `%setup` "behind the scenes". A possible setting in `macros.in` is `--keep-old-files` (`-k`). You can view, comment on, or merge this pull request