diff --git a/flatpak.spec b/flatpak.spec index c75ea9c..308ab89 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -3,7 +3,7 @@ Name: flatpak Version: 1.10.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Application deployment framework for desktop apps License: LGPLv2+ @@ -211,6 +211,7 @@ fi %{_mandir}/man5/flatpak-installation.5* %{_mandir}/man5/flatpak-remote.5* %{_sysconfdir}/dbus-1/system.d/org.freedesktop.Flatpak.SystemHelper.conf +%dir %{_sysconfdir}/flatpak %{_sysconfdir}/flatpak/remotes.d %{_sysconfdir}/profile.d/flatpak.sh %{_sysusersdir}/flatpak.conf @@ -248,6 +249,9 @@ fi %changelog +* Mon Nov 06 2023 Debarshi Ray - 1.10.8-3 +- Let flatpak own %%{_sysconfdir}/flatpak (RHEL-15822) + * Mon Sep 04 2023 Miro HronĨok - 1.10.8-2 - Make sure to use the RHEL-lifetime supported Python and no other (RHEL-2225)