Accepting request 888632 from home:Maliku:PinePhone
- fix-home-dir.patch Fix system user flatpak $HOME. OBS-URL: https://build.opensuse.org/request/show/888632 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=137
This commit is contained in:
parent
3ea826900f
commit
735c3bb7b8
19
fix-home-dir.patch
Normal file
19
fix-home-dir.patch
Normal file
@ -0,0 +1,19 @@
|
||||
From bbbbd3a59d5bf8676d577511d4b81df1ef8d8076 Mon Sep 17 00:00:00 2001
|
||||
From: Cameron Rapp <camspam@redhyena.net>
|
||||
Date: Fri, 23 Apr 2021 21:25:16 -0700
|
||||
Subject: [PATCH 1/1] Remove - for [HOME]
|
||||
|
||||
---
|
||||
system-helper/flatpak.conf.in | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/system-helper/flatpak.conf.in b/system-helper/flatpak.conf.in
|
||||
index 9cc212eb..1d975aed 100644
|
||||
--- a/system-helper/flatpak.conf.in
|
||||
+++ b/system-helper/flatpak.conf.in
|
||||
@@ -1 +1 @@
|
||||
-u @SYSTEM_HELPER_USER@ - "Flatpak system helper" -
|
||||
+u @SYSTEM_HELPER_USER@ - "Flatpak system helper"
|
||||
--
|
||||
2.26.2
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 26 21:43:41 UTC 2021 - Cameron Rapp <camspam@redhyena.net>
|
||||
|
||||
- fix-home-dir.patch Fix system user flatpak $HOME.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 10 14:27:26 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
@ -38,6 +38,7 @@ Group: System/Packages
|
||||
URL: https://flatpak.github.io/
|
||||
Source0: https://github.com/flatpak/flatpak/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
Patch0: polkit_rules_usability.patch
|
||||
Patch1: fix-home-dir.patch
|
||||
BuildRequires: bison
|
||||
BuildRequires: bubblewrap >= 0.4.1
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
|
Loading…
Reference in New Issue
Block a user