From 97a323d7c2364ae3738734597c34eaa128e905a3 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrangé Date: Aug 31 2021 11:36:11 +0000 Subject: Fix repeated word in scriptlet name Signed-off-by: Daniel P. Berrangé --- diff --git a/libvirt.spec b/libvirt.spec index b8973ef..e734cde 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -206,7 +206,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 7.6.0 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ URL: https://libvirt.org/ @@ -1441,7 +1441,7 @@ fi %preun daemon-driver-secret %libvirt_daemon_systemd_preun virtsecretd -%posttranstrans daemon-driver-secret +%posttrans daemon-driver-secret %libvirt_daemon_perform_restart virtsecretd @@ -2065,6 +2065,9 @@ exit 0 %changelog +* Tue Aug 31 2021 Daniel P. Berrangé - 7.6.0-3 +- Fix repeated word in scriptlet name + * Wed Aug 4 2021 Daniel P. Berrangé - 7.6.0-2 - Switch to use modular daemons by default