Ensure dconf dirs are created

Related: #1972234
This commit is contained in:
Ray Strode 2021-06-15 13:27:18 -04:00
parent 01e01f66d2
commit 81e0882ddc

View File

@ -11,7 +11,7 @@
Name: gdm
Epoch: 1
Version: 40.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: The GNOME Display Manager
License: GPLv2+
@ -160,6 +160,8 @@ mkdir -p %{buildroot}%{_datadir}/gdm/autostart/LoginWindow
mkdir -p %{buildroot}/run/gdm
mkdir -p %{buildroot}%{_sysconfdir}/dconf/db/gdm.d/locks
%find_lang gdm --with-gnome
%pre
@ -300,7 +302,7 @@ fi
%{_libdir}/pkgconfig/gdm-pam-extensions.pc
%changelog
* Tue Jun 15 2021 Ray Strode <rstrode@redhat.com> - 1:40.0-3
* Tue Jun 15 2021 Ray Strode - 1:40.0-4
- Provide gdm specific dconf sources
Related: #1972234