Use traditional comments instead of %dnl to preserve boostrappability

This commit is contained in:
Panu Matilainen 2020-05-07 08:40:26 +03:00
parent 13e726e8eb
commit 82d52d2b3a
1 changed files with 2 additions and 2 deletions

View File

@ -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 ||: