From d4214785ccf1a32a0c2fa7af4b5854b39ea60193 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 7 Sep 2022 17:16:28 +0200 Subject: [PATCH] Update to 1.14.0 --- .gitignore | 1 + flatpak-selinux-permissions-01.patch | 30 ---------------------------- flatpak.spec | 10 +++++----- sources | 2 +- 4 files changed, 7 insertions(+), 36 deletions(-) delete mode 100644 flatpak-selinux-permissions-01.patch diff --git a/.gitignore b/.gitignore index 6deb423..fcd976d 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,4 @@ /flatpak-1.13.1.tar.xz /flatpak-1.13.2.tar.xz /flatpak-1.13.3.tar.xz +/flatpak-1.14.0.tar.xz diff --git a/flatpak-selinux-permissions-01.patch b/flatpak-selinux-permissions-01.patch deleted file mode 100644 index 8a97073..0000000 --- a/flatpak-selinux-permissions-01.patch +++ /dev/null @@ -1,30 +0,0 @@ -From a71257778d049875592aba4d018df4d5b5a724e4 Mon Sep 17 00:00:00 2001 -From: Debarshi Ray -Date: Thu, 14 Jul 2022 15:43:06 +0200 -Subject: [PATCH] selinux: Permit read access to symbolic links in - /var/lib/flatpak - -Commit 8617ab0ad0243f5a granted read and lock access to -/var/lib/flatpak but didn't cover symbolic links. This explicitly -permits that to avoid running into SELinux denials. - -https://bugzilla.redhat.com/show_bug.cgi?id=2071215 ---- - selinux/flatpak.te | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/selinux/flatpak.te b/selinux/flatpak.te -index 66ebcaa18420..bb3d80e316eb 100644 ---- a/selinux/flatpak.te -+++ b/selinux/flatpak.te -@@ -15,6 +15,7 @@ init_daemon_domain(flatpak_helper_t, flatpak_helper_exec_t) - auth_read_passwd(flatpak_helper_t) - files_list_var_lib(flatpak_helper_t) - files_read_var_lib_files(flatpak_helper_t) -+files_read_var_lib_symlinks(flatpak_helper_t) - - ifdef(`corecmd_watch_bin_dirs',` - corecmd_watch_bin_dirs(flatpak_helper_t) --- -2.35.3 - diff --git a/flatpak.spec b/flatpak.spec index 5672970..9d69e69 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -5,8 +5,8 @@ %global ostree_version 2020.8 Name: flatpak -Version: 1.13.3 -Release: 6%{?dist} +Version: 1.14.0 +Release: 1%{?dist} Summary: Application deployment framework for desktop apps License: LGPLv2+ @@ -25,9 +25,6 @@ Source2: flatpak.sysusers.conf # https://github.com/flatpak/flatpak/pull/4914 Patch0: flatpak-1.13.3-add-gssproxy-support.patch -# https://github.com/flatpak/flatpak/pull/4992 -Patch1: flatpak-selinux-permissions-01.patch - BuildRequires: pkgconfig(appstream) >= %{appstream_version} BuildRequires: pkgconfig(dconf) BuildRequires: pkgconfig(fuse) @@ -279,6 +276,9 @@ fi %changelog +* Wed Sep 07 2022 Kalev Lember - 1.14.0-1 +- Update to 1.14.0 + * Fri Aug 19 2022 Debarshi Ray - 1.13.3-6 - Use %%sysusers_requires_compat to match %%sysusers_create_compat diff --git a/sources b/sources index 68694ed..a73b846 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (flatpak-1.13.3.tar.xz) = 8aeef0b0c00a958b04d3d40b9bc6fa6afd3b4875fea6aa4a64ed1fe4e5e67a6e17543fa42e20d7e0e99e22d26821fb392849206f27f1ee7c6cf4c78f8aed2cfe +SHA512 (flatpak-1.14.0.tar.xz) = 88f011534a8da6c2421d7d24043756bfe6c46957b6d09ba96b269002a5f0d0372b51f4a8643af2020ef4ed8c5b5f102994ddab54a7052cfba15f8e3b160e8a83