mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
spec: Add dmfilemapd
This commit is contained in:
parent
a41d5b6491
commit
162552041f
@ -34,6 +34,7 @@
|
|||||||
%enableif %{enable_python3} python3-bindings
|
%enableif %{enable_python3} python3-bindings
|
||||||
%enableif %{enable_python} applib
|
%enableif %{enable_python} applib
|
||||||
%enableif %{enable_dbusd} dbus-service
|
%enableif %{enable_dbusd} dbus-service
|
||||||
|
%enableif %{enable_dmfilemapd} dmfilemapd
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
@ -539,6 +539,10 @@ for the kernel device-mapper.
|
|||||||
%{_sbindir}/dmstats
|
%{_sbindir}/dmstats
|
||||||
%{_mandir}/man8/dmsetup.8.gz
|
%{_mandir}/man8/dmsetup.8.gz
|
||||||
%{_mandir}/man8/dmstats.8.gz
|
%{_mandir}/man8/dmstats.8.gz
|
||||||
|
%if %{enable_dmfilemapd}
|
||||||
|
%{_sbindir}/dmfilemapd
|
||||||
|
%{_mandir}/man8/dmfilemapd.8.gz
|
||||||
|
%endif
|
||||||
%if %{enable_udev}
|
%if %{enable_udev}
|
||||||
%doc udev/12-dm-permissions.rules
|
%doc udev/12-dm-permissions.rules
|
||||||
%dir %{_udevbasedir}
|
%dir %{_udevbasedir}
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
%global enable_lvmlockd 1
|
%global enable_lvmlockd 1
|
||||||
%global enable_lvmetad 1
|
%global enable_lvmetad 1
|
||||||
%global enable_lvmpolld 1
|
%global enable_lvmpolld 1
|
||||||
|
%global enable_dmfilemapd 0
|
||||||
#%global enable_lockd_dlm 0
|
#%global enable_lockd_dlm 0
|
||||||
#%global enable_lockd_sanlock 0
|
#%global enable_lockd_sanlock 0
|
||||||
|
|
||||||
@ -93,6 +94,12 @@
|
|||||||
|
|
||||||
##############################################################
|
##############################################################
|
||||||
|
|
||||||
|
%if %{rhel} >= 7 || %{fedora} >= 25
|
||||||
|
%global enable_dmfilemapd 1
|
||||||
|
%endif
|
||||||
|
|
||||||
|
##############################################################
|
||||||
|
|
||||||
%if %{rhel} >= 8 || %{fedora} >= 23
|
%if %{rhel} >= 8 || %{fedora} >= 23
|
||||||
%if %{enable_python3}
|
%if %{enable_python3}
|
||||||
%global enable_dbusd 1
|
%global enable_dbusd 1
|
||||||
|
Loading…
Reference in New Issue
Block a user