Accepting request 1151775 from Virtualization
- Spec: We don't want /usr/libexec to be namespaced like it is with /usr/lib (bsc#1220304) OBS-URL: https://build.opensuse.org/request/show/1151775 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virtiofsd?expand=0&rev=6
This commit is contained in:
commit
6e6a0b87e4
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 26 14:16:30 UTC 2024 - Caleb Crane <caleb.crane@suse.com>
|
||||
|
||||
- Spec: We don't want /usr/libexec to be namespaced like it is with /usr/lib (bsc#1220304)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 03:02:23 UTC 2024 - Caleb Crane <caleb.crane@suse.com>
|
||||
|
||||
|
@ -16,6 +16,11 @@
|
||||
#
|
||||
|
||||
|
||||
%define _virtiofsd_dir %{_libexecdir}
|
||||
%if 0%{?suse_version} <= 1500
|
||||
%define _virtiofsd_dir %{_libdir}/%{name}
|
||||
%endif
|
||||
|
||||
Name: virtiofsd
|
||||
Version: 1.10.1
|
||||
Release: 0
|
||||
@ -36,8 +41,6 @@ ExcludeArch: %ix86 %arm
|
||||
%description
|
||||
A vhost-user virtio-fs device backend written in Rust
|
||||
|
||||
%define _virtiofsd_dir %{_libexecdir}/%{name}
|
||||
|
||||
%prep
|
||||
%autosetup -a1
|
||||
mkdir .cargo
|
||||
|
Loading…
x
Reference in New Issue
Block a user