From d5f3c0a5b306402245ab50fd578b00dc5d6db615 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 16 Feb 2022 07:39:58 -0500 Subject: [PATCH] Drop "duplicate" trigger that is no longer needed It causes a spec error and is not needed anymore anyway. --- rpm.spec | 7 ------- 1 file changed, 7 deletions(-) diff --git a/rpm.spec b/rpm.spec index 566875d..0c2d1cf 100644 --- a/rpm.spec +++ b/rpm.spec @@ -434,13 +434,6 @@ if [ -d /var/lib/rpm ]; then done fi -%triggerun -- rpm < 4.15.90-0.git14971.10 -# Handle rpmdb rebuild service on erasure of old to avoid ordering issues -# https://pagure.io/fesco/issue/2382 -if [ -x /usr/bin/systemctl ]; then - systemctl --no-reload preset rpmdb-rebuild ||: -fi - %triggerun -- rpm < 4.17.0-7 # Handle rpmdb migrate service on erasure of old to avoid ordering issues if [ -x /usr/bin/systemctl ]; then