diff --git a/flatpak-runtime-config.spec b/flatpak-runtime-config.spec index 0811178..4775df9 100644 --- a/flatpak-runtime-config.spec +++ b/flatpak-runtime-config.spec @@ -1,9 +1,8 @@ Name: flatpak-runtime-config Version: 27 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Configuration files that live inside the flatpak runtime Source1: 50-xdg-app.conf -BuildArch: noarch License: MIT @@ -42,6 +41,10 @@ echo "/app/%{_lib}" > $RPM_BUILD_ROOT%{_sysconfdir}/ld.so.conf.d/app.conf %{_sysconfdir}/ld.so.conf.d/app.conf %changelog +* Thu Jun 29 2017 Owen Taylor - 27-3 +- Make not noarch - the contents of /etc/ld.so.conf.d/app.conf + depend on 64-bit vs. 32-bit + * Tue Jun 13 2017 Owen Taylor - 27-2 See https://bugzilla.redhat.com/show_bug.cgi?id=1460081 - Switch license to MIT