]> xenbits.xensource.com Git - libvirt.git/commitdiff
rpm: Fix typo in daemon name
authorAndrea Bolognani <abologna@redhat.com>
Wed, 30 Aug 2023 15:41:14 +0000 (17:41 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 30 Aug 2023 15:59:03 +0000 (17:59 +0200)
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>
libvirt.spec.in

index 7157cfe3b4fcf795ba5a7326ccf5f8f56785cc48..6bbc7a0e9ac67adb4057ad8050d130795998e81e 100644 (file)
@@ -1716,14 +1716,14 @@ exit 0
 
 %pre daemon-driver-secret
 %libvirt_sysconfig_pre virtsecretd
-%libvirt_systemd_unix_pre virsecretd
+%libvirt_systemd_unix_pre virtsecretd
 
 %posttrans daemon-driver-secret
 %libvirt_sysconfig_posttrans virtsecretd
-%libvirt_systemd_unix_posttrans virsecretd
+%libvirt_systemd_unix_posttrans virtsecretd
 
 %preun daemon-driver-secret
-%libvirt_systemd_unix_preun virsecretd
+%libvirt_systemd_unix_preun virtsecretd
 
 %pre daemon-driver-storage-core
 %libvirt_sysconfig_pre virtstoraged