From 82d52d2b3adcafb86f04b0f0074a0da01d8edf9e Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Thu, 7 May 2020 08:40:26 +0300 Subject: [PATCH] Use traditional comments instead of %dnl to preserve boostrappability --- rpm.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpm.spec b/rpm.spec index 4057ca1..e8e2e38 100644 --- a/rpm.spec +++ b/rpm.spec @@ -452,8 +452,8 @@ make check || (cat tests/rpmtests.log; exit 1) %dir %{rpmhome}/fileattrs -%dnl Handle rpmdb rebuild service on erasure of old to avoid ordering issues -%dnl https://pagure.io/fesco/issue/2382 +# Handle rpmdb rebuild service on erasure of old to avoid ordering issues +# https://pagure.io/fesco/issue/2382 %triggerun -- rpm < 4.15.90-0.git14971.10 if [ -x /usr/bin/systemctl ]; then systemctl --no-reload preset rpmdb-rebuild ||: