Re: [Rpm-maint] [rpm-software-management/rpm] Accept --nocaps also for the package installation (#178)

2017-03-16 Thread ニール・ゴンパ
@lkundrak Could you please also add the required information to `doc/rpm.8`? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Rpm-maint] [PATCH] debugedit: Fix edit_dwarf2_line replace_dirs -> replace_files typo.

2017-03-16 Thread Mark Wielaard
From: Mark Wielaard We wouldn't replace the changed file names if replace_dirs was false, but replace_files was true. This could overrun the new debug_line data buffer if the original file name was larger than the replacement. It wasn't found before because often when we need to

[Rpm-maint] [rpm-software-management/rpm] Accept --nocaps also for the package installation (#178)

2017-03-16 Thread Lubomir Rintel
Makes it possible to work around trouble of installing packages that use file capabilities in user namespaces. It simply ignores the capabilities as opposed to setting a setuid bit. This is a safer things to do, but possibly has a negative impact on some tools (such as ping being usable only by