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:
Ana Guerrero 2024-02-27 21:45:10 +00:00 committed by Git OBS Bridge
commit 6e6a0b87e4
2 changed files with 10 additions and 2 deletions

View File

@ -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>

View File

@ -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