Rename fontconfig conf file from 'xdg-app' to 'flatpak'

This commit is contained in:
Owen W. Taylor 2017-06-29 14:43:05 -04:00
commit 9988934cd2
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@ Name: flatpak-runtime-config
Version: 27
Release: 3%{?dist}
Summary: Configuration files that live inside the flatpak runtime
Source1: 50-xdg-app.conf
Source1: 50-flatpak.conf
License: MIT
@ -44,6 +44,7 @@ echo "/app/%{_lib}" > $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.conf.d/app.conf
* Thu Jun 29 2017 Owen Taylor <otaylor@redhat.com> - 27-3
- Make not noarch - the contents of /etc/ld.so.conf.d/app.conf
depend on 64-bit vs. 32-bit
- Rename fontconfig conf file from 'xdg-app' to 'flatpak'
* Tue Jun 13 2017 Owen Taylor <otaylor@redhat.com> - 27-2
See https://bugzilla.redhat.com/show_bug.cgi?id=1460081