rpm: Fix typo in daemon name

The name of the virtsecretd daemon was misspelled, resulting
in multiple errors during installation:

  Running scriptlet: libvirt-daemon-driver-secret-9.5.0-6.el9.x86_64
  Failed to preset unit: Unit file virsecretd.socket does not exist.
  Failed to preset unit: Unit file virsecretd-ro.socket does not exist.
  Failed to preset unit: Unit file virsecretd-admin.socket does not exist.
  Failed to preset unit: Unit file virsecretd.service does not exist.

Spell the name correctly.

https://bugzilla.redhat.com/show_bug.cgi?id=2236057

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Andrea Bolognani 2023-08-30 17:41:14 +02:00
parent d5ea77d7a6
commit e7d26c5dcd

View File

@ -1716,14 +1716,14 @@ exit 0
%pre daemon-driver-secret %pre daemon-driver-secret
%libvirt_sysconfig_pre virtsecretd %libvirt_sysconfig_pre virtsecretd
%libvirt_systemd_unix_pre virsecretd %libvirt_systemd_unix_pre virtsecretd
%posttrans daemon-driver-secret %posttrans daemon-driver-secret
%libvirt_sysconfig_posttrans virtsecretd %libvirt_sysconfig_posttrans virtsecretd
%libvirt_systemd_unix_posttrans virsecretd %libvirt_systemd_unix_posttrans virtsecretd
%preun daemon-driver-secret %preun daemon-driver-secret
%libvirt_systemd_unix_preun virsecretd %libvirt_systemd_unix_preun virtsecretd
%pre daemon-driver-storage-core %pre daemon-driver-storage-core
%libvirt_sysconfig_pre virtstoraged %libvirt_sysconfig_pre virtstoraged