diff --git a/SPECS/lvm2.spec b/SPECS/lvm2.spec
index 4f0adf1..57a0b28 100644
--- a/SPECS/lvm2.spec
+++ b/SPECS/lvm2.spec
@@ -53,7 +53,7 @@ Name: lvm2
 Epoch: %{rhel}
 %endif
 Version: 2.03.14
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2
 URL: http://sourceware.org/lvm2
 Source0: ftp://sourceware.org/pub/lvm2/releases/LVM2.%{version}.tgz
@@ -173,6 +173,7 @@ or more physical volumes and creating one or more logical volumes
 %if %{enable_integrity}
   --with-integrity=internal \
 %endif
+  --with-default-use-devices-file=1 \
   --disable-silent-rules \
   --enable-app-machineid \
   --enable-editline \
@@ -380,7 +381,7 @@ systemctl start lvm2-lvmpolld.socket >/dev/null 2>&1 || :
 %{_tmpfilesdir}/%{name}.conf
 %{_unitdir}/blk-availability.service
 %{_unitdir}/lvm2-monitor.service
-#%{_unitdir}/lvm-vgchange@.service
+#%%{_unitdir}/lvm-vgchange@.service # vgchange is now part of udev rule
 %attr(555, -, -) %{_prefix}/lib/systemd/system-generators/lvm2-activation-generator
 %if %{enable_lvmpolld}
 %{_unitdir}/lvm2-lvmpolld.socket
@@ -685,6 +686,9 @@ An extensive functional testsuite for LVM2.
 %endif
 
 %changelog
+* Thu Nov 18 2021 Marian Csontos <mcsontos@redhat.com> - 2.03.14-2
+- Change use_devices_file default back to 1.
+
 * Wed Oct 20 2021 Marian Csontos <mcsontos@redhat.com> - 2.03.14-1
 - Update to upstream version 2.03.14.
 - See WHATS_NEW and WHATS_NEW_DM for more information.