force udevrulesdir option for flatpak builds
This commit is contained in:
parent
3363ea45cb
commit
500c40922e
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: fuse3
|
Name: fuse3
|
||||||
Version: 3.10.5
|
Version: 3.10.5
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: File System in Userspace (FUSE) v3 utilities
|
Summary: File System in Userspace (FUSE) v3 utilities
|
||||||
License: GPL+
|
License: GPL+
|
||||||
URL: http://fuse.sf.net
|
URL: http://fuse.sf.net
|
||||||
@ -89,8 +89,12 @@ export LC_ALL=en_US.UTF-8
|
|||||||
%endif
|
%endif
|
||||||
%meson -D udevrulesdir=%{_udevrulesdir}
|
%meson -D udevrulesdir=%{_udevrulesdir}
|
||||||
%else
|
%else
|
||||||
|
%if 0%{?flatpak}
|
||||||
|
%meson -D udevrulesdir=%{_udevrulesdir}
|
||||||
|
%else
|
||||||
%meson
|
%meson
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
(cd %{_vpath_builddir}
|
(cd %{_vpath_builddir}
|
||||||
%if 0%{?el6}
|
%if 0%{?el6}
|
||||||
@ -168,6 +172,9 @@ rm -f %{buildroot}%{_udevrulesdir}/99-fuse3.rules
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 21 2022 Tom Callaway <spot@fedoraproject.org> - 3.10.5-4
|
||||||
|
- force udevrulesdir option for flatpak builds
|
||||||
|
|
||||||
* Wed Feb 16 2022 Tom Callaway <spot@fedoraproject.org> - 3.10.5-3
|
* Wed Feb 16 2022 Tom Callaway <spot@fedoraproject.org> - 3.10.5-3
|
||||||
- fix flatpak issues
|
- fix flatpak issues
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user