diff --git a/sddm.spec b/sddm.spec index cb983c9..40f6578 100644 --- a/sddm.spec +++ b/sddm.spec @@ -2,7 +2,7 @@ Name: sddm Version: 0.18.1 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ Summary: QML based X11 desktop manager @@ -211,6 +211,9 @@ exit 0 %changelog +* Wed Aug 05 2020 Rex Dieter - 0.18.1-8 +- tmpfiles: use /run instead of /var/run + * Wed Jul 29 2020 Fedora Release Engineering - 0.18.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/tmpfiles-sddm.conf b/tmpfiles-sddm.conf index 7165d41..0a451bf 100644 --- a/tmpfiles-sddm.conf +++ b/tmpfiles-sddm.conf @@ -1 +1 @@ -d /var/run/sddm 0711 root root - +d /run/sddm 0711 root root -