From f2fed8528f3735e2aa00905ddf8d2835109ae685 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 22 Jun 2016 08:22:06 +0200 Subject: [PATCH] multilib-fix: document why we don't need '#else' Version: 1-5 --- multilib-fix | 4 ++++ multilib-rpm-config.spec | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/multilib-fix b/multilib-fix index 54f3d9a..b1a6898 100755 --- a/multilib-fix +++ b/multilib-fix @@ -38,6 +38,10 @@ opt_field_separator=- # The solution is taken from Fedora PostgreSQL RPM package. print_stub () { + # The '#else' branch here is not needed! We never install this header on + # systems where this set of '#ifdef's is not enough (adding suggested e.g. + # in rhbz#1242873). + replacement=$filename$opt_field_separator cat < - 1-5 +- document why there is no need for '#else' in the replacement header + * Mon Jun 13 2016 Pavel Raiskup - 1-4 - use '-' as a field separator by default