Let flatpak own %%{_sysconfdir}/flatpak

Resolves: RHEL-15822
This commit is contained in:
Debarshi Ray 2023-11-06 17:59:45 +01:00
parent f3a73d3e05
commit c37b0b1b4d

View File

@ -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 <rishi@fedoraproject.org> - 1.10.8-3
- Let flatpak own %%{_sysconfdir}/flatpak (RHEL-15822)
* Mon Sep 04 2023 Miro Hrončok <mhroncok@redhat.com> - 1.10.8-2
- Make sure to use the RHEL-lifetime supported Python and no other (RHEL-2225)