diff --git a/flatpak.spec b/flatpak.spec index 0059670..46a8508 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -3,7 +3,7 @@ Name: flatpak Version: 1.12.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Application deployment framework for desktop apps License: LGPLv2+ @@ -234,6 +234,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 @@ -275,6 +276,10 @@ fi %changelog +* Mon Jun 27 2022 Debarshi Ray - 1.12.7-2 +- Let flatpak own %%{_sysconfdir}/flatpak +Resolves: #2101456 + * Thu Mar 17 2022 Debarshi Ray - 1.12.7-1 - Update to 1.12.7 Resolves: #2058633