Restore "Provides: virtiofsd"
Restore "Provides: virtiofsd", despite rpmdeplint complains, to ensure we satisfy qemu-kvm dependencies. Resolves: rhbz#2022710 Signed-off-by: Sergio Lopez <slp@redhat.com>
This commit is contained in:
parent
0d2457f5c8
commit
7cc4695610
@ -13,6 +13,7 @@ ExclusiveArch: x86_64 aarch64 s390x
|
||||
BuildRequires: rust-toolset
|
||||
BuildRequires: libcap-ng-devel
|
||||
BuildRequires: libseccomp-devel
|
||||
Provides: virtiofsd
|
||||
Obsoletes: qemu-virtiofsd = 17:6.2.0
|
||||
# Both qemu-virtiofsd and virtiofsd ship the same binary
|
||||
Conflicts: qemu-virtiofsd = 17:6.2.0
|
||||
@ -40,6 +41,10 @@ install -D -p -m 0644 50-qemu-virtiofsd.json %{buildroot}%{_datadir}/qemu/vhost-
|
||||
%{_datadir}/qemu/vhost-user/50-qemu-virtiofsd.json
|
||||
|
||||
%changelog
|
||||
* Fri Feb 18 2022 Sergio Lopez <slp@redhat.com> - 1.1.0-3
|
||||
- Restore "Provides: virtiofsd", despite rpmdeplint complains, to
|
||||
satisfy qemu-kvm dependencies
|
||||
|
||||
* Fri Jan 28 2022 Sergio Lopez <slp@redhat.com> - 1.1.0-2
|
||||
- Explicitly declare the conflict with qemu-virtiofsd
|
||||
- Remove explicit library dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user