Re: [Rpm-maint] [rpm-software-management/rpm] RFE: Provide macronized default option(s) for %setup (#549)

2018-09-28 Thread Andreas Scherer
Closed #549.

-- 
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/issues/549#event-1873855343___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] RFE: Provide macronized default option(s) for %setup (#549)

2018-09-28 Thread Andreas Scherer
Hand over to PR #557.

-- 
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/issues/549#issuecomment-425478667___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] RFE: Provide macronized default option(s) for %setup (#549)

2018-09-22 Thread Jeff Johnson
There are no tar flags that I can think of that might be set globally through 
configuration, unlike patch, where kernel packagers in Fedora wished tighter 
control of fuzz.

Keeping old files makes sense only if untarring into a populated directory, 
almost never the case with rpm builds.

-- 
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/issues/549#issuecomment-423759154___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


[Rpm-maint] [rpm-software-management/rpm] RFE: Provide macronized default option(s) for %setup (#549)

2018-09-22 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` might be 
`--keep-old-files` (`-k`).

-- 
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/issues/549___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint