Update to 1.14.0
This commit is contained in:
parent
06dc464d52
commit
d4214785cc
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -1,30 +0,0 @@
|
||||
From a71257778d049875592aba4d018df4d5b5a724e4 Mon Sep 17 00:00:00 2001
|
||||
From: Debarshi Ray <debarshir@gnome.org>
|
||||
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
|
||||
|
10
flatpak.spec
10
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 <klember@redhat.com> - 1.14.0-1
|
||||
- Update to 1.14.0
|
||||
|
||||
* Fri Aug 19 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.13.3-6
|
||||
- Use %%sysusers_requires_compat to match %%sysusers_create_compat
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (flatpak-1.13.3.tar.xz) = 8aeef0b0c00a958b04d3d40b9bc6fa6afd3b4875fea6aa4a64ed1fe4e5e67a6e17543fa42e20d7e0e99e22d26821fb392849206f27f1ee7c6cf4c78f8aed2cfe
|
||||
SHA512 (flatpak-1.14.0.tar.xz) = 88f011534a8da6c2421d7d24043756bfe6c46957b6d09ba96b269002a5f0d0372b51f4a8643af2020ef4ed8c5b5f102994ddab54a7052cfba15f8e3b160e8a83
|
||||
|
Loading…
Reference in New Issue
Block a user