Let flatpak own %%{_sysconfdir}/flatpak

Resolves: #2101456
This commit is contained in:
Debarshi Ray 2022-06-27 16:38:14 +02:00
parent 5abd8c467e
commit af1b464a3c
1 changed files with 6 additions and 1 deletions

View File

@ -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 <rishi@fedoraproject.org> - 1.12.7-2
- Let flatpak own %%{_sysconfdir}/flatpak
Resolves: #2101456
* Thu Mar 17 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.7-1
- Update to 1.12.7
Resolves: #2058633