mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03:00
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:
parent
d5ea77d7a6
commit
e7d26c5dcd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user